Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Indexer with Index all files option.

Files from outside of the project are indexed on demand, only. To have an index for them you can:
 
-> link the folder into the project.
-> more advanced (requires some coding): create a pre-parsed SDK for the header-files. There is
    documentation on how to do this in the CDT Plug-in Developer Guide.
 
Markus.


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Janees Elamkulam
Sent: Friday, February 08, 2008 1:16 PM
To: CDT General developers list.
Subject: [cdt-dev] Indexer with Index all files option.
Importance: Low


Hi,

I have set index for a project to "Fast Indexer" with  "Index all Files" options, but it does not seems to index files that are included through project include path.
It this the expected behavior ? Is there a way to index these files ?

- Janees


Back to the top