News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Code completion doesn't inherite from more than first level

Started by tkd, March 17, 2010, 10:46:21 PM

Previous topic - Next topic

tkd

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

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]