brittneybrinsfield / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

[REQ] Sort `PROCS & FUNCS` sidebar section alphanumerically #1833

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
= The Issue =

The `TABLES` section in the sidebar correctly sorts the tables in an 
alphanumeric order, as one would expect:
First symbols, then numbers, then letters, all in their respective logical 
order:

    Example `TABLES` order:     _-,./\%`^+=$0123ABC

However the `PROCS % FUNCS` section in the sidebar does not display its 
contents in the expected alphanumeric order - While the letters and numbers are 
correctly ordered, the symbols are all over the place, some before the numbers, 
some between letters and numbers, and some after letters.

    Example `PROCS % FUNCS` order:     $%+,-./0123=ABC\^_`

See attached screenshot.

= Suggested Fix =

Sort all sidebar sections by the same order. If this is a result of how the 
routines are returned by the server then just manually order the items 
alphanumerically after they've been returned.

- Johannes

Using Sequel Pro 1.0.2 Build 4096, Mac OS 10.8.5

Original issue reported on code.google.com by josha...@gmail.com on 24 Oct 2013 at 9:38

Attachments: