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

Bug 480957

Summary: Workbench UI "Delete" action should be handled by FXEditorActionBarContributor and FXEditor
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF MVCAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2.0   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M3   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2015-10-29 05:08:09 EDT
We should ensure that the standard delete action is properly forwarded to and handled by the FXEditor. Up to now, only undo and redo are delegated by FXEditorActionBarContributor.
Comment 1 Alexander Nyßen CLA 2015-11-08 05:41:29 EST
Pushed the following changes to origin/master:

- Introduced a DeleteActionHandler, which deletes elements of an FXViewer by using DeletionPolicy. 
- Ensured that FXEditorActionBarContributor and FXView use it to bind global delete action based on selection.

Resolving as fixed in 3.11.0 M3.