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 62907 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
rcp_symptom_patch.txt (text/plain), 3.78 KB, created by
Ajay Garga Rengasayee
on 2007-04-04 07:44:00 EDT
(
hide
)
Description:
Patch for stripping the mnemonic from the toolltip
Filename:
MIME Type:
Creator:
Ajay Garga Rengasayee
Created:
2007-04-04 07:44:00 EDT
Size:
3.78 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.monitoring.rcp.symptom >Index: src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/WelcomeAction.java >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.tptp.monitoring.rcp.symptom/src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/WelcomeAction.java,v >retrieving revision 1.1 >diff -u -r1.1 WelcomeAction.java >--- src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/WelcomeAction.java 4 Sep 2006 23:25:29 -0000 1.1 >+++ src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/WelcomeAction.java 4 Apr 2007 07:45:15 -0000 >@@ -13,6 +13,7 @@ > package org.eclipse.tptp.monitoring.rcp.symptom.internal.actions; > > import org.eclipse.jface.action.Action; >+import org.eclipse.jface.action.LegacyActionTools; > import org.eclipse.tptp.monitoring.rcp.symptom.internal.Messages; > import org.eclipse.ui.actions.ActionFactory.IWorkbenchAction; > >@@ -22,7 +23,12 @@ > * The id of the action that displays the welcome page > */ > private static final String ID = "org.eclipse.tptp.monitoring.rcp.symptom.internal.actions.WelcomeAction"; >- >+ >+ public WelcomeAction() >+ { >+ setToolTipText(LegacyActionTools.removeMnemonics(Messages.SYMPTOM_RCP_MENU_WELCOME)); >+ } >+ > public String getText() { > // TODO Auto-generated method stub > return Messages.SYMPTOM_RCP_MENU_WELCOME; >Index: src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/OpenFileAction.java >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.tptp.monitoring.rcp.symptom/src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/OpenFileAction.java,v >retrieving revision 1.1 >diff -u -r1.1 OpenFileAction.java >--- src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/OpenFileAction.java 4 Sep 2006 23:25:29 -0000 1.1 >+++ src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/OpenFileAction.java 4 Apr 2007 07:45:14 -0000 >@@ -17,6 +17,7 @@ > import org.eclipse.core.runtime.IPath; > import org.eclipse.hyades.sdb.internal.util.LogMessages; > import org.eclipse.hyades.sdb.internal.util.SymptomDBSelectionDialog; >+import org.eclipse.jface.action.LegacyActionTools; > import org.eclipse.tptp.monitoring.rcp.symptom.internal.Activator; > import org.eclipse.ui.IWorkbenchWindow; > import org.eclipse.ui.PlatformUI; >@@ -33,6 +34,7 @@ > > public OpenFileAction(String text) { > super(text); >+ setToolTipText(LegacyActionTools.removeMnemonics(text)); > } > > /** >Index: src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/OpenSymptomDBAction.java >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.tptp.monitoring.rcp.symptom/src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/OpenSymptomDBAction.java,v >retrieving revision 1.3 >diff -u -r1.3 OpenSymptomDBAction.java >--- src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/OpenSymptomDBAction.java 23 Mar 2007 03:30:20 -0000 1.3 >+++ src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/OpenSymptomDBAction.java 4 Apr 2007 07:45:15 -0000 >@@ -14,6 +14,7 @@ > > import org.eclipse.core.resources.IFile; > import org.eclipse.jface.action.Action; >+import org.eclipse.jface.action.LegacyActionTools; > import org.eclipse.jface.viewers.ISelection; > import org.eclipse.jface.viewers.IStructuredSelection; > import org.eclipse.tptp.monitoring.rcp.symptom.internal.Activator; >@@ -37,6 +38,11 @@ > */ > private static final String ID = "org.eclipse.tptp.monitoring.rcp.symptom.internal.actions.OpenFileAction"; > >+ public OpenSymptomDBAction() >+ { >+ setToolTipText(LegacyActionTools.removeMnemonics(Messages.SYMPTOM_RCP_OPEN)); >+ } >+ > public String getId() { > return ID; > }
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