Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-02-26 20:41:36 +0000
committerDarin Wright2004-02-26 20:41:36 +0000
commitb3762e48561072d594d59936741b30a2e164cf69 (patch)
tree7fa0ea137f3d2e3e353a32418a38c3daabf706fe /org.eclipse.debug.ui/plugin.xml
parentbcf5816c5b0695b2088ab40821cba1e1e8ae0dc9 (diff)
downloadeclipse.platform.debug-b3762e48561072d594d59936741b30a2e164cf69.tar.gz
eclipse.platform.debug-b3762e48561072d594d59936741b30a2e164cf69.tar.xz
eclipse.platform.debug-b3762e48561072d594d59936741b30a2e164cf69.zip
Bug 50086 - Enahnced evaluation support
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index f62a79d84..31d9ebc73 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1273,6 +1273,18 @@
command="org.eclipse.debug.internal.ui.actions.RunLastAction"
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
</keyBinding>
+ <command
+ name="%ActionDefinition.closeDebugPopup.name"
+ category="org.eclipse.debug.ui.category.run"
+ description="%ActionDefinition.closeDebugPopup.description"
+ id="org.eclipse.debug.ui.commands.defaultDebugPopupClose">
+ </command>
+ <keyBinding
+ string="Enter"
+ scope="org.eclipse.debug.ui.debugging.popups"
+ command="org.eclipse.debug.ui.commands.defaultDebugPopupClose"
+ configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
+ </keyBinding>
</extension>
<extension
point="org.eclipse.ui.editors.markerAnnotationSpecification">
@@ -1549,6 +1561,11 @@
description="Debugging Programs"
id="org.eclipse.debug.ui.debugging">
</context>
+ <context
+ name="%Context.debugPopups.name"
+ description="%Context.debugPopups.description"
+ id="org.eclipse.debug.ui.debugging.popups">
+ </context>
</extension>
<extension
point="org.eclipse.debug.ui.contextViewBindings">

Back to the top