| Summary: | Implement tooltip support for edges. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Tamas Miklossy <miklossy> |
| Component: | GEF Zest | Assignee: | Tamas Miklossy <miklossy> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | matthias.wienand |
| Version: | unspecified | ||
| Target Milestone: | 5.1.0 (2019-06) | ||
| Hardware: | PC | ||
| OS: | Windows 10 | ||
| Whiteboard: | low-hanging fruit | ||
|
Description
Tamas Miklossy
We could tackle this in multiple steps, i.e. provide the functionality for Zest first and then implement the conversion from DOT to Zest for the individual tooltip attributes. I created a Pull Request https://github.com/eclipse/gef/pull/68 to solve this issue. Well done! I just merged the PR into master. Therefore, I resolve this ticket as fixed for 5.1.0 M3. I pushed the following changes to the master branch: [530658] DOT Graph view - add support for rendering edge tooltips. - Extend the Dot2ZestAttributesConverter to convert the DOT edge tooltip and the edge labeltooltip attributes from DOT to Zest. - Implement corresponding Dot2ZestGraphCopierTest and Dot2ZestEdgeAttributesConversionTest test cases. So that the edge tooltip rendering capability is provided by both Zest and DOT. |