Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: tribunal on January 23, 2008, 07:17:14 am

Title: A problem with reopening projects and problem with CC using preprocessor
Post by: tribunal on January 23, 2008, 07:17:14 am
I have just installed C::B and I have 2 problems :(
1) when I reopen project, source files are reopened too - it is ok
BUT functions list is empty!
I have to close files and open them again
2) using CodeCompletion
when I have
include "...." everything is ok, but when I have

#ifdef ...
#include ...
#else
#include ...
#endif

These "includes" are not parsed by CodeCompletion
All parsing, including preprocessor is on

I'm sorry if these questions were asked before or if they are in TODO list
And sorry for my english

And the last question:
Is CodeCompletion (hints) for function's params is in TODO list? :)
Title: Re: A problem with reopening projects and problem with CC using preprocessor
Post by: killerbot on January 23, 2008, 07:33:12 am
which version are you using ??
Title: Re: A problem with reopening projects and problem with CC using preprocessor
Post by: tribunal on January 23, 2008, 08:39:23 am
SVN built from 21th of January