Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Outline view

Alain wrote:
> > I'd be OK with the menu option going away for 1.2 
> and putting this in for 
> > a feature request/enhancement post 1.2 ... I hate 
> seeing UI options (like 
> > Add Inclusion) that do nothing for out-of-the-box CDT ... 
> 
> I should work ok, if the include paths are set within
> the builders
> i.e the IScannerInfo returns the right paths.

In quick parse mode the Scanner does not go through the include
paths attempting to find the proper file. 

In order to get this to work we'd have to: 
1. Update CModelBuilder to get the IScannerInfo
2. Update Scanner to search for inclusions but not actually 
tokenize the contents. 

JohnC


Back to the top