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 164749 Details for
Bug 262593
[Commands] Show in package explorer shortcut not working in linux
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]
First char a mnemonic v01
showIn-v01.txt (text/plain), 1.06 KB, created by
Paul Webster
on 2010-04-13 12:48:20 EDT
(
hide
)
Description:
First char a mnemonic v01
Filename:
MIME Type:
Creator:
Paul Webster
Created:
2010-04-13 12:48:20 EDT
Size:
1.06 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/ShowInMenu.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowInMenu.java,v >retrieving revision 1.25 >diff -u -r1.25 ShowInMenu.java >--- Eclipse UI/org/eclipse/ui/internal/ShowInMenu.java 21 Jan 2010 20:07:26 -0000 1.25 >+++ Eclipse UI/org/eclipse/ui/internal/ShowInMenu.java 13 Apr 2010 16:47:45 -0000 >@@ -15,7 +15,6 @@ > import java.util.HashMap; > import java.util.Iterator; > import java.util.Map; >- > import org.eclipse.jface.action.ContributionItem; > import org.eclipse.jface.action.ContributionManager; > import org.eclipse.jface.action.IContributionItem; >@@ -196,6 +195,9 @@ > viewDescriptor.getId()); > parm.parameters = targetId; > parm.label = viewDescriptor.getLabel(); >+ if (parm.label.length() > 0) { >+ parm.mnemonic = parm.label.substring(0, 1); >+ } > parm.icon = viewDescriptor.getImageDescriptor(); > return new CommandContributionItem(parm); > }
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 262593
: 164749