Bug #109
Reindent, do not indent goto/gosub labels
Status:
In Progress
Priority:
Normal
Assignee:
-
Category:
-
Start date:
04/14/2018
Due date:
% Done:
0%
Description
When you do a re-indent, it should not touch the goto/gosub labels
History
#1 Updated by Wil van Antwerpen about 6 years ago
- Status changed from New to In Progress
The reindent logic will now:
- check if the line ends with a colon ":" character (end of line comments are ignored)
- then check if the characters before the colon are continuous and not contain space characters (space characters at start of line are ignored)
- if the above conditions are met then the line is considered a goto label and will no longer be indented.