Author Topic: Code completion missing some functions  (Read 3236 times)

Offline enitol

  • Single posting newcomer
  • *
  • Posts: 2
Code completion missing some functions
« on: November 23, 2010, 04:11:10 pm »
Using codeblocks 10.05 on windows. I have just started working with wxwidgets and I have noticed that the code completion feature doesn't find all the functions connected to a class. In this particular case it's GetSize() in wxListCtrl class but there are certainly more.

Could it be something with my code parser/code completion settings?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Code completion missing some functions
« Reply #1 on: November 23, 2010, 04:36:38 pm »
Probably it is a normal behavior for 10.05.
Try the latest nightly, there are many improvements to the CC in it.
(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!]

Offline enitol

  • Single posting newcomer
  • *
  • Posts: 2
Re: Code completion missing some functions
« Reply #2 on: November 23, 2010, 04:40:29 pm »
It works... Thanks