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"/> +