diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 3362cd19a7f..148f03ed425 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -54,6 +54,9 @@ ActionDefinition.uncomment.description= Uncomment the selected // style comment ActionDefinition.opendecl.name= Open Declaration ActionDefinition.opendecl.description= Open an editor on the selected element's declaration(s) +ActionDefinition.opencview.name= Show in C/C++ Project view +ActionDefinition.opencview.description= Show the selected resource in the C/C++ Project view + CEditor.name=C Editor CPluginPreferencePage.name=C/C++ CPluginEditorPreferencePage.name=C/C++ Editor diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 581770bbcf1..3b4b8be4b1a 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -34,9 +34,9 @@ + - @@ -426,7 +426,14 @@ command="org.eclipse.cdt.ui.navigate.opentype" configuration="org.eclipse.ui.defaultAcceleratorConfiguration"> + + +