Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to reuse the index .pdom file generated using GeneratePDOM application

Hello,

While I'm not answering your question now, I believe there's a simpler approach to your problem. The external headers should get indexed if:

a) they are included by a source file in the project, and
b) they are in the project's include paths.

I'm assuming you're using an external build system (like Make) as opposed to CDT's managed build. The correct include paths are then usually discovered automagically after a build (from console output) regardless of your build tool. You might want to make sure that "C++ Build / Discovery Options / Automate discovery of paths and symbols" is checked in your project properties.

Does F3 (go to declaration) work on a symbol from your external headers?

Hope that helps a bit.

Rerards,
-- Tomasz Wesolowski

Back to the top