Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 sort class members by type THEN alphabetically
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

msew
Ketchup Master

94 Posts

Posted - Feb 17 2004 :  05:45:32 AM  Show Profile
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


Stephen
Tomato Guru

United Kingdom
781 Posts

Posted - Feb 17 2004 :  06:10:59 AM  Show Profile
I wouldn't want to separate inherited members from members defined in the derived class. Distinguishing them typographically is nice, but sometimes you don't know and don't care whether a function is inherited from a base class or not.

Stephen Turner
ClickTracks http://www.clicktracks.com/
Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000