Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] UI Element for "Includes" tree view in the project expansion

Thanks, that is exactly what I was looking for.

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Warren Paul
Sent: Monday, September 16, 2013 11:09 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] UI Element for "Includes" tree view in the project expansion

 

I believe you’re looking for org.eclipse.cdt.internal.ui.viewsupport.IncludeFolderDecorator and org.eclipse.cdt.internal.ui.cview.IncludeRefContainer.

 

Thanks,
Warren

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Joseph Henry
Sent: Monday, September 16, 2013 9:47 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] UI Element for "Includes" tree view in the project expansion

 

Hi all,

 

I have been looking for the ui element that controls the “Includes” tree view that is the first element in a C/C++ project in the “Project Explorer” view. This is the element that shows all the include directories for a project.

 

If somebody could help me locate this either in the xml or just the java code that would be great.



Back to the top