Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-core-dev] CDT/Outline/parser/Preference Page


Parser performance has improved significantly ... however, using STRUCTURAL_PARSE for reconciling the working copy is still too slow.
I'd keep it in for now.

JohnC
www.eclipse.org/cdt


cdt-core-dev-admin@xxxxxxxxxxx wrote on 07/30/2004 03:40:41 PM:

> Certainly reducing the parser modes would be a good thing. I'll leave it
> to John to make this call, though.
>
> Doug Schaefer, IBM's Eclipse CDT Architect
> Ottawa (Palladium), Ontario, Canada
>
>
>
> "Alain Magloire" <alain@xxxxxxx>
> Sent by: cdt-core-dev-admin@xxxxxxxxxxx
> 07/30/2004 02:10 PM
> Please respond to
> cdt-core-dev
>
>
> To
> cdt-core-dev@xxxxxxxxxxx
> cc
>
> Subject
> [cdt-core-dev] CDT/Outline/parser/Preference Page
>
>
>
>
>
>
>
> Bonjour,
>   In the Preference --> C/C++ --> "Follow #include's when producing the
> outline view"
>  
> First:
>  this is confusing, in the sense that the property changes the way the
> Core Model
> generate the ICElement hierarchy.  So unsetting the checkbox, will change
> the behaviour
> of many actions and views, for example; Class Browsing perspective, Open
> Type, add include,
> hovering, any actions that use the service of the core Model(ICElement).
>  
> If we keep this, it should be something like:
>  
>   Preference --> C/C++ --> "Follow #include's when producing the Core
> Model"
>  
> Second:
>   Do we need to keep it ? Since now the parser performance is getting
> better.
>  
>  
> --
> alain
>
> _______________________________________________
> cdt-core-dev mailing list
> cdt-core-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-core-dev
>
>
> _______________________________________________
> cdt-core-dev mailing list
> cdt-core-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-core-dev

Back to the top