Bug 391765

Summary: org.eclipse.e4.ui.bindings dependent on SWT
Product: [Eclipse Project] Platform Reporter: Lars Vogel <Lars.Vogel>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: enhancement    
Priority: P3 CC: andreas.r.fischl.work, Lars.Vogel, pwebster, rsternberg, tom.schindl
Version: 4.4   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 392977    

Description Lars Vogel CLA 2012-10-12 07:13:10 EDT
The bundle org.eclipse.e4.ui.bindings contains the binding service and the implementation which is SWT dependent.

Tom did some work to make it independent:

--------------
If you want to make use of keybindings. I've extracted the binding logic
from JFace to make it widget independent.

The bundles of interest for you are:
* at.bestsolution.efxclipse.runtime.bindings
* at.bestsolution.efxclipse.runtime.bindings.e4
* at.bestsolution.efxclipse.runtime.bindings.generic

You can grab them from: https://github.com/tomsontom/e-fx-clipse/
----------

I suggest me separate them also in the platform.
Comment 1 Thomas Schindl CLA 2014-02-12 02:26:34 EST
Those bundles are part of the git repo at Eclipse - http://git.eclipse.org/c/efxclipse/org.eclipse.efxclipse.git/tree/bundles/runtime
Comment 2 Lars Vogel CLA 2014-09-10 18:45:50 EDT
AFAIK Tom is fine with using his implementation, hence I close this as worksforme.