Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-ui-dev] Data hierarchy tab added

New tab is added to CDT property pages: "Data hierarchy".
 
It represents as ouline most public properties for project,
configuration or resource description objects. In fact,
big part of data introduced by New Project Model can be
inspected by this view. Data modification is not available.
 
This tab is disabled by default, because CDT users do not need it.
But this feature may be useful while tool integration or development.
 
To enable it, open org.eclipse.cdt.managedbuilder.ui/plugin.xml,
search for string "StructureTreeTab" and uncomment corresponding tag.
After this, restart Eclipse. New tab will appear on "Paths and Symbols"
page in Properties dialog.
 
Sample is attached.
-----------------------------------
With best regards, Oleg Krasilnikov
Software designer, Eclipse team.
Intel corp.
+7 8312 162 444 ext. 2587
(Russia, Nizhny Novgorod)
 

Attachment: sample-tree.GIF
Description: sample-tree.GIF


Back to the top