News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

code completion

Started by Newling, January 29, 2010, 09:11:47 AM

Previous topic - Next topic

Newling

I edit the resourcefile with an external program. (winxp32_codeblocks_rev6088_resedit)
After adding a new control, the file resource.h is reread in C::B.

The IDC_xyz of the new controls will appear in the resource.h file,
but is not shown in the code completion.
I have to restart C::B then it works.

Is there a way to change that?


Thanks

MortenMacFly

Quote from: Newling on January 29, 2010, 09:11:47 AM
Is there a way to change that?
In the symbols browser, right-click on the root of the tree and select "re-parse".
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Newling