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 159720 Details for
Bug 191539
[WPE] non-standard selection color in Web Page Editor
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]
Change to system list select color for design selection
patch.txt (text/plain), 1.34 KB, created by
Cameron Bateman
on 2010-02-21 14:47:12 EST
(
hide
)
Description:
Change to system list select color for design selection
Filename:
MIME Type:
Creator:
Cameron Bateman
Created:
2010-02-21 14:47:12 EST
Size:
1.34 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jst.pagedesigner >Index: src/org/eclipse/jst/pagedesigner/css2/layout/CSSTextFigure.java >=================================================================== >RCS file: /cvsroot/webtools/org.eclipse.jsf/components/jsf/plugins/org.eclipse.jst.pagedesigner/src/org/eclipse/jst/pagedesigner/css2/layout/CSSTextFigure.java,v >retrieving revision 1.3 >diff -u -r1.3 CSSTextFigure.java >--- src/org/eclipse/jst/pagedesigner/css2/layout/CSSTextFigure.java 11 Oct 2007 22:44:02 -0000 1.3 >+++ src/org/eclipse/jst/pagedesigner/css2/layout/CSSTextFigure.java 21 Feb 2010 19:41:30 -0000 >@@ -25,8 +25,10 @@ > import org.eclipse.jst.pagedesigner.css2.style.DefaultStyle; > import org.eclipse.jst.pagedesigner.css2.style.StyleUtil; > import org.eclipse.jst.pagedesigner.viewer.CaretPositionResolver; >+import org.eclipse.swt.SWT; > import org.eclipse.swt.graphics.Color; > import org.eclipse.swt.graphics.RGB; >+import org.eclipse.swt.widgets.Display; > > /** > * @author mengbo >@@ -174,7 +176,7 @@ > .getStyleProperty( > ICSSPropertyID.ATTR_TEXTDECORATION)) > .intValue(), range[0], range[1], >- ColorConstants.white, ColorConstants.blue); >+ ColorConstants.white, Display.getDefault().getSystemColor(SWT.COLOR_LIST_SELECTION)); > } > if (color != result && color != null) { > color.dispose();
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 191539
:
70552
| 159720