What is the SWT status for the WPF port?

Some time ago I read about the WPF port of Eclipse and SWT. I can not find the latest information about this.

What is the current status of the WPF port? Will it be available before E4?

Any other implementation details are also welcome.

+2
source share
1 answer

The Eclipse project has implemented the Windows / WPF SWT since version 3.3. This does not mean something like XAML-Support or such things. It just provides a way to render a SWT widget using WPF instead of the Win32 API.

If you are looking for something like XAML, there is a project from Soyatec (eFace) that provides a XAML implementation on top of SWT.

e4 1.0 XWT, XML- SWT, . Databinding, Triggers .. . http://wiki.eclipse.org/E4/XWT.

+4

All Articles