| Summary: | DOT Editor - New file wizard generates incorrect DOT graphs | ||||||
|---|---|---|---|---|---|---|---|
| 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.3.2 (2020-12) | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 10 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
I pushed the following changes to the master branch: [567961] Improve the GEF DOT New Project wizard / New File Wizard. - Modify the DotFileTemplateProvider not to quote the graph/digraph keywords and the --/-> edge operators. - Implement corresponding DotNewProjectWizardTest, DotNewFileWizardTest, DotProjectTemplateProviderTest and DotFileTemplateProviderTest test cases. Resolving as fixed in 5.3.2 (2020-12). |
Created attachment 284495 [details] screencast representing the problem Currently, the GEF DOT New file wizard generates incorrect DOT graphs because it surrounds the graph/digraph keywords and the --/-> edge operators with double quotes. This behaviour should be fixed that so that the GEF DOT File wizard generates correct DOT graphs.