Couldn't find any topics concerning this subject. Is there any way that we can customize main.e and run it in Slickedit?
I've modified postinstall.e to stop showing the registration related dialog boxes for every new workspace created. I ran into a snag when trying to kill cool_features() from running. Modifying main.e to not call "cool_features()" does nothing. Modifying coolfeatures.e "boolean def_show_tips_on_startup = false;" does nothing. Deleting main.e and coolfeatures.e doesn't do anything either; Slickedit runs as if the files were there.
I'd like to also hack the code to also allow my default configurations to apply to all new workspaces as well as a few other initialization only routines.
Seems main.e and coolfeatures.e are buried in rescue.sta and vslick.sta. From lazyhackers forums there was post implying that main.e was hackable in version 9, but that's hardly the case now in version 12.
Any hints on how this could be done is appreciated.