I decided, just for fun, test the parsing time of Code Completion of my old fellow (Dev-C++) against my new lovely fellow (Code::Blocks).
Test project: CodeBlocks-wxWidgets-2.6.0 (it was a bit tricky for Dev-C++).
Settings: Follow locals and globals.
For Dev-C++ it took about 520 seconds, even though I have no idea how many files it really parsed.
For Code::Blocks it took about 40 seconds, 1164 files parsed.
Another fact is Dev-C++ was completely useless while parsing. Code::Blocks becomes really slow, but is still usable.
Add to that closing the IDE. It took Dev-C++ a few
minutes to close, Code::Blocks just needed a few
seconds (updating cache).
Even more, the main source of Dev-C++ crashing is the use of Code Completion.
So... congrats! You're making a really, really nice work.
P.S.: I'mn't saying Dev-C++ sucks or anything like that (I really liked it with all its bugs and it helped me a lot), I'm saying that Code::Blocks is just better and gets even more every day