Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Include [paths

I guess that’s not entirely true. The files that you include in those paths are indexed.  I don’t believe we index the entire /usr/include, that would take quite a while.

 

There is the pre-indexing feature that you may find useful. I’m not sure how to set one up yet, though.

 

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sheldon Dsouza
Sent: Monday, July 09, 2007 7:34 AM
To: CDT General developers list.
Subject: [cdt-dev] Include [paths

 

Hi,

         When we create a C/C++ application in CDT on the Linux platform, the following paths like /usr/local/include etc get automatically indexed. How do i go about indexing new include paths automatically to my applications whenever i create a project for my application.

Regards,
Sheldon


Back to the top