Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-07-03 16:53:38 +0000
committerUwe Stieber2012-07-03 16:53:38 +0000
commit829ee95915e16dbc702b1dd671379296bdd61bb8 (patch)
tree89693d970be88ebe10279e023281bb5bd764d6a0 /target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties
parent5430fa26ca558f68544a455be8f98be25770f134 (diff)
downloadorg.eclipse.tcf-829ee95915e16dbc702b1dd671379296bdd61bb8.tar.gz
org.eclipse.tcf-829ee95915e16dbc702b1dd671379296bdd61bb8.tar.xz
org.eclipse.tcf-829ee95915e16dbc702b1dd671379296bdd61bb8.zip
Target Explorer: Add possibility to have a "Show In System Management" action in editor page toolbars
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties11
1 files changed, 10 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties
index 161a39625..37efc24bf 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties
@@ -63,12 +63,21 @@ menu.categories.addto.label=Add To
menu.categories.removefrom.label=Remove From
command.showin.name = Show In Group
+
menu.find.label = Find...
+
command.find.name = Find...
+
menu.filter.label = Filter...
menu.reset.label = Reset
+
command.find.description = Find elements in a tree viewer
command.filter.description = Filter elements in a tree viewer
command.filter.name = Quick Filter
+
command.reset.description = Reset quick filter in a tree viewer
-command.reset.name = Reset Quick Filter \ No newline at end of file
+command.reset.name = Reset Quick Filter
+
+command.showInSM.name=Show In System Management View Command
+command.showInSM.description=Shows the active editor context in the System Management view.
+

Back to the top