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 60256 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 : Removing "&" in the tooltips
patch.txt (text/plain), 2.76 KB, created by
Ajay Garga Rengasayee
on 2007-03-05 06:30:50 EST
(
hide
)
Description:
Patch : Removing "&" in the tooltips
Filename:
MIME Type:
Creator:
Ajay Garga Rengasayee
Created:
2007-03-05 06:30:50 EST
Size:
2.76 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.monitoring.rcp.symptom >Index: src/org/eclipse/tptp/monitoring/rcp/symptom/internal/view/SymptomDBView.java >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.tptp.monitoring.rcp.symptom/src/org/eclipse/tptp/monitoring/rcp/symptom/internal/view/SymptomDBView.java,v >retrieving revision 1.7 >diff -u -r1.7 SymptomDBView.java >--- src/org/eclipse/tptp/monitoring/rcp/symptom/internal/view/SymptomDBView.java 16 Sep 2006 19:34:08 -0000 1.7 >+++ src/org/eclipse/tptp/monitoring/rcp/symptom/internal/view/SymptomDBView.java 5 Mar 2007 11:18:26 -0000 >@@ -511,7 +511,7 @@ > data.verticalAlignment = SWT.TOP; > > buttons.setLayoutData(data); >- >+ > int len = computeButtonsMinWidth(buttons); > newBtn = new Button(buttons, SWT.PUSH); > newBtn.setText(Messages.SYMPTOM_RCP_NEW); >Index: src/org/eclipse/tptp/monitoring/rcp/symptom/internal/ApplicationActionBarAdvisor.java >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.tptp.monitoring.rcp.symptom/src/org/eclipse/tptp/monitoring/rcp/symptom/internal/ApplicationActionBarAdvisor.java,v >retrieving revision 1.4 >diff -u -r1.4 ApplicationActionBarAdvisor.java >--- src/org/eclipse/tptp/monitoring/rcp/symptom/internal/ApplicationActionBarAdvisor.java 16 Sep 2006 19:34:08 -0000 1.4 >+++ src/org/eclipse/tptp/monitoring/rcp/symptom/internal/ApplicationActionBarAdvisor.java 5 Mar 2007 11:18:25 -0000 >@@ -85,7 +85,7 @@ > protected void makeFileActions(final IWorkbenchWindow window){ > > newAction = new WizardLauncherAction(SymptomRCPUtils.NEW_ACTION_ID, NewSymptomDBWizard.class, Messages.SYMPTOM_RCP_MENU_NEW , SDbPluginImages.IMG_SYMPTOM_DB); >- >+ > closeAction = ActionFactory.CLOSE.create(window); > closeAllAction = ActionFactory.CLOSE_ALL.create(window); > >Index: src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/WizardLauncherAction.java >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.tptp.monitoring.rcp.symptom/src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/WizardLauncherAction.java,v >retrieving revision 1.1 >diff -u -r1.1 WizardLauncherAction.java >--- src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/WizardLauncherAction.java 10 Sep 2006 20:30:29 -0000 1.1 >+++ src/org/eclipse/tptp/monitoring/rcp/symptom/internal/actions/WizardLauncherAction.java 5 Mar 2007 11:18:25 -0000 >@@ -40,6 +40,9 @@ > this.wizardClass = wizardClass; > this.actionLabel = actionLabel; > this.actionImageDesc = actionImageDesc; >+ >+ if(actionLabel != null) >+ setToolTipText(actionLabel.replaceAll("&", "")); > } > > public String getId() {
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