Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2008-04-02 15:31:54 +0000
committerSamantha Chan2008-04-02 15:31:54 +0000
commit61f9c28abe7d784c944029d21c7672f667b652c9 (patch)
tree4df3651ba7d945e4fd135bef45556352061d7bf6 /org.eclipse.debug.ui/plugin.xml
parentbab2c67b5e2970ae7ad66878121b7002c64d5963 (diff)
downloadeclipse.platform.debug-61f9c28abe7d784c944029d21c7672f667b652c9.tar.gz
eclipse.platform.debug-61f9c28abe7d784c944029d21c7672f667b652c9.tar.xz
eclipse.platform.debug-61f9c28abe7d784c944029d21c7672f667b652c9.zip
Bug 215432 - [Memory View] Memory View: real estate & new/remove rendering workflow
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