Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-09-02 15:36:13 +0000
committerDarin Wright2004-09-02 15:36:13 +0000
commit56643d7ac8307820da69969582d6314020a4a116 (patch)
treef70c26b73e1cd567a0510afac80cccc72937dfe9 /org.eclipse.debug.ui/plugin.xml
parent614a5abe24acd53f3cbdef3bdbe3831537d95826 (diff)
downloadeclipse.platform.debug-56643d7ac8307820da69969582d6314020a4a116.tar.gz
eclipse.platform.debug-56643d7ac8307820da69969582d6314020a4a116.tar.xz
eclipse.platform.debug-56643d7ac8307820da69969582d6314020a4a116.zip
Bug 72517 - Replace "Run As >" with context launch
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 2d335b7c9..5e2435e44 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -291,6 +291,14 @@
</separator>
</menu>
<action
+ definitionId="org.eclipse.debug.ui.commands.OpenRunConfigurations"
+ label="%OpenRunConfigurations.label"
+ helpContextId="open_run_configurations_action_context"
+ class="org.eclipse.debug.internal.ui.actions.OpenRunConfigurations"
+ menubarPath="org.eclipse.ui.run/runGroup"
+ id="org.eclipse.debug.ui.actions.OpenRunConfigurations">
+ </action>
+ <action
label="%RunWithConfigurationAction.label"
pulldown="true"
helpContextId="run_with_configuration_action_context"
@@ -340,6 +348,14 @@
pulldown="true">
</action>
<action
+ definitionId="org.eclipse.debug.ui.commands.OpenDebugConfigurations"
+ label="%OpenDebugConfigurations.label"
+ helpContextId="open_debug_configurations_action_context"
+ class="org.eclipse.debug.internal.ui.actions.OpenDebugConfigurations"
+ menubarPath="org.eclipse.ui.run/debugGroup"
+ id="org.eclipse.debug.ui.actions.OpenDebugConfigurations">
+ </action>
+ <action
label="%DebugWithConfigurationAction.label"
pulldown="true"
helpContextId="debug_with_configuration_action_context"
@@ -459,6 +475,14 @@
pulldown="true">
</action>
<action
+ definitionId="org.eclipse.debug.ui.commands.OpenProfileConfigurations"
+ label="%OpenProfileConfigurations.label"
+ helpContextId="open_profile_configurations_action_context"
+ class="org.eclipse.debug.internal.ui.actions.OpenProfileConfigurations"
+ menubarPath="org.eclipse.ui.run/profileGroup"
+ id="org.eclipse.debug.ui.actions.OpenProfileConfigurations">
+ </action>
+ <action
label="%ProfileWithConfigurationAction.label"
pulldown="true"
helpContextId="profile_with_configuration_action_context"

Back to the top