From 3ed5b721373e2d5044244d512249ab71fe433db8 Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Thu, 27 Sep 2012 14:12:57 +0200 Subject: Target Explorer: Bind Attach/Detach handler and menu contributions to the availability of an IDebugService service instance --- .../org.eclipse.tcf.te.tcf.processes.ui/plugin.xml | 82 ++++++++++++++++++---- 1 file changed, 68 insertions(+), 14 deletions(-) (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml') diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml index 23ae75266..a4112ce18 100644 --- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml +++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml @@ -144,7 +144,20 @@ style="push" tooltip="%command.attach.tooltip"> - + + + + + + + + + + + @@ -157,7 +170,20 @@ style="push" tooltip="%command.detach.tooltip"> - + + + + + + + + + + + @@ -377,12 +403,26 @@ class="org.eclipse.tcf.te.tcf.processes.ui.handler.AttachHandler" commandId="org.eclipse.tcf.te.launch.command.attach"> - - - - - - + + + + + + + + + + + + + + + + + @@ -400,12 +440,26 @@ class="org.eclipse.tcf.te.tcf.processes.ui.handler.DetachHandler" commandId="org.eclipse.tcf.te.launch.command.detach"> - - - - - - + + + + + + + + + + + + + + + + + -- cgit v1.2.3