Hi,
I was wondering which library is used to parse the c++ code in the symbol browser ? ( or is it a home made lib ? )
I am interested in learning C++'s parsing process.
Regards
Home made 100%, the code is in src/plugins/codecompletion/ in svn.
Also, I have write some document here Code Completion Design - CodeBlocks (http://wiki.codeblocks.org/index.php?title=Code_Completion_Design) about the Code Completion code. You can read it.