I would like to index every #ifdef and #else blocks in my C/C++ source files with my CDT indexer 8.0.2 on Eclipse indigo on Ubuntu.
Adding symbols wouldn't work since it would not cover #else blocks
Is there any way that I can force Eclipse CDT to simply ignore the #ifdef and #else blocks? like other indexers do ( like emacs cscope )
I've been searching for days and didn't find any good solution.
I have a really big amount of code and would better not edit it to remove #ifdefs even temporary.