#3135 closed defect (duplicate)
OMEdit moves comments in algorithms
Reported by: | massimo ceraolo | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | normal | Milestone: | never |
Component: | OMEdit | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
If I have a line comment in OMEdit inside an algorithm, when saving the comment is moved at the end of algorithm.
If I wrote the following model, for instance:
model aa Real x; algorithm if time > 0.5 then //this is a comment x := 2; else x := 1; end if; end aa;
when saved it becomes:
model aa Real x; algorithm if time > 0.5 then x := 2; else x := 1; end if; //this is a comment end aa;
Change History (4)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:4 by , 9 years ago
Milestone: | Future → never |
---|
Sorting away the closed as invalid, won't fix and duplicate tickets from Future.
Note:
See TracTickets
for help on using tickets.
Yes, this is a long known problem. See #2905.