Code::Blocks Forums
User forums => Help => Topic started by: tkd on March 17, 2010, 10:46:21 pm
-
Hi,
I have a pb with the code completion : I installed wxwidget, and I just get the first level (class) of inheritance in the code completion.
For example:
class myFrame : public wxFrame ...
myFrame mf -> : the code completion just gives me the objects declared in the class MyFrame, without the objects from wxFrame ...
I tried to fixe a path in tje c++ parser, and some options on editor, but nothing. How can I get the normal and full completion on any object ?
Thanks in advance for your help
tkd
-
Have you read the forum rules? There is written that you should mention the version of the software you're using (OS, C::B, gcc, gdb and any other related software).
If you're using 8.02, its code completion is has lost of missing features...
You can try a nightly build to see if the problem is fixed,
there are lots of improvements to CC in the latest builds.