| Summary: | DOT Graph View does not render embedded dot graphs in native mode. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Tamas Miklossy <miklossy> | ||||
| Component: | GEF DOT | Assignee: | Alexander Nyßen <nyssen> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | nyssen | ||||
| Version: | unspecified | ||||||
| Target Milestone: | 4.0.0 (Neon) RC1 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Tamas Miklossy
Created attachment 261744 [details] Render the embedded dot graphs in native mode I uploaded a patch with the following fix: [493694] Render the embedded dot graphs in native mode - Extend the DotExtractor class with the getDotTempFile() method to create/return a temporary file containing the extracted dot content. - Modify the DotGraphView.updateGraph() method to pass that temporary file to the dot executable when rendering the embedded dot graphs in native mode. Hereby I confirm that my contribution complies with https://www.eclipse.org/legal/CoO.php. Thanks Tamas. I released your fix to origin/master. Resolving as fixed in 4.0.0 RC1. |