bugGNU Octave - Bugs: bug #60724, (Wish) GUI editor : align comment...

 
 

bug #60724: (Wish) GUI editor : align comment statements

Submitter:  PIERRE LABRECHE <pierre5018>
Submitted:  Thu 03 Jun 2021 02:55:19 PM UTC
   
 
Category:  GUI Severity:  1 - Wish
Priority:  3 - Low Item Group:  Feature Request
Status:  None Assigned to:  None
Originator Name:  PIERRE LABRECHE Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 03 Jun 2021 02:55:19 PM UTC, original submission:  

A new editor feature would align comments, either on separate lines or at end-of-line.

Indenting would be invoked as a right-click item, or as part of the indent command.
User preference would determine if comment auto indenting is part of the indent command.

Example ( before aligning comments )

if (x)
# a comment on a separate line
  statement# EOL comment
  statement long # EOL comment 2
endif
# a block comment
statement( parameter ) ; # EOL comment 3
statement ; # EOL comment 4


Example ( outcome of aligning comments )

if (x)
  # a comment on a separate line
  statement      # EOL comment
  statement long # EOL comment 2
endif
# a block comment
statement( parameter ) ; # EOL comment 3
statement ;              # EOL comment 4


PIERRE LABRECHE <pierre5018>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pierre5018 (Submitted the item)
  • -email is unavailable- added by pierre5018
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 9 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-06-04 rik5 Carbon-CopyRemoved 72865 -
    2021-06-04 rik5 Severity3 - Normal 1 - Wish
        Priority5 - Normal 3 - Low
    2021-06-04 rik5 Carbon-CopyRemoved 72865 -
    2021-06-04 rik5 Item GroupOther Feature Request
        Release6.2.0 dev
        Operating SystemMicrosoft Windows Any
        SummaryGUI editor : align comment statements (Wish) GUI editor : align comment statements
    2021-06-03 pierre5018 Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code