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

Bug 531049

Summary: Add Find References 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-12 09:18:52 EST
The Xtext Framework provides support for finding references (via the 'Find References' context menu). This functionality should be implemented/adapted to the GEF DOT Editor as well.
Comment 1 Tamas Miklossy CLA 2018-02-12 09:29:21 EST
I pushed the following changes to origin/master:

[531049] Add Find References support to the DOT Editor.

- Provide the DotFindReferencesQueryExecutor, DotReferenceFinder,
DotUiReferenceFinder classes (with the corresponding bindings in the
DotUiModule) as custom implementation classes used when the user uses
the 'Find References' functionality of the Xtext framework.
- Adapt the DotDescriptionLabelProvider to display the 'Find References'
Search Result properly.

Resolving as fixed in 5.0.100 (Photon) M6.