Opened 10 years ago

Closed 10 years ago

Last modified 7 years ago

#2922 closed enhancement (fixed)

View arrays in numerical order

Reported by: Adam Dershowitz <dersh@…> Owned by: Adeel Asghar
Priority: normal Milestone: 1.9.4
Component: OMEdit Version: trunk
Keywords: Cc:

Description

When array variables are viewed in OMEdit, they are sorted in ascii order, not in numerical order.
At the moment an arrays shows as:
a[10]
a[11]
...
a[19]
...
a[1]
a[20]
a[2]
...
It would make much more sense, and be more useful, to show this as:
a[1]
a[2]
...
a[10]
a[11]
...
a[20]

etc.

Change History (4)

comment:1 by Martin Sjölund, 10 years ago

Status: newassigned

comment:2 by Adeel Asghar, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r22879.

comment:3 by Dietmar Winkler, 9 years ago

Milestone: Futurepre1.9.4

It doesn't make sense to keep closed ticket in the "Future" milestone that were simply forgotten to assign to the correct milestone in the past.

comment:4 by Martin Sjölund, 7 years ago

Milestone: pre1.9.41.9.4

Removing the pre1.9.4 milestone in favor of 1.9.4.

Note: See TracTickets for help on using tickets.