Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.properties
index 23de3b105..8ef257110 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.properties
@@ -10,3 +10,14 @@
pluginName = Target Explorer, Launching, UI
providerName = Eclipse.org
+
+# ***** Command Contributions *****
+
+command.showInDebugView.name=Show in Debug View Command
+command.showInDebugView.description=Show the selected context in the Debug View
+
+command.attach.name=Attach Context Command
+command.attach.description=Attach to the selected Context
+
+command.detach.name=Detach Context Command
+command.detach.description=Detach from the selected Context

Back to the top