Monthly Archives: November 2014
TextEditor Framework with e4 and JavaFX (including jdt and nashorn)
Tonight I had some time to hack on a research project which uses the StyledTextControl provided by e(fx)clipse. Syntax highlighting for the basic languages like Java, JavaScript, XML and groovy has already been implemented since a long time. So next … Continue reading
Flexible calendar control in SWT
I’ve been in need for Week-Calendar view to display appointments but could not find anyone that completely fit my needs to I implemented a custom one. This short screen cast shows what I’ve today. The control is backed by a … Continue reading
Strategy of wrapping C++ libraries in Java
This blog post is more of a question to others (probably much more knowledgeable people than me) who have already wrapped C++ libraries in Java. So if you have and the strategy I document as part of this blog post … Continue reading
Animated path morphing in JavaFX
Inspired by a new feature available on Android Lollipop named AnimatedVectorDrawable I found in this blog post and the availability of the Twitter Emoji I tried to recreate the same using JavaFX. The result can be seen in this short … Continue reading
e(fx)clipse 1.1.0 released
I’m happy to announce the general availability of e(fx)clipse 1.1.0! The release I’ve blogged in the last few days up the new features you’ll get with 1.1 Improved internationalization support Improved internationalization support – tooling API to restart your e4 … Continue reading
e(fx)clipse 1.1 – New features – Generate controller from FXML
Although we have a very feature rich FXML-Editor with a live preview many users are using SceneBuilder to define their UIs. In case you have an FXML you want the possibility to generate a controller who references: elements marked with … Continue reading
e(fx)clipse 1.1 – New features – Easier runtime consumption through special features
The more people are adopting our core OSGi-Support inside the IDE (e.g. STS, GEF4, …) the more important it is that they depend on the same basic feature so that you can install and update them side by side. Easier … Continue reading
e(fx)clipse 1.1 – New features – CSS-Editor improvements
Having a clever CSS-Editor at hand is crucial when developing JavaFX applications so we once more worked a bit in this central utility for e(fx)clipse 1.1 CSS-Editor improvements Support for @font-face The 1.0 CSS-Editor completely freaked out if you tried … Continue reading
e(fx)clipse 1.1 – New features – API to restart your e4 app on startup
A very common thing for RCP applications is to present a Login-Dialog to the user. The proposed way of doing this in e4 applications is by using a Lifecycle-Hook which looks something like this in your e4+SWT-RCP: and yes System.exit(0) … Continue reading