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 123599 Details for
Bug 239499
logic diagram highlight is too subtle
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]
Wires are not red when inactive, green when active
patch.txt (text/plain), 1005 bytes, created by
Brendan Curran-Johnson
on 2009-01-23 17:01:53 EST
(
hide
)
Description:
Wires are not red when inactive, green when active
Filename:
MIME Type:
Creator:
Brendan Curran-Johnson
Created:
2009-01-23 17:01:53 EST
Size:
1005 bytes
patch
obsolete
>Index: examples/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEditPart.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.gef/examples/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEditPart.java,v >retrieving revision 1.9 >diff -u -r1.9 WireEditPart.java >--- examples/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEditPart.java 14 Feb 2006 20:26:53 -0000 1.9 >+++ examples/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/WireEditPart.java 23 Jan 2009 21:58:34 -0000 >@@ -47,8 +47,8 @@ > AccessibleEditPart acc; > > public static final Color >- alive = new Color(Display.getDefault(),0,74,168), >- dead = new Color(Display.getDefault(),0,0,0); >+ alive = new Color(Display.getDefault(),0,150,50), >+ dead = new Color(Display.getDefault(),250,0,0); > > public void activate(){ > super.activate();
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 239499
:
123591
|
123599
|
123794
|
123795
|
124683