mr_unreliable Posted January 26, 2006 Posted January 26, 2006 I am looking to customize SciTE, more specifically to eliminate a number of menu options that I won't be using. I can see how to do this by modifying the SciTE configuration files, by simply "commenting-out" the menu items. I tried that and it worked. But then, I read that one shouldn't mess with the SciTE config files, If one wishes to customize, one should place _ALL_ customizations in the SciteUser.Properties. So here is the question, how do you eliminate a menu item from the SciteUser.Properties file??? Another question: I would like to hide the "Fold Margin". I am able to do this via the menu (click view => foldmargin). But I can't seem to do it via the SciteUser.Properties file. I tried this: fold.margin.visible=0 but, that has no effect. tiafah, jw
MHz Posted January 26, 2006 Posted January 26, 2006 I copied all of the Au3.properties to User Properties, removed the stuff that basicly can be left alone, then modify to satisfaction. Here are some item's I have disabled as I use the property files to configure the version of AutoIt to use. ###- T O O L S -### # 00 Beta RUN (Disabled) command.0.*.au3= command.name.0.*.au3= command.save.before.0.*.au3= command.shortcut.0.*.au3= # 01 Beta AUT2EXE (Disabled) command.1.*.au3= command.name.1.*.au3= command.save.before.1.*.au3= command.shortcut.1.*.au3= # 02 Beta Help (Disabled) command.2.*.au3= command.name.2.*.au3= command.subsystem.2.*.au3= command.shortcut.2.*.au3= command.save.before.2.*.au3= Those items are blocked. As for the fold margin: fold.margin.width=0
Bert Posted January 26, 2006 Posted January 26, 2006 On the same topic, what if I wanted to add some functions that are included in the include folder? I have the excelCOM.au3 file, and I like to put that in. Has someone already done this? The Vollatran project My blog: http://www.vollysinterestingshit.com/
Developers Jos Posted January 26, 2006 Developers Posted January 26, 2006 (edited) On the same topic, what if I wanted to add some functions that are included in the include folder? I have the excelCOM.au3 file, and I like to put that in. Has someone already done this?You can add aditional include file to the default include path (make sure you keep a copy somewhere else because there were some issues with the uninstaller removing to much files) or have all your own UDF in a seperate directory and point to it by editoing the registry key for the user include directory:Create a string named "Include" in the key "HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt". It's a semi-colon delimited list of directories that are searched. Edited January 26, 2006 by JdeB SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Bert Posted January 26, 2006 Posted January 26, 2006 (edited) Ok, I added the change in the registry, but I'm not following you on your instructions.You can add aditional include file to the default include pathwhere is this information kept?Second, I still do not understand how to add the functions to Scite. It is very confusing.Do I need to make changes to the au3.keywords, or something else? I'm lost here Edited January 26, 2006 by vollyman The Vollatran project My blog: http://www.vollysinterestingshit.com/
Developers Jos Posted January 26, 2006 Developers Posted January 26, 2006 Ok, I added the change in the registry, but I'm not following you on your instructions.where is this information kept?What have you exactly done ?What value did you put in the registry?Where are your own include files located?Second, I still do not understand how to add the functions to Scite. It is very confusing.Do I need to make changes to the au3.keywords, or something else? I'm lost here What do you want to add ? the auto complete and calltips ? (If so then open the Helpfile and read up on User CallTips) SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Bert Posted January 26, 2006 Posted January 26, 2006 (edited) What have you exactly done ?What value did you put in the registry?Where are your own include files located?What do you want to add ? the auto complete and calltips ? (If so then open the Helpfile and read up on User CallTips)yes, I wanted to add the user completes and call tips. I looked in the help file. It has everything I need. Thanks. I need to remember to read a little more closely to the included help stuff. myself Edited January 26, 2006 by vollyman The Vollatran project My blog: http://www.vollysinterestingshit.com/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now