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

Bug 530699

Summary: Add Marking Occurrences support to the DOT Editor
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.0.100 (Photon) M6   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Tamas Miklossy CLA 2018-02-04 04:58:41 EST
The Xtext Framework provides support for marking occurrences (via the Toggle Mark Occurrences button on the toolbar). This functionality should be implemented/adapted to the GEF DOT Editor as well.
Comment 1 Tamas Miklossy CLA 2018-02-04 05:18:15 EST
I pushed the following changes to the origin/master branch:

[530699] Add Marking Occurrences support to the DOT Editor.

- Provide the DotOccurrenceComputer class (with the corresponding
binding in the DotUiModule) as a custom implementation of the
IOccurrence interface.
- Implement corresponding DotMarkingOccurrencesTests test cases.

Resolving as fixed in 5.0.100 (Photon) M6.