Author Topic: code completion  (Read 3093 times)

Offline Newling

  • Multiple posting newcomer
  • *
  • Posts: 17
code completion
« 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: code completion
« Reply #1 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".
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Newling

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: code completion
« Reply #2 on: January 29, 2010, 10:53:38 am »
Thanks, that works.