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

Bug 480958

Summary: Provide support for SelectAll on Ctrl+A
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF MVCAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2 CC: hniederhausen, matthias.wienand, peter
Version: 0.2.0   
Target Milestone: 5.0.300 (2018-12)   
Hardware: All   
OS: All   
Whiteboard: low-hanging fruit

Description Alexander Nyßen CLA 2015-10-29 05:10:37 EDT
We should add an on-type policy to realize select all on Ctrl+A.
Comment 1 Hannes Niederhausen CLA 2018-10-26 08:14:26 EDT
This is already fixed. Implementing class: org.eclipse.gef.mvc.fx.handlers.SelectAllOnTypeHandler

It is used in the Logo-Example.

However it is *not* bound in the McvModule and must be used explicitly.

Should we bind it by default?
Comment 2 Matthias Wienand CLA 2018-11-30 07:51:25 EST
Good catch! Closing as fixed.