News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How to configure the Class Browser?

Started by Sensei, December 13, 2007, 05:11:03 PM

Previous topic - Next topic

Sensei

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

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