NassauSky Posted October 2, 2021 Share Posted October 2, 2021 If there was a forum on Scite I might post the question there but I can't find anything in the documentation about how to 'Toggle all folds' on startup. When code becomes so large and it doesn't make sense to split certain functions into external include files it's nice to keep your code organized with fold breaks. I figured that since Autoit packages Scite as it's script editor that maybe someone else has ran across this situation before? I'm looking to always "Toggle all folds" during startup of Sci 😕 Link to comment Share on other sites More sharing options...
Solution TheXman Posted October 2, 2021 Solution Share Posted October 2, 2021 33 minutes ago, NassauSky said: I can't find anything in the documentation about how to 'Toggle all folds' on startup Look for the "fold.on.open" setting in the SciTE4AutoIt3 Help File under the SciTEDocumentation topic. NassauSky 1 CryptoNG UDF: Cryptography API: Next Gen jq UDF: Powerful and Flexible JSON Processor | jqPlayground: An Interactive JSON Processor Xml2Json UDF: Transform XML to JSON | HttpApi UDF: HTTP Server API | Roku Remote: Example Script About Me How To Ask Good Questions On Technical And Scientific Forums (Detailed) | How to Ask Good Technical Questions (Brief) "Any fool can know. The point is to understand." -Albert Einstein "If you think you're a big fish, it's probably because you only swim in small ponds." ~TheXman Link to comment Share on other sites More sharing options...
NassauSky Posted October 2, 2021 Author Share Posted October 2, 2021 @TheXman when you gave me another keyword to search for, it was exactly I was looking for in https://www.scintilla.org/SciTEDoc.html For windows I created a user properties file SciTEUser.properties in the %UserProfile% folder with just the contents fold.on.open=1 It says I should not normally edit the global properties file since it gets updated each time I update Scite or I can create individual files for each project. Thanks again! Link to comment Share on other sites More sharing options...
NassauSky Posted June 4 Author Share Posted June 4 Had to work with the settings again and it took me a couple minutes to find the file. Just wanted to leave a quick link to look up the documentation: https://www.scintilla.org/SciTEDoc.html Link to comment Share on other sites More sharing options...
ioa747 Posted June 4 Share Posted June 4 https://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/Scitedoc/SciTEDoc.html in your SciTE4AutoIt3 in the menu Help -> SciTE Help NassauSky 1 I know that I know nothing Link to comment Share on other sites More sharing options...
Werty Posted June 4 Share Posted June 4 lol, you already posted that link in the other post 2½ years ago. 😛 Some guy's script + some other guy's script = my script! Link to comment Share on other sites More sharing options...
argumentum Posted June 4 Share Posted June 4 On 10/2/2021 at 6:33 PM, NassauSky said: about how to 'Toggle all folds' on startup. ..the code you added and the file you added it to, would have been a nice wrap for this post. Y'know, for the next guy reading that you have found a solution. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Developers Jos Posted June 4 Developers Share Posted June 4 Ctrl+F1 ? 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. Link to comment Share on other sites More sharing options...
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