Author Topic: How to sort the symbols?  (Read 4514 times)

Flesym

  • Guest
How to sort the symbols?
« 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

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: How to sort the symbols?
« Reply #1 on: December 02, 2005, 05:49:14 pm »
RC2: no
HEAD: yes (by default)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Flesym

  • Guest
Re: How to sort the symbols?
« Reply #2 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
« Last Edit: December 03, 2005, 12:18:36 pm by Flesym »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: How to sort the symbols?
« Reply #3 on: December 03, 2005, 12:20:37 pm »
Re-run svn update. This was fixed yesterday...
Be patient!
This bug will be fixed soon...

Flesym

  • Guest
Re: How to sort the symbols?
« Reply #4 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