Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties14
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.xml7
2 files changed, 14 insertions, 7 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties
index d782dc9a1..805447c6d 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties
@@ -21,25 +21,25 @@ ScriptConsole.label=Script Pad Console
# ***** Command Contributions *****
-command.cut.label=Cu&t
+command.cut.label=Cut
command.cut.tooltip=Cut
-command.copy.label=&Copy
+command.copy.label=Copy
command.copy.tooltip=Copy
-command.paste.label=&Paste
+command.paste.label=Paste
command.paste.tooltip=Paste
-command.delete.label=&Delete
+command.delete.label=Delete
command.delete.tooltip=Delete
-command.selectall.label=Select &All
+command.selectall.label=Select All
command.selectall.tooltip=Select All
-command.save.label=&Save
+command.save.label=Save
command.save.tooltip=Save
-command.saveas.label=Save &As...
+command.saveas.label=Save As...
command.saveas.tooltip=Save As
PeersSubMenuAction.label=Peers
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.xml
index d929e39c9..45cdf53b1 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.xml
@@ -121,6 +121,7 @@
disabledIcon="platform:/plugin/org.eclipse.ui/icons/full/dtool16/cut_edit.gif"
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/cut_edit.gif"
label="%command.cut.label"
+ mnemonic="t"
style="push"
tooltip="%command.cut.tooltip">
</command>
@@ -129,6 +130,7 @@
disabledIcon="platform:/plugin/org.eclipse.ui/icons/full/dtool16/copy_edit.gif"
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/copy_edit.gif"
label="%command.copy.label"
+ mnemonic="C"
style="push"
tooltip="%command.copy.tooltip">
</command>
@@ -137,6 +139,7 @@
disabledIcon="platform:/plugin/org.eclipse.ui/icons/full/dtool16/paste_edit.gif"
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/paste_edit.gif"
label="%command.paste.label"
+ mnemonic="P"
style="push"
tooltip="%command.paste.tooltip">
</command>
@@ -146,12 +149,14 @@
disabledIcon="platform:/plugin/org.eclipse.ui/icons/full/dtool16/delete.gif"
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/delete.gif"
label="%command.delete.label"
+ mnemonic="D"
style="push"
tooltip="%command.delete.tooltip">
</command>
<command
commandId="org.eclipse.ui.edit.selectAll"
label="%command.selectall.label"
+ mnemonic="A"
style="push"
tooltip="%command.selectall.tooltip">
</command>
@@ -163,6 +168,7 @@
disabledIcon="platform:/plugin/org.eclipse.ui/icons/full/dtool16/save_edit.gif"
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/save_edit.gif"
label="%command.save.label"
+ mnemonic="S"
style="push"
tooltip="%command.save.tooltip">
</command>
@@ -171,6 +177,7 @@
disabledIcon="platform:/plugin/org.eclipse.ui/icons/full/dtool16/saveas_edit.gif"
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/saveas_edit.gif"
label="%command.saveas.label"
+ mnemonic="a"
style="push"
tooltip="%command.saveas.tooltip">
</command>

Back to the top