Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 43630 Details for
Bug 140861
[Workbench] TVT3.2:TCT319: TVT - zh: Shortcut key problems in the menu.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch
140861.txt (text/plain), 3.54 KB, created by
Tod Creasey
on 2006-06-06 15:16:19 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tod Creasey
Created:
2006-06-06 15:16:19 EDT
Size:
3.54 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/ShowViewAction.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowViewAction.java,v >retrieving revision 1.18 >diff -u -r1.18 ShowViewAction.java >--- Eclipse UI/org/eclipse/ui/internal/ShowViewAction.java 24 Aug 2005 18:38:03 -0000 1.18 >+++ Eclipse UI/org/eclipse/ui/internal/ShowViewAction.java 6 Jun 2006 19:17:22 -0000 >@@ -40,7 +40,7 @@ > // TODO: is this wart still needed? > String accel = desc instanceof ViewDescriptor ? ((ViewDescriptor) desc) > .getAccelerator() : null; >- String label = '&' + desc.getLabel(); >+ String label = desc.getLabel(); > setText(accel == null ? label : label + "@" + accel); //$NON-NLS-1$ > setImageDescriptor(desc.getImageDescriptor()); > setToolTipText(label); >Index: Eclipse UI/org/eclipse/ui/internal/ShowInAction.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowInAction.java,v >retrieving revision 1.8 >diff -u -r1.8 ShowInAction.java >--- Eclipse UI/org/eclipse/ui/internal/ShowInAction.java 24 Aug 2005 18:38:03 -0000 1.8 >+++ Eclipse UI/org/eclipse/ui/internal/ShowInAction.java 6 Jun 2006 19:17:22 -0000 >@@ -37,7 +37,7 @@ > * Creates a new <code>ShowInAction</code>. > */ > protected ShowInAction(IWorkbenchWindow window, IViewDescriptor desc) { >- super('&' + desc.getLabel()); >+ super(desc.getLabel()); > setImageDescriptor(desc.getImageDescriptor()); > window.getWorkbench().getHelpSystem().setHelp(this, > IWorkbenchHelpContextIds.SHOW_IN_ACTION); >Index: Eclipse UI/org/eclipse/ui/internal/actions/NewWizardShortcutAction.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/NewWizardShortcutAction.java,v >retrieving revision 1.11 >diff -u -r1.11 NewWizardShortcutAction.java >--- Eclipse UI/org/eclipse/ui/internal/actions/NewWizardShortcutAction.java 8 May 2006 20:55:53 -0000 1.11 >+++ Eclipse UI/org/eclipse/ui/internal/actions/NewWizardShortcutAction.java 6 Jun 2006 19:17:22 -0000 >@@ -47,7 +47,7 @@ > */ > public NewWizardShortcutAction(IWorkbenchWindow window, > IWizardDescriptor wizardDesc) { >- super('&' + wizardDesc.getLabel()); >+ super(wizardDesc.getLabel()); > setToolTipText(wizardDesc.getDescription()); > setImageDescriptor(wizardDesc.getImageDescriptor()); > setId(ActionFactory.NEW.getId()); >Index: Eclipse UI/org/eclipse/ui/actions/OpenPerspectiveAction.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/OpenPerspectiveAction.java,v >retrieving revision 1.6 >diff -u -r1.6 OpenPerspectiveAction.java >--- Eclipse UI/org/eclipse/ui/actions/OpenPerspectiveAction.java 24 Aug 2005 18:38:03 -0000 1.6 >+++ Eclipse UI/org/eclipse/ui/actions/OpenPerspectiveAction.java 6 Jun 2006 19:17:22 -0000 >@@ -61,7 +61,7 @@ > this.descriptor = descriptor; > this.callback = callback; > >- final String label = '&' + descriptor.getLabel(); >+ final String label = descriptor.getLabel(); > setText(label); > setToolTipText(label); > setImageDescriptor(descriptor.getImageDescriptor());
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 140861
:
40778
|
40779
|
41449
|
42997
|
43147
|
43156
| 43630