Bug 71500 - [Indexer] all headers get indexed on project open
Summary: [Indexer] all headers get indexed on project open
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows XP
: P3 major (vote)
Target Milestone: 2.0.1   Edit
Assignee: Bogdan Gheorghe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-05 14:06 EDT by John Camelon CLA
Modified: 2004-08-19 18:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Camelon CLA 2004-08-05 14:06:27 EDT
Import a large source tree into a project.  
Close the project.  
Open the project.  
Notice that files that do get included from other files still get indexed 
separately.  

What I would suggest is doing it in 2 passes : first doing all the cpp/cc 
files, then doing the extraneous headers that aren't in your list.  Otherwise, 
you have to update the index job with info about which files it can remove 
from its list.
Comment 1 Bogdan Gheorghe CLA 2004-08-19 18:16:02 EDT
Fixed in head and stream as of August 19th.

- B