Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-05-05 02:15:50 +0000
committerDarin Wright2004-05-05 02:15:50 +0000
commitcba19eb2b5d8f7987cf6dbaf6ffea24b58627481 (patch)
treed54707ee71cf29b12283d80c8ff4b801f5f4b352 /org.eclipse.debug.ui/plugin.xml
parent65c1829cf9ba27fa029ea93556a91e6f73d05fd3 (diff)
downloadeclipse.platform.debug-cba19eb2b5d8f7987cf6dbaf6ffea24b58627481.tar.gz
eclipse.platform.debug-cba19eb2b5d8f7987cf6dbaf6ffea24b58627481.tar.xz
eclipse.platform.debug-cba19eb2b5d8f7987cf6dbaf6ffea24b58627481.zip
Bug 60918 - [KeyBindings] Some key bindings not working
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 088ab6706..fdc8b7510 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1780,7 +1780,8 @@
<context
name="%Context.debugging.name"
description="%Context.debugging.description"
- id="org.eclipse.debug.ui.debugging">
+ id="org.eclipse.debug.ui.debugging"
+ parentId="org.eclipse.ui.contexts.window">
</context>
</extension>
<extension

Back to the top