Code: Select all
If 1
If 1
abc = 1
; abc = 2
; abc = 3
; abc = 4
abc = 5
EndIf
EndIf
you should either change the way the IDE puts comments (don't put the ; at the beginning of the line but at the beginnin of code / keeping the indentation) or find a way to not let comments influence the indentation steps.
also if you mark all this code and cntrl-i it you can see that comments and indentation doesn't work well toghether right now.