Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started 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
-
Is there a way to change that?
In the symbols browser, right-click on the root of the tree and select "re-parse".
-
Thanks, that works.