[Bug 81427] New: Class memebers should be sortable on declaration order.
Steven T.Hatton
hattons at globalsymmetry.com
Sun May 16 13:52:28 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=81427
Summary: Class memebers should be sortable on declaration order.
Product: kdevelop
Version: unspecified
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: classview
AssignedTo: kdevelop-devel kdevelop org
ReportedBy: hattons globalsymmetry com
Version: 3.0.90-CVS (using KDE 3.2.2, SuSE)
Compiler: gcc version 3.3.1 (SuSE Linux)
OS: Linux (i686) release 2.4.21-215-default
This is probably a minor issue, but if someone can make it happen without too much effort, it would be nice if the class browser could change the oder in which members are displayed. So far as I know, the only ordering available is alphabetical. The advantage to displaying members in declaration order is that it can help creating the member initializer list. I believe it is best to put the items in the initializer list in the same order as they appear in the class declarations. And my compiler agrees. Being able to view them in that order while creating the list would, therefore, be convenient.
More information about the KDevelop-devel
mailing list