diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index a5fe7832684..b18f649bb5a 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -90,9 +90,6 @@ ActionDefinition.toggleComment.description= Comment/Uncomment the selected lines ActionDefinition.opendecl.name= Open Declaration ActionDefinition.opendecl.description= Open an editor on the selected element's declaration(s) -ActionDefinition.opendef.name= Open Definition -ActionDefinition.opendef.description= Open an editor on the selected element's definition - ActionDefinition.opencview.name= Show in C/C++ Project view ActionDefinition.opencview.description= Show the selected resource in the C/C++ Project view @@ -586,4 +583,5 @@ ActionDefinition.selectNext.name = Select Next C/C++ Element ActionDefinition.selectPrevious.description = Expand the selection to enclosing C/C++ element ActionDefinition.selectPrevious.name = Select Previous C/C++ Element ActionDefinition.selectLast.description = Restore last selection in C/C++ editor -ActionDefinition.selectLast.name = Restore Last C/C++ Selection \ No newline at end of file +ActionDefinition.selectLast.name = Restore Last C/C++ Selection +overrideAnnotation.label = C/C++ Override indicators \ 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 bd268dc27ea..e437bd76637 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -1808,12 +1808,6 @@ contextId="org.eclipse.cdt.ui.cViewScope" commandId="org.eclipse.cdt.ui.edit.open.include.browser" schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/> - @@ -2263,12 +2257,6 @@ categoryId="org.eclipse.cdt.ui.category.source" id="org.eclipse.cdt.ui.edit.text.c.indent"> - -