Sorting of the objects/defs in Class List Panel
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
I like the idea of the Class List panel (panel at the
left-hand side of the code) but it is sorted
alphabetically. I don't necessarily organize the
classes and defines in my modules alphabetically. I
therefore find the panel confusing and as a result
cannot use it.
Why not provide an option to sort it the same way that
it appears in the code?
~Vaughn
I wouldn't mind having this myself. This page contains some code to sort by original module order:
http://effbot.org/librarybook/pyclbr.htm
(changing to feature request)