Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

SRP Editor Format function

Using the format function on an existing program, it seems that it doesn't indent unless there's a label first. Also, if there is a label and the label has a comment, the following code isn't indented. Since we nearly always have a comment on subroutine labels......



We also put explanations for changes and versioning in a commented-out section at the bottom of programs. That portion of the program indented 5 or 6 levels.


Comments

  • Another suggestion under the heading of "nice to have" - in the dropdown to hop to labels, it would be great if we could see the comment next to the label also. Many if not most of our programs use numbers as labels along with a comment. If we can't see the comment, a list of numbers in the dropdown isn't much help.
  • Thank you for the heads up. I'll add this to my queue of feature requests/fixes for next release.
  • Using the format function on an existing program, it seems that it doesn't indent unless there's a label first.

    When else would you expect the intent format to occur?
  • Using the format function on an existing program, it seems that it doesn't indent unless there's a label first.


    I would not expect it to.

    Put a dummy label like Mainline:

Sign In or Register to comment.