Code::Blocks Forums

User forums => Help => Topic started by: san on March 19, 2007, 11:49:00 am

Title: Code Completion - Partly working?!
Post by: san on March 19, 2007, 11:49:00 am
I'm using Code::Blocks 3671 nightly build on Ubuntu 7.04 and it works very nice for my Ogre3D / CEGUI / Animation thesis project. But there is something weird with code completion. When I type CEGUI:: and press control+space I get a nice list of functions / objects from that class. But some of the functions don't seem to be listed.

For example this can be found:
Code
CEGUI::Window

But this can't:
Code
CEGUI::FrameWindow

I also noticed that Code::Blocks wasn't able to find the implentation / declaration of the latter function.. weird isn't it?

Does anyone know what I can do about this? Perhaps re-index the CEGUI directory or something?! Or does it have to do with hierarchy of the included lib (a graph is show here: http://www.cegui.org.uk/api_reference/hierarchy.html ) ?

Thanks in advantage,
San