Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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?
-
Probably it is a normal behavior for 10.05.
Try the latest nightly, there are many improvements to the CC in it.
-
It works... Thanks