NassauSky Posted October 2, 2021 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 😕
Solution TheXman Posted October 2, 2021 Solution Posted October 2, 2021 On 10/2/2021 at 10:33 PM, NassauSky said: I can't find anything in the documentation about how to 'Toggle all folds' on startup Expand 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
NassauSky Posted October 2, 2021 Author 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!
NassauSky Posted June 4, 2024 Author Posted June 4, 2024 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
ioa747 Posted June 4, 2024 Posted June 4, 2024 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
Werty Posted June 4, 2024 Posted June 4, 2024 lol, you already posted that link in the other post 2½ years ago. 😛 Some guy's script + some other guy's script = my script!
argumentum Posted June 4, 2024 Posted June 4, 2024 On 10/2/2021 at 10:33 PM, NassauSky said: about how to 'Toggle all folds' on startup. Expand ..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.
Developers Jos Posted June 4, 2024 Developers Posted June 4, 2024 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.
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