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 221428 Details for
Bug 390245
[hover] Wrong text color for expression hover
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]
Fix.
0001-Bug-390245-hover-Wrong-text-color-for-expression-hov.patch (text/plain), 1.75 KB, created by
Pawel Piech
on 2012-09-24 12:56:24 EDT
(
hide
)
Description:
Fix.
Filename:
MIME Type:
Creator:
Pawel Piech
Created:
2012-09-24 12:56:24 EDT
Size:
1.75 KB
patch
obsolete
>From c4d75b9fd1b43f5374996f3f8cdfced08592c22d Mon Sep 17 00:00:00 2001 >From: Pawel Piech <pawel.piech@windriver.com> >Date: Mon, 24 Sep 2012 09:55:33 -0700 >Subject: [PATCH] Bug 390245 - [hover] Wrong text color for expression hover > >--- > .../ui/ExpressionInformationControlCreator.java | 12 +++++++++++- > 1 files changed, 11 insertions(+), 1 deletions(-) > >diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/ExpressionInformationControlCreator.java b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/ExpressionInformationControlCreator.java >index 88239eb..ca0ee3d 100644 >--- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/ExpressionInformationControlCreator.java >+++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/ExpressionInformationControlCreator.java >@@ -380,6 +380,7 @@ public class ExpressionInformationControlCreator implements IInformationControlC > } > }); > >+ setForegroundColor(getShell().getDisplay().getSystemColor(SWT.COLOR_INFO_FOREGROUND)); > setBackgroundColor(getShell().getDisplay().getSystemColor(SWT.COLOR_INFO_BACKGROUND)); > } > >@@ -428,7 +429,16 @@ public class ExpressionInformationControlCreator implements IInformationControlC > } > } > >- @Override >+ @Override >+ public void setForegroundColor(Color foreground) { >+ super.setForegroundColor(foreground); >+ if (fDetailPaneComposite != null) { >+ fDetailPaneComposite.setForeground(foreground); >+ } >+ fTree.setForeground(foreground); >+ } >+ >+ @Override > public void setBackgroundColor(Color background) { > super.setBackgroundColor(background); > if (fDetailPaneComposite != null) { >-- >1.7.5.4 >
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 390245
: 221428