Feature #2397

Mis à jour par Sebastien Jacquot il y a plus de 7 ans

The current SDK is based on Eclipse 4.4 (Luna) which is 3 years old (june 2014).

Luna was developed without Windows 10+ (2015), Ubuntu 16.04+ and Mac OS X 10.10+ (end of 2014)

3 main targets :
* make a new SDK
* update the developers environment with the last features (Java8+, etc.)
** 4.5 (Mars) :
*** "Stability, robustness, performance"
*** GTK3 support
*** themes
** 4.6 (Neon) :
*** Word Wrap
*** Zoom in editors
*** Fullscreen mode
*** Fix the high-DPI monitors UI image based components size problem (eg. button icons)
** 4.7 (Oxygen) :
*** lambdas <pre>button.addSelectionListener(widgetSelectedAdapter( e->
{System.out.print("Hello");}));</pre>
* update the user environment (fixes, UI widget updates)

h3. Solution

Rebuild the SDK based on Eclipse Oxygen

Retour