Sparx Systems Forum

Enterprise Architect => Suggestions and Requests => Topic started by: skiwi on November 17, 2011, 10:59:23 am

Title: Sort order in project browser: not case sensitive
Post by: skiwi on November 17, 2011, 10:59:23 am
It is possible to make the sort order NOT case sensitive in the project window. This would be very useful for reverse engineering databases (se SQL Server)
Title: Re: Sort order in project browser: not case sensit
Post by: qwerty on November 17, 2011, 08:41:39 pm
(Different DBs behave different in respect to case. Some are case sensitive per se while others are case insensitive.

q.)
Title: Re: Sort order in project browser: not case sensit
Post by: skiwi on November 18, 2011, 12:18:03 pm
Indeed, but the UI can moderate this behaviour.
I'd like to see an option for case insensitivity in the prohect broswer (and anywhere else where sorting occurs)
Title: Re: Sort order in project browser: not case sensit
Post by: bschulz on June 10, 2017, 04:09:18 am
Indeed, but the UI can moderate this behaviour.
I'd like to see an option for case insensitivity in the prohect broswer (and anywhere else where sorting occurs)

I'm trialing the software and already this is very irritating. 
Title: Re: Sort order in project browser: not case sensitive
Post by: Guillaume on June 14, 2017, 02:02:41 pm
Hi,

I created a simple example and indeed get the following order: Class1, Class2, class1, class2, class3.

You can achieve a non case sensitive sorting on the elements names e.g. DB Tables with eaUtils free addin -> simply run the sort by Name on a package with the default non case sensitive values setting. I ran a test and get the expected order: class1, Class1, class2, Class2, class3

Help page: http://www.eautils.com/en/help/item/135-help-section-sort-elements-from-package-element-by-name (http://www.eautils.com/en/help/item/135-help-section-sort-elements-from-package-element-by-name)