I am working in webkit with Eclipse CDT as IDE, there are some classes under #if ENABLE(VIDEO) but eclipse does not index it. It thinks that they are unused blocks, is there any way by which I can tell eclipse to index everything?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure about the solution you suggested, but there’s another:
Open your project’s properties, go to
C/C++ General->Path and Symbols->Symbols, make sure you haveConfigurationset toAll configurationsand then add there any preprocessor symbols you’d like to have defined.