Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-01-10 07:58:13 +0000
committerUwe Stieber2012-01-10 07:58:13 +0000
commit83f22a95bcf8a2d940c2c14182b2b4622c52259d (patch)
tree9a5917698060b06a7ceafac83cd06cb783eab1b0 /target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.properties
parent91fca7b97528e01015f9d63f51423a920a3b7d59 (diff)
downloadorg.eclipse.tcf-83f22a95bcf8a2d940c2c14182b2b4622c52259d.tar.gz
org.eclipse.tcf-83f22a95bcf8a2d940c2c14182b2b4622c52259d.tar.xz
org.eclipse.tcf-83f22a95bcf8a2d940c2c14182b2b4622c52259d.zip
Target Explorer: Fix attach callback fired before TCFLaunch is connected
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.properties
index 6715a99ef..d96b8774f 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.properties
@@ -10,3 +10,8 @@
pluginName = Target Explorer, TCF Launching, UI
providerName = Eclipse.org
+
+# ***** Command contributions *****
+
+Command.showInDebugView.name=Show In Debug View Command
+Command.showInDebugView.description=Show the selection in the Debug View.

Back to the top