Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Newling on January 29, 2010, 09:11:47 am

Title: code completion
Post by: Newling on January 29, 2010, 09:11:47 am
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
Title: Re: code completion
Post by: MortenMacFly on January 29, 2010, 10:28:51 am
Is there a way to change that?
In the symbols browser, right-click on the root of the tree and select "re-parse".
Title: Re: code completion
Post by: Newling on January 29, 2010, 10:53:38 am
Thanks, that works.