Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlvaro Sanchez-Leon2014-10-24 15:42:04 +0000
committerAlvaro Sanchez-Leon2014-12-09 15:37:26 +0000
commit3ab1678bc370c56cb41f6830a872e806555ef61a (patch)
tree18157c35fbde11d23a71f0947d8dd8ced5337caf /debug/org.eclipse.cdt.debug.ui/plugin.properties
parenta830f285fe92a58fb9689020c3ddc605b0d36867 (diff)
downloadorg.eclipse.cdt-3ab1678bc370c56cb41f6830a872e806555ef61a.tar.gz
org.eclipse.cdt-3ab1678bc370c56cb41f6830a872e806555ef61a.tar.xz
org.eclipse.cdt-3ab1678bc370c56cb41f6830a872e806555ef61a.zip
Bug 235747: [registers] Allow user to edit the register groups.
Bug 235747: Move register group actions to the command framework. Change-Id: Ife5aefc1a1609309724db01d92a35750e25def24 Signed-off-by: Alvaro Sanchez-Leon <alvsan09@gmail.com> Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/13980 Tested-by: Hudson CI
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.properties18
1 files changed, 16 insertions, 2 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties
index 2fda45869f0..3daa217a7df 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties
@@ -142,12 +142,26 @@ ModulesDetailPaneFontDefinition.description=The text font used in the detail pan
ModulePropertiesAction.label=Properties...
ModulePropertiesAction.tooltip=Open Module Properties Dialog
+RegisterGroupingCategory.description=Set of commands for Register Grouping
+RegisterGroupingCategory.name=Register Grouping commands
+AddRegisterGroup.description=Adds a Register Group
+AddRegisterGroup.name=Add RegisterGroup
+AddRegisterGroup.label=Add Register Group
AddRegisterGroupAction.label=Add Register Group
AddRegisterGroupAction.tooltip=Add Register Group
-RemoveRegisterGroupAction.label=Remove Register Group
-RemoveRegisterGroupAction.tooltip=Remove Register Group
+RemoveRegisterGroups.description=Removes one or more Register Groups
+RemoveRegisterGroups.name=Remove Register Groups
+RemoveRegisterGroups.label=Remove Register Groups
+RemoveRegisterGroupsAction.label=Remove Register Groups
+RemoveRegisterGroupsAction.tooltip=Remove Register Groups
+EditRegisterGroup.description=Edits a Register Group
+EditRegisterGroup.name=Edit Register Group
+EditRegisterGroup.label=Edit Register Group
EditRegisterGroupAction.label=Edit Register Group
EditRegisterGroupAction.tooltip=Edit Register Group
+RestoreRegisterGroups.description=Restores the Default Register Groups
+RestoreRegisterGroups.name=Restore Default Register Groups
+RestoreRegisterGroups.label=Restore Default Register Groups
RestoredefaultRegisterGroupsAction.label=Restore Default Register Groups
RestoredefaultRegisterGroupsAction.tooltip=Restore Default Register Groups

Back to the top