Bug 391765 - org.eclipse.e4.ui.bindings dependent on SWT
Summary: org.eclipse.e4.ui.bindings dependent on SWT
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 392977
  Show dependency tree
 
Reported: 2012-10-12 07:13 EDT by Lars Vogel CLA
Modified: 2014-09-10 18:45 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.