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 62908 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 tooltip
symptom_editor_patch.txt (text/plain), 1.15 KB, created by
Ajay Garga Rengasayee
on 2007-04-04 07:45:15 EDT
(
hide
)
Description:
Patch for stripping the mnemonic from the tooltip
Filename:
MIME Type:
Creator:
Ajay Garga Rengasayee
Created:
2007-04-04 07:45:15 EDT
Size:
1.15 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.monitoring.symptom.editor >Index: src/org/eclipse/tptp/symptom/internal/actions/PagingAction.java >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.tptp.monitoring.symptom.editor/src/org/eclipse/tptp/symptom/internal/actions/PagingAction.java,v >retrieving revision 1.2 >diff -u -r1.2 PagingAction.java >--- src/org/eclipse/tptp/symptom/internal/actions/PagingAction.java 11 Dec 2006 20:34:14 -0000 1.2 >+++ src/org/eclipse/tptp/symptom/internal/actions/PagingAction.java 4 Apr 2007 08:00:06 -0000 >@@ -13,6 +13,7 @@ > package org.eclipse.tptp.symptom.internal.actions; > > import org.eclipse.jface.action.Action; >+import org.eclipse.jface.action.LegacyActionTools; > import org.eclipse.jface.resource.ImageDescriptor; > import org.eclipse.jface.viewers.TreeViewer; > import org.eclipse.tptp.platform.models.symptom.SymptomCatalog; >@@ -30,6 +31,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