Author Topic: Code Completion doesnt work  (Read 3480 times)

General

  • Guest
Code Completion doesnt work
« on: January 02, 2008, 10:15:21 pm »
Hello guys,

at first i want to apologize for my English. Because iam from Germany.
So now my problem.
Since a few days i have very big problems with C::B.
When I type for example "Mess" in a Win32GUI Project and press STRG+WHITESPACE he shows me the code completion for all function beginning with "Mess" , like MessageBox or MessageBoxEx. But since the few days he didnt make the auto completion, he only make it for things like "if,for,else" but not for the given function of the Lib. Is there anyone who´s knows this problem, and know how to solve it?`Thanks allot.

General

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Code Completion doesnt work
« Reply #1 on: January 02, 2008, 10:38:57 pm »
Hi !

If your project is open by default at C::B start, you can jump to the "symbols" management tab, right click on its root (symbols) and click on "re-parse".

Dje

General

  • Guest
Re: Code Completion doesnt work
« Reply #2 on: January 03, 2008, 08:14:48 am »
well, i think i had explained it wrong. Make a Win32GUI project, type in "MessageB" and press STRG+WHITESPACE, normally he have to show all WinAPI function beginning with "MessageB" but since a few days he didnt make it. @Dje your try to solve my problem dosent work, but i dont know why.?