From 9678b6571138c510e236ca9b629222132af72e2c Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 29 Jan 2004 17:22:26 +0000 Subject: [PATCH] PR 50789 First work to add support for "Show in CView" Based on work provided by Thomas Fletcher. --- core/org.eclipse.cdt.ui/plugin.properties | 3 + core/org.eclipse.cdt.ui/plugin.xml | 9 +- .../cdt/ui/actions/ShowInCViewAction.java | 90 +++++++++++++++++++ 3 files changed, 101 insertions(+), 1 deletion(-) create mode 100644 core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/actions/ShowInCViewAction.java 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"> + + +