Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 538226

Summary: DOT Graph View - add support for rendering the edge fontcolor attribute
Product: [Tools] GEF Reporter: Tamas Miklossy <miklossy>
Component: GEF DOTAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 5.0.200 (2018-09) M1   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Attachments:
Description Flags
Screenshot about the bug none

Description Tamas Miklossy CLA 2018-08-24 03:23:25 EDT
Created attachment 275515 [details]
Screenshot about the bug

The DOT Graph View should render colored edge labels (see screenshot in attachment)
Comment 1 Tamas Miklossy CLA 2018-08-24 03:38:09 EDT
I pushed the following changes to origin/master:

[538226] Add edge font color rendering support to the DOT Graph View.

- Extend the Dot2ZestAttributesConverter to consider the edge fontcolor
attribute when computing the style of an edge label, xlabel, headlabel
and taillabel.
- Implement a custom DotEdgeLabelPart that applies the computed label
css style on the Text widget instead of its parent Group.
- Add corresponding binding to the
DotContentPartFactory/DotGraphViewModule classes.
- Implement corresponding Dot2ZestEdgeAttributesConversionTests test
cases.
Comment 2 Tamas Miklossy CLA 2018-08-24 03:38:42 EDT
Resolving as fixed in 5.0.200.