Bug 563696

Summary: DOT Editor - Add web editor support based on the Xtext API
Product: [Tools] GEF Reporter: Tamas Miklossy <miklossy>
Component: GEF DOTAssignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Bug Depends on: 521728    
Bug Blocks:    

Description Tamas Miklossy CLA 2020-05-29 02:37:45 EDT
The Xtext framework (2.9.0 and above) provides a web editor support. This support should also be added to the GEF DOT Editor as well since it is based on Xtext 2.17.0.

See also the following link about this topic:
- https://www.eclipse.org/Xtext/documentation/330_web_support.html
Comment 1 Tamas Miklossy CLA 2020-05-29 02:41:01 EDT
Currently blocked by on https://bugs.eclipse.org/bugs/show_bug.cgi?id=521728 , since the newly introduced org.eclipse.gef.dot.web module requires a maven dependency to the org.eclipse.gef.dot and to the org.eclipse.gef.dot.ide module.