From 5bcb4215a0eaaeee2f1aba41b2d7a467afb34917 Mon Sep 17 00:00:00 2001 From: Oleg Krasilnikov Date: Mon, 9 Apr 2007 06:03:56 +0000 Subject: [PATCH] Bug #181023: group property pages Bug #181025: group context menu items --- core/org.eclipse.cdt.ui/plugin.properties | 15 ++++-- core/org.eclipse.cdt.ui/plugin.xml | 61 +++++++++++++++++++++-- 2 files changed, 66 insertions(+), 10 deletions(-) diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 622af1d71b2..60f6c525bcd 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -258,11 +258,11 @@ WorkInProgress.name=Work In Progress CDTSearch.name=Search -CDTIndexerProperty.name=C/C++ Indexer +CDTIndexerProperty.name=Indexer -CDTHelpProperty.name=C/C++ Documentation +CDTHelpProperty.name=Documentation -CDTFileTypesProperty.name=C/C++ File Types +CDTFileTypesProperty.name=File Types CDTLanguagesProperty.name=Language Mappings @@ -356,7 +356,7 @@ CDTIndexer.nullindexer=No Indexer (search based features will not work correctly CDTIndexer.fastindexer=Fast C/C++ Indexer (recommended) IndexView.name=C/C++ Index -RebuildIndex.name=Rebuild Index +RebuildIndex.name=Rebuild indexerPage.name = Indexer Page proposalFilter.name = Code Completion Proposal Filter @@ -390,4 +390,9 @@ cViewScope.description = In C/C++ Views NewCfgDialog.name = newCfgDialog teamProjectIndexExportWizard.name = Team Shared Index teamProjectIndexExportWizard.description = Exports C/C++ index for use in other workspaces. -exportWizard.CDTCategory.name = C/C++ \ No newline at end of file +exportWizard.CDTCategory.name = C/C++ + +page.c.general=C/C++ General +# menu labels +Configurations.menu=Build configurations +Index.menu=Index \ No newline at end of file diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 46827c60cb9..165ba28886b 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -723,7 +723,15 @@ class="org.eclipse.cdt.internal.ui.indexview.RebuildIndexActionDelegate" id="org.eclipse.cdt.ui.rebuildIndexAction" label="%RebuildIndex.name" - menubarPath="buildGroup"/> + menubarPath="org.eclipse.cdt.ui.indexmenu/gm1"/> + + + + + + + + + @@ -1427,9 +1444,39 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -1440,6 +1487,7 @@ @@ -1450,6 +1498,7 @@ @@ -1460,6 +1509,7 @@ @@ -1470,12 +1520,13 @@ - + z`