Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 910b8a79d..a672a8795 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1655,6 +1655,16 @@ M4 = Platform-specific fourth key
name="%nextMemoryBlockCommand.label"/>
<command
categoryId="org.eclipse.debug.ui.category.run"
+ description="%newRenderingCommand.description"
+ id="org.eclipse.debug.ui.commands.newRendering"
+ name="%newRenderingCommand.label"/>
+ <command
+ categoryId="org.eclipse.debug.ui.category.run"
+ description="%closeRenderingCommand.description"
+ id="org.eclipse.debug.ui.commands.closeRendering"
+ name="%closeRenderingCommand.label"/>
+ <command
+ categoryId="org.eclipse.debug.ui.category.run"
description="%command.description.0"
id="org.eclipse.debug.ui.command.gotoaddress"
name="%command.name.0"/>
@@ -1810,6 +1820,16 @@ M4 = Platform-specific fourth key
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M3+N"/>
<key
+ commandId="org.eclipse.debug.ui.commands.newRendering"
+ contextId="org.eclipse.debug.ui.memoryview"
+ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
+ sequence="M1+N"/>
+ <key
+ commandId="org.eclipse.debug.ui.commands.closeRendering"
+ contextId="org.eclipse.debug.ui.memoryview"
+ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
+ sequence="M1+W"/>
+ <key
commandId="org.eclipse.debug.ui.command.gotoaddress"
contextId="org.eclipse.debug.ui.memory.abstractasynctablerendering"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"

Back to the top