Jotos Posted June 22 Posted June 22 Hey! I used Notepad++ to edit an .au3 script. Now I noticed that the code folding symbols (the little minus/plus boxes next to functions or control structures) look strange when I open the file in Autoit — kind of stretched or misaligned, especially around Func ... EndFunc blocks. Here's a screenshot: Any suggestions on how to fix the visual issue? Thanks!
Developers Jos Posted June 22 Developers Posted June 22 You probably have incomplete blocks in your code, so need to post the whole code in case you want me to have a look 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.
Jotos Posted June 22 Author Posted June 22 The code is fine. It was alright BEFORE I used Notepad++. Just after I pushed the save button in Notpad++ and reopen the file with Autoit, I got this problem only at this file. All other files are as the same as before.
Solution Jotos Posted June 22 Author Solution Posted June 22 I don't know why, but the problem is gone.
Developers Jos Posted June 22 Developers Posted June 22 (edited) Ah sorry... you use notepad++ with the au3 lexer that comes with it? That is a very old version of the au3 scilexer as I've stopped sending updates a long time ago. Use SciTE full installer to use the latest version. Edited June 22 by Jos 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