Code::Blocks Forums

User forums => Help => Topic started by: Flesym on December 02, 2005, 05:27:34 pm

Title: How to sort the symbols?
Post by: Flesym on December 02, 2005, 05:27:34 pm
Hi!
Just a simple question: Is there a way to sort the symbols within the "class view panel"? At the moment, all the class-members (and other symbols) are listed in the same order as they are defined. I'd like to have them in alphabetic order..., ist that possible?

Thanks for your effort!
    -flesym
Title: Re: How to sort the symbols?
Post by: thomas on December 02, 2005, 05:49:14 pm
RC2: no
HEAD: yes (by default)
Title: Re: How to sort the symbols?
Post by: Flesym on December 03, 2005, 12:16:32 pm
Hello again!

Thanks for the tip! I've read, that there is also some other new cool stuff in that version. So it doesn't took me very long to give it a try, but unfortunately I'm not able to compile; I get the following error:

--------------------------------------------
compilergcc.cpp: In member function 'int CompilerGCC::DoRunQueue()':
compilergcc.cpp:767: error: cannot convert 'wxString' to 'CompilerCommand*' in assignment
make[4]: *** [compilergcc.lo] Fehler 1
make[4]: Verlasse Verzeichnis »/usr/local/src/codeblocks/1.0-HEAD/src/plugins/compilergcc«
make[3]: *** [all-recursive] Fehler 1
make[3]: Verlasse Verzeichnis »/usr/local/src/codeblocks/1.0-HEAD/src/plugins/compilergcc«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlasse Verzeichnis »/usr/local/src/codeblocks/1.0-HEAD/src/plugins«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis »/usr/local/src/codeblocks/1.0-HEAD/src«
make: *** [all-recursive] Fehler 1
-----------------------------------------------------------------

Any idea how to solve this?
    -flesym
Title: Re: How to sort the symbols?
Post by: mandrav on December 03, 2005, 12:20:37 pm
Re-run svn update. This was fixed yesterday...
Title: Re: How to sort the symbols?
Post by: Flesym on December 03, 2005, 01:53:48 pm
Yes, that problem is solved. And some of the new things look really good! -Great work! But the symbols in the class browser still remain unsorted..., hope this will be "fixed" in near future!

Bye, and much thanks for this IDE, I love it!
    -flesym