Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: enitol on November 23, 2010, 04:11:10 pm

Title: Code completion missing some functions
Post by: enitol 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?
Title: Re: Code completion missing some functions
Post by: oBFusCATed 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.
Title: Re: Code completion missing some functions
Post by: enitol on November 23, 2010, 04:40:29 pm
It works... Thanks