Author Topic: Code completion doesn't inherite from more than first level  (Read 2363 times)

Offline tkd

  • Single posting newcomer
  • *
  • Posts: 3
Code completion doesn't inherite from more than first level
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Code completion doesn't inherite from more than first level
« Reply #1 on: March 17, 2010, 10:59:13 pm »
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!]