User forums > Using Code::Blocks

Code completion plugin

<< < (4/5) > >>

mandrav:
After you open your project, try right-clicking the 'Symbols' tree item (in the 'Symbols' tab) and clicking 'Re-parse now'...

Yiannis.

Game_Ender:
It does work, I just thought it wasn't.  It turns out it doesn't put classes from the external files in the class browser.  Thanks for all the help and thanks to Mandrav for the great IDE.

mandrav:

--- Quote from: Game_Ender on August 02, 2005, 06:39:56 pm ---It does work, I just thought it wasn't.  It turns out it doesn't put classes from the external files in the class browser.  Thanks for all the help and thanks to Mandrav for the great IDE.

--- End quote ---

Heheh, just thinking of what the symbols tree would look like if all the parsed symbols were in there, makes me shiver :P

Yiannis.

rickg22:
You could as well post a config option, and I don't know, maybe add it in "external classes" ?

Game_Ender:
Question, is there a way to make the code completion plugin understand inheritance?  Take orge for example.  I create a variable of the scene SceneNode type, which is a subclass of Node.  The Node class has the SetOrientation method, but SceneNode doesn't.  Yet, if I have "smart sense" on it doesn't know that it should also display Node's methods, if I am working with a subclass like SceneNode.

Is there a way I can fix this?  It seems the class browser understands inheritance, can we make "smart sense" do the same?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version