Author Topic: How to configure the Class Browser?  (Read 2976 times)

Offline Sensei

  • Multiple posting newcomer
  • *
  • Posts: 20
How to configure the Class Browser?
« on: December 13, 2007, 05:11:03 pm »
Hi,

I want to configure the Class Browser that way that the code completition is able to suggest all wxwidgets methods and stuff when I start writing the name and when I type . :: and ->.
I don't know whether it is to much when I get all wxwidget classes and methods displayed in the class browser, but could be fine.
I wasn't able to find some in the wiki and the manual so it would be nice if someone can give me a hint.

Greetings
Frank

mariocup

  • Guest
Re: How to configure the Class Browser?
« Reply #1 on: December 13, 2007, 09:35:33 pm »
Hi Sensei,

If the wxwidgets or other headers are put in your search path/dir or to your project settings C/C++ parser options then the code completion should work, as CB parses them. Otherwise try reparse now in the symbol browser to update the info.

Bye,

Mario