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

Codecompletion doesn't parse

Started by raph, January 22, 2007, 07:42:36 PM

Previous topic - Next topic

raph

Hi,

I'm currently trying to get code completion to work properly :D
It somehow doesn't scan "external" include files automaticly, so it only knows types and vars from my project.
Anyway, I managed to fix this, by deactivating c++ parsing and reactivating it ("Follow LOCAL includes", "Follow GLOBAL includes", "Parse preprocessor directives").
I'm then asked whether I want to reparse my projects with the new options and it works perfect until codeblocks is closed and restarted.

Is this a known issue?
How can I make cc to reparse my projects, easilier?

I'm using WinXP with the latest nightly build (svn 3526)

Thanks for help
raph

raph

Is there any way to e.g. bind reparsing to a shortcut?

MortenMacFly

Quote from: raph on January 23, 2007, 11:08:24 AM
Is there any way to e.g. bind reparsing to a shortcut?
Goto the symbols browser, right-click on "Symbols" and select "Re-parse now".

BTW: The effect you have described earlier is unfortunately not reproducible to me. Any additional information? A step-by-step guide? A project that demonstrates this issue?

With regards, Morten.
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]

raph

I switched to the latest nightly build (22. January) and reinstalled mingw (using the installer this time and not downloading and extracting the files manually) and it seems to work, now  :shock:  :D
To bad I can't reproduce the problem :(

Thx for your help
raph

byo

It was probably a bug in wxSmith ( :shock: ), easy to fix. We can forget about it now ;)