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?