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.
Thats a good idea !When I write my class members i put them on groups of function(functions that read the object,that write the object,that copy the object etc).VOTE FOR IT so it can be implemented
*** This bug has been confirmed by popular vote. ***