Developers Jos Posted March 23 Author Developers Posted March 23 (edited) Thanks for the time to go through my questions: On 3/23/2025 at 3:18 AM, LoganCH said: Ctrl+T would interfere with VSCode's object search and I couldn't think of a better one. Expand Any shortcut works for me that makes sense, it is just for convenience as that is a heavy-used function by many I guess. On 3/23/2025 at 3:18 AM, LoganCH said: This is based on the VSCode theme's choice of color for variables (variable.other) vs macros (constant.other) from the tmLanguage tags Expand Is there a way to configure this, or is this hardcoded in extension? I know it is the case in the standard supplied SciTE theme, but that was never my choice, as I prefer to give them a different look to easily distinguish them. On 3/23/2025 at 3:18 AM, LoganCH said: Do you mean the way that code blocks like If...EndIf indent Expand A simple example is the indentation of the next line after a single line if: If $a = 1 then $a = 2 As I mentioned somewhere: I cloned the repo and made changes to Add Tidy, Au3stripper and Add-Includes functions to the list of options with a shortcut, as that would make them available to me and also show the output properly. Also made changes to Tidy,au3Stripper and au3check to avoid the need to use AutoIt3Wrapper to run them when containing mixed encoding or special characters in their filenames. I am pretty happy with the way things work at the moment. Thanks for that! Edited March 23 by Jos donnyh13 1 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