Project

General

Profile

Bug #109

Reindent, do not indent goto/gosub labels

Added by Wil van Antwerpen about 6 years ago. Updated over 5 years ago.

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 over 5 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.

Also available in: Atom PDF