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

Bug 567961

Summary: DOT Editor - New file wizard generates incorrect DOT graphs
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.3.2 (2020-12)   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Attachments:
Description Flags
screencast representing the problem none

Description Tamas Miklossy CLA 2020-10-17 05:41:05 EDT
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.
Comment 1 Tamas Miklossy CLA 2020-10-17 05:53:36 EDT
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).