From 0c011ffdda61e1fca36e3c9ed02b96a50bc2feba Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 17 Oct 2003 02:34:10 +0000 Subject: add comment/uncomment menu. --- build/org.eclipse.cdt.make.ui/plugin.properties | 16 +++++++++ build/org.eclipse.cdt.make.ui/plugin.xml | 41 ++++++++++++++++++++++ .../cdt/make/internal/ui/MakeResources.properties | 8 +++++ .../make/internal/ui/editor/MakefileEditor.java | 12 +++++++ 4 files changed, 77 insertions(+) diff --git a/build/org.eclipse.cdt.make.ui/plugin.properties b/build/org.eclipse.cdt.make.ui/plugin.properties index 0b9ce191e7e..edfa9a4e7e0 100644 --- a/build/org.eclipse.cdt.make.ui/plugin.properties +++ b/build/org.eclipse.cdt.make.ui/plugin.properties @@ -30,3 +30,19 @@ ViewMake.name=Make Targets ActionSetMake.label=Make Actions ActionSetUpdateMake.label=Update Make Projects + +# Scope and Key Commands +scope.makefileEditor.name=Makefile Editor +makefileEditor.description=Editor for Makefile Files + +category.source.name=Makefile Source +category.source.description= Makefile Source Actions + +ActionDefinition.comment.name= Comment +ActionDefinition.comment.description= Turn the selected lines into # style comments + +ActionDefinition.uncomment.name= Uncomment +ActionDefinition.uncomment.description= Uncomment the selected # style comment lines + +MakefileEditor.name=Makefile Editor + diff --git a/build/org.eclipse.cdt.make.ui/plugin.xml b/build/org.eclipse.cdt.make.ui/plugin.xml index 7287ba1087d..09eae320c28 100644 --- a/build/org.eclipse.cdt.make.ui/plugin.xml +++ b/build/org.eclipse.cdt.make.ui/plugin.xml @@ -140,6 +140,47 @@ id="org.eclipse.cdt.make.ui.targetCreateCommand"> + + + + + + + + + + + + + + + + +