diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 5171925e589..7923c0e93ba 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -181,6 +181,10 @@ PathNameSorter.tooltip= Sort the view by Resource Path # Action sets CSearchActionSet.label= C/C++ Search CSearchActionSet.description= Action set containing search related C/C++ actions +CNavigationActionSet.label= C/C++ Navigation +CNavigationActionSet.description= C/C++ Navigation Action Set +COpenActionSet.label= C/C++ Open Actions +COpenActionSet.description= Action set containing open actions for C/C++ CEditorPresentationActionSet.label=C/C++ Editor Presentation CEditorPresentationActionSet.description=Actions to customize the C/C++ editor presentation @@ -283,14 +287,6 @@ CEditorPresentation.label= Editor CDTIndexerMarker.label= C/C++ Indexer Markers -#Browsing -CBrowsing.perspective.name=C/C++ Browsing -CBrowsing.viewCategoryName= C/C++ Browsing -CBrowsing.projectsViewName= Projects -CBrowsing.namespacesViewName= Namespaces -CBrowsing.typesViewName= Types -CBrowsing.membersViewName= Members -CBrowsing.preferencePageName= Browsing #Type Hierarchy CHierarchy.viewCategoryName= C/C++ Type Hierarchy diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index e898bc1114e..8ab3e53d4d4 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -186,18 +186,6 @@ class="org.eclipse.cdt.internal.ui.CPerspectiveFactory" id="org.eclipse.cdt.ui.CPerspective"> - @@ -206,18 +194,12 @@ - - @@ -227,25 +209,18 @@ - - + + + + + - - + - @@ -284,49 +259,6 @@ icon="icons/view16/class_hi.gif" id="org.eclipse.cdt.ui.typeHierarchy" name="%typeHierarchy.name"/> - @@ -988,7 +920,7 @@ - + + + + + + + - - - -