| Summary: | Add DOT Attribute support for color="" | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Tamas Miklossy <miklossy> |
| Component: | GEF DOT | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 5.0.1 (Oxygen.1) RC1 | ||
| Hardware: | PC | ||
| OS: | Windows NT | ||
| Whiteboard: | |||
|
Description
Tamas Miklossy
It seems there has been a similar issue with the Dot 'style' attribute: https://github.com/eclipse/gef/commit/c060eafdae6cdb97adb4d3b6c973b20e099de30c The following changes are published on the origin/R5_0_0_maintenance and origin/master branches: [520919] Ensure that Dot Files with color="" are properly rendered. - Modify the DotColor.xtext grammar to accept an empty color value. - Add er.dot example file to demonstrate the corresponding use case. - Implement corresponding DotParserTests test case. - Adapt the DotAttributesTests and DotContentAssistantTests test cases. |