Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-12-03 15:48:24 +0000
committerDarin Wright2004-12-03 15:48:24 +0000
commit4bc994c967f804dc2310a0efc107e8f022f11943 (patch)
tree2596ba031bf252d329836c4bf087c009cf778741 /org.eclipse.debug.ui/plugin.xml
parentc5fa9328e68b68e2191909d2f754d4ad6c1b955a (diff)
downloadeclipse.platform.debug-4bc994c967f804dc2310a0efc107e8f022f11943.tar.gz
eclipse.platform.debug-4bc994c967f804dc2310a0efc107e8f022f11943.tar.xz
eclipse.platform.debug-4bc994c967f804dc2310a0efc107e8f022f11943.zip
Bug 80073 - Shortcut for show debug perspective
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 9ee2a32bb..ec358e534 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1760,6 +1760,12 @@ M4 = Platform-specific fourth key
commandId="org.eclipse.debug.ui.MemoryView"
keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">
</keyBinding>
+<!-- Perspective -->
+ <command
+ name="%DebugPerspective.name"
+ description="%command.openDebugPerspective.description"
+ categoryId="org.eclipse.ui.category.perspectives"
+ id="org.eclipse.debug.ui.DebugPerspective" />
</extension>
<extension
point="org.eclipse.ui.editors.annotationTypes">

Back to the top