Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2004-01-29 17:22:26 +0000
committerAlain Magloire2004-01-29 17:22:26 +0000
commit9678b6571138c510e236ca9b629222132af72e2c (patch)
tree6b54ba48bf78e612aba4041a1bee3aaa55baf3cc /core/org.eclipse.cdt.ui/plugin.properties
parent11f6760c105bdb834f3f0f7421675371bb243a16 (diff)
downloadorg.eclipse.cdt-9678b6571138c510e236ca9b629222132af72e2c.tar.gz
org.eclipse.cdt-9678b6571138c510e236ca9b629222132af72e2c.tar.xz
org.eclipse.cdt-9678b6571138c510e236ca9b629222132af72e2c.zip
PR 50789
First work to add support for "Show in CView" Based on work provided by Thomas Fletcher.
Diffstat (limited to 'core/org.eclipse.cdt.ui/plugin.properties')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.properties3
1 files changed, 3 insertions, 0 deletions
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

Back to the top