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 62906 Details for
Bug 160924
RCP (Linux): Tooltip not working
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 for stripping the mnemonic from the toolltip
sdb_new_patch.txt (text/plain), 1.23 KB, created by
Ajay Garga Rengasayee
on 2007-04-04 07:42:45 EDT
(
hide
)
Description:
Patch for stripping the mnemonic from the toolltip
Filename:
MIME Type:
Creator:
Ajay Garga Rengasayee
Created:
2007-04-04 07:42:45 EDT
Size:
1.23 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.sdb.new >Index: src/org/eclipse/hyades/sdb/internal/editor/actions/PagingAction.java >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.sdb.new/src/org/eclipse/hyades/sdb/internal/editor/actions/PagingAction.java,v >retrieving revision 1.3 >diff -u -r1.3 PagingAction.java >--- src/org/eclipse/hyades/sdb/internal/editor/actions/PagingAction.java 2 Mar 2005 07:17:56 -0000 1.3 >+++ src/org/eclipse/hyades/sdb/internal/editor/actions/PagingAction.java 4 Apr 2007 08:03:19 -0000 >@@ -16,6 +16,7 @@ > import org.eclipse.hyades.sdb.internal.editor.SymptomEditor; > import org.eclipse.hyades.sdb.internal.editor.provider.KnowledgeElementContainerItemProvider; > import org.eclipse.jface.action.Action; >+import org.eclipse.jface.action.LegacyActionTools; > import org.eclipse.jface.resource.ImageDescriptor; > import org.eclipse.jface.viewers.ITreeContentProvider; > import org.eclipse.jface.viewers.TreeViewer; >@@ -34,6 +35,7 @@ > > public PagingAction(String text, ImageDescriptor image) { > super(text, image); >+ setToolTipText(LegacyActionTools.removeMnemonics(text)); > // TODO Auto-generated constructor stub > } >
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 160924
:
60256
|
62905
| 62906 |
62907
|
62908
|
62909
|
62910