#5268 closed defect (duplicate)
Bad code formatting; make it optional
Reported by: | Owned by: | Adeel Asghar | |
---|---|---|---|
Priority: | high | Milestone: | 1.13.1 |
Component: | OMEdit | Version: | |
Keywords: | format | Cc: |
Description
I hit many bugs in the document formatter:
- in the new stable release, the indentation increases every time I save a document;
- the
end mymodel;
statement often jumps automatically at the end of the previous line; - lines are automatically indented, but the indentation often makes no sense and it is not uniform through all the lines
- inline comments are pushed away
- in some cases the line
for i in 1:size(myarray,1)
becomes
for i in size(myarray,1)
Please let the code formatting to be optionally disabled!
Attachments (1)
Change History (3)
by , 6 years ago
Attachment: | omedit_formatting.png added |
---|
comment:1 by , 6 years ago
Milestone: | Future → 1.14.0 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
comment:2 by , 6 years ago
Milestone: | 1.14.0 → 1.13.1 |
---|
Note:
See TracTickets
for help on using tickets.
formatting example