darren_burgess Posted August 11, 2006 Posted August 11, 2006 Is there a way to SciTe save the status of which functions and regions are collapsed or expanded. Every time I open the au3 file, everything is expaned. Mildly irritating. Darren
darren_burgess Posted August 11, 2006 Author Posted August 11, 2006 answered my own question: view: toggle all folds. But is there a way to make it default to all collapsed? Darren
xcal Posted August 11, 2006 Posted August 11, 2006 Set fold.on.open= to 1 in the SciTEGlobal.properties How To Ask Questions The Smart Way
MHz Posted August 11, 2006 Posted August 11, 2006 This is my settings. Scite will start collaped. # Fold options fold.comment=1 fold.on.open=1 fold.symbols=2 Just add to your user options file to over rule the preset values set in Au3.properties.
MHz Posted August 11, 2006 Posted August 11, 2006 Set fold.on.open= to 1 in the SciTEGlobal.propertiesSciTEGlobal.properties is not a User defined file for use. User Options file should be used.
xcal Posted August 11, 2006 Posted August 11, 2006 (edited) Technically, ya, but shhhhh I edit the global file. Don't tell anyone. (Btw, darren, listen to MHz. If you update scite, the global file gets overwritten, but the user file doesn't.) Edited August 11, 2006 by xcal How To Ask Questions The Smart Way
blademonkey Posted August 11, 2006 Posted August 11, 2006 similarily, how would one make Scite open up in a non-full screen mode. It's quite annoying. ---"Educate the Mind, Make Savage the Body" -Mao Tse Tung
xcal Posted August 11, 2006 Posted August 11, 2006 In the SciTEUser.properties file ( ) add these, and set them how you'd like: position.left position.top position.width position.height -1 = maximized if set for the width or height. (This is all in the help file, of course, which is where I got that answer.) How To Ask Questions The Smart Way
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