Bug 563696 - DOT Editor - Add web editor support based on the Xtext API
Summary: DOT Editor - Add web editor support based on the Xtext API
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF DOT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 521728
Blocks:
  Show dependency tree
 
Reported: 2020-05-29 02:37 EDT by Tamas Miklossy CLA
Modified: 2020-05-29 02:43 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.