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

Bug 563094

Summary: DOT Editor - Add Multi-Quickfix support for the invalid edge operator validation issue.
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.0 (2019-12) M3   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Tamas Miklossy CLA 2020-05-12 06:39:36 EDT
Since Xtext 2.13 there is a Multi-Quickfix support provided by the Xtext framework, see https://www.typefox.io/blog/xtext-2-13-0-released-semantic-editing-made-easy

The DOT Editor should offer Multi-Quckfixes on the invalid edge operator validation issue that occurs when converting a directed graph to an undirected graph and vice versa.
Comment 1 Tamas Miklossy CLA 2020-05-12 06:45:44 EDT
I pushed the following changes to the master branch:

[563094] DOT Editor - Add Multi-Quickfix support.

- Modify the DotQuickfixProvider to provide multi-quickfixes for the
INVALID_EDGE_OPERATOR validation issue.
- Implement corresponding DotMultiQuickfixTest test cases.

Resolving as fixed in 5.3.0 (2020-06)