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 86318 Details for
Bug 78746
[Contributions] [JFace] Compiler error message containing '& ' is rendered with '_' in status line
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]
StatusLine v01
statusLine-v01.txt (text/plain), 1.05 KB, created by
Paul Webster
on 2008-01-07 11:05:17 EST
(
hide
)
Description:
StatusLine v01
Filename:
MIME Type:
Creator:
Paul Webster
Created:
2008-01-07 11:05:17 EST
Size:
1.05 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jface >Index: src/org/eclipse/jface/action/StatusLine.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jface/src/org/eclipse/jface/action/StatusLine.java,v >retrieving revision 1.19 >diff -u -r1.19 StatusLine.java >--- src/org/eclipse/jface/action/StatusLine.java 10 Nov 2006 17:42:07 -0000 1.19 >+++ src/org/eclipse/jface/action/StatusLine.java 7 Jan 2008 15:52:21 -0000 >@@ -16,6 +16,7 @@ > import org.eclipse.jface.resource.ImageDescriptor; > import org.eclipse.jface.resource.JFaceColors; > import org.eclipse.jface.resource.JFaceResources; >+import org.eclipse.jface.util.Util; > import org.eclipse.swt.SWT; > import org.eclipse.swt.custom.CLabel; > import org.eclipse.swt.events.DisposeEvent; >@@ -608,6 +609,7 @@ > if (message == null) { > return null; > } >+ message = Util.replaceAll(message, "&", "&&"); //$NON-NLS-1$//$NON-NLS-2$ > int cr = message.indexOf('\r'); > int lf = message.indexOf('\n'); > if (cr == -1 && lf == -1) {
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 78746
: 86318