From 1ebf9b8d8feab90f6a289aefe2226500b9ee4f13 Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Wed, 25 Feb 2015 15:23:26 +0100 Subject: Target Explorer: Bug 429088 - The "System" menu has no accelerators --- .../plugin.properties | 13 ++++++++----- .../org.eclipse.tcf.te.tcf.processes.ui/plugin.xml | 17 +++++++++++++---- 2 files changed, 21 insertions(+), 9 deletions(-) (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui') diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties index df475528a..e9e07163e 100644 --- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties +++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties @@ -44,10 +44,12 @@ command.configure.label = Configure Refresh Interval command.configure.tooltip = Configure Refresh Interval command.configure.name = Configure Refresh Interval -command.attach.label=&Attach +command.attach.label=Attach +command.attach.mnemonic=A command.attach.tooltip=Attach to the selected Context -command.detach.label=D&etach +command.detach.label=Detach +command.detach.mnemonic=D command.detach.tooltip=Detach from the selected Context singlethreadfilter.description = For single thread processes the thread child is hidden. @@ -60,6 +62,7 @@ propertyTab.context.label = Context propertyTab.properties.label = Properties command.refresh.label=Refresh +command.refresh.mnemonic=f command.refresh.tooltip=Refresh the selected node command.properties.label = Properties @@ -69,12 +72,10 @@ page.context.name = Context page.basic.name = Basic command.terminate.label = Terminate +command.terminate.mnemonic=T command.terminate.tooltip = Terminate the selected process command.terminate.name = Terminate -command.attach.label = Attach... -command.attach.tooltip = Select contexts to attach to. - command.filter.label=Filter... command.reset.label = Reset Filter @@ -82,4 +83,6 @@ command.reset.label = Reset Filter command.search.label = Find... ShowIn.menu.name=Show In +ShowIn.menu.mnemonic=I Properties.menu.name=Properties +Properties.menu.mnemonic=P 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 12e8e5130..e01138693 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 @@ -188,6 +188,7 @@ icon="platform:/plugin/org.eclipse.tcf.te.launch.ui/icons/elcl16/attach.gif" id="org.eclipse.tcf.te.tcf.processes.ui.commands.attach" label="%command.attach.label" + mnemonic="%command.attach.mnemonic" style="push" tooltip="%command.attach.tooltip"> @@ -215,6 +216,7 @@ icon="platform:/plugin/org.eclipse.tcf.te.launch.ui/icons/elcl16/detach.gif" id="org.eclipse.tcf.te.tcf.processes.ui.commands.detach" label="%command.detach.label" + mnemonic="%command.detach.mnemonic" style="push" tooltip="%command.detach.tooltip"> @@ -239,6 +241,7 @@ icon="platform:/plugin/org.eclipse.debug.ui/icons/full/elcl16/terminate_co.gif" id="org.eclipse.tcf.te.launch.menu.terminate" label="%command.terminate.label" + mnemonic="%command.terminate.mnemonic" style="push" tooltip="%command.terminate.tooltip"> @@ -251,7 +254,7 @@ commandId="org.eclipse.tcf.te.ui.command.refresh" id="org.eclipse.tcf.te.ui.commands.refresh" label="%command.refresh.label" - mnemonic="f" + mnemonic="%command.refresh.mnemonic" style="push" tooltip="%command.refresh.tooltip"> @@ -306,12 +309,14 @@ + label="%ShowIn.menu.name" + mnemonic="%ShowIn.menu.mnemonic"> @@ -333,6 +338,7 @@ icon="icons/elcl16/attach.gif" id="org.eclipse.tcf.te.tcf.processes.ui.commands.attach" label="%command.attach.label" + mnemonic="%command.attach.mnemonic" style="push" tooltip="%command.attach.tooltip"> @@ -397,6 +403,7 @@ @@ -480,7 +487,9 @@ - + -- cgit v1.2.3