﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2674	Sorting of Array-Variables in OMEdit	Christian Schubert	Adeel Asghar	"Consider the following simple model
{{{
model A
  constant Integer N=30;
  Real a[N];
equation
  for i in 1:N loop
    a[i] = i*time;
  end for;
end A;
}}}

If you simulate that in OMEdit then the sorting in the variables browser is a little bit odd, because you get: a[10], a[11], ..., a[19], a[1], a[20], a[21], ..., a[29], a[2], a[30], a[3], ...

So it is probably a simple string sorting but it would be much better if we used a Natural Sorting, i.e. a[1], a[2], ..., a[9], a[10], a[11], ....
"	defect	closed	high	1.9.1	OMEdit	trunk	fixed	array sorting plot	
