Author Topic: Code Completion - Partly working?!  (Read 3258 times)

Offline san

  • Multiple posting newcomer
  • *
  • Posts: 20
Code Completion - Partly working?!
« 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
« Last Edit: March 19, 2007, 01:56:55 pm by san »