firstly, let me thank you for the C::B, it's cool!
From time to time I run into problems with auto-completion (C::B 8.02, ubuntu 9.10 i686) for symbols for the parsed files (I can tell that because some other symbols from the same <path>/*.h appear as expected).
Here is an example:
I've added /usr/include/X11 to project's C++ parser options and after reopening the project completion understands XGenericEvent from Xlib.h, but doesn't understand XEvent from the same file. Actually it doesn't understand any of XGetXXX functions.
Another similar problem is that after a method is added to superclass (in my case it was done by wxFormBuilder), and files were reloaded by C::B, "insert > class method..." dialog doesn't recognize the new method neither in that class, not in its descendants.
Also, it would be great if parser could be invoked manually, by a toolbar button/menu, in order not to close*open the project. I would like C::B to give more feedback on parser status - what was parsed, what wasn't, etc (maybe some diagnosis?)
Thanks.