Something really annoying is the following behaviour:
Code: Select all
If #True
Debug "test"
If Not #False
EndIf
EndIf
In case you'd like to insert a new line into the 2nd if the whole line is moved to the beginning of the line because of the ';' from the comment being the first character in the line above.... destroying the complete indentation! (just position the cursor after the '#false' and press enter after commenting out the debug line and you'll see what I mean).
It would be better if a comment with CTRL+B would insert the ';' AFTER the indentation of the line - ' ;debug "test"'
Or maybe make this an option in the editor preferences.... but currently I don't know how I could stop this behaviour...
Thanks!