Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Sensei on December 13, 2007, 05:11:03 pm

Title: How to configure the Class Browser?
Post by: Sensei 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
Title: Re: How to configure the Class Browser?
Post by: mariocup 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