msew
Ketchup Master
94 Posts |
Posted - Feb 17 2004 : 05:45:32 AM
|
It would be really nice to have an option to have visual X sort class members in the following way:
by type and then alphabetically within that scope.
So you have:
-all member vars from your parent class(es) in a section -all member functions from your parent class(es) in a section -all operators from your parent class(es) in a section -all enums from your parent class(es) in a section)
-all member vars from your class in a section -all member functions from your class in a section -all operators from your class in a section -all enums from your class in a section)
*NOTE: if there are other categorizations of class data please add them in :-)
Right now you have enums intermixed with functions intermixed with member vars. Certainly the different colors and the bolded (for this class scope) are nice. But let's just seperate out all of that stuff into sections :-)
Additionally, will then need a options to choose how to sort the above categories.
a) all parentClass(es) data all class data
b) all class data all parentClass(es) data
c) functionally grouped: parentClass(es) functions class functions
parentClass(es) variables class variables
parentClass(es) enums class enums
parentClass(es) operators class operators
~msew
|
|