Having discussed yesterday with Alex Blewitt and Lars Vogel on what @Active is I thought it might make sense to explain it in a short blog post. Let’s start with the question Alex posted on twitter: “Which is preferable; using @Named(ACTIVE_SHELL) or @Active shell“ Answer: they are completely different things! Before we understand why we […]
Read moree(fx)clipse 0.8.0 released
It’s been a long time since the last release (end of September 2012). I’m happy to announce that we’ve just released e(fx)clipse 0.8.0 to the public. You can download it from our server! Make sure you run your Eclipse instance we’ve Java7u7 and above, the tooling bundles will refuse to start in Java6! From 0.1.1 […]
Read moreEclipse 4 L&F on Linux
I’ve read some reports from people who don’t like the new L&F. I don’t want to discuss this what I’d like to present you is how you can get the old L&F almost back. The default answer you’ll get is that you should switch to the Classic-Theme in Preferences > General > Appearance – don’t […]
Read moreSo you used internal API
Inspired by a question that was asked twiced on the newsgroup about internal “API” that is missing in Eclipse 4.x although the feature is still there when interacting with the IDE The API in question was: … I needed an ability to allow a user to, upon request, launch a view either attached as a […]
Read moreWhy is Eclipse 4 better than Eclipse 3
So there are many people around asking themselves why the hell did they rewrite the whole foundation of the Eclipse SDK while I as a user of the SDK don’t gain any benefits on first sight. I’m try to collect some of the reasons why I think Eclipse 4 is superior to Eclipse 3 (and […]
Read moree(fx)clipse 0.0.8 released
Another few weeks have passed and here is a new release of e(fx)clipse. There are not many new features but the stuff available already has been improved. Let’s look at the most important things one by one: e(fx)clipse now has reached a point where I think it deserves itsown homepage with informations on the project, […]
Read moreEclipse 4.1: Run your 3.x RCP in 4.1
So there are many 3.x-RCP application and their developers who’d like to run their RCP-Apps ontop of the Eclipse 4.1 RCP (Attention: Don’t mix this up with the Eclipse 4 Application Platform – I’ve blogged about lately). The Eclipse 4.1 RCP allows you to run your RCP applications unmodified ontop of the Eclipse 4 Application […]
Read moreEclipse 4.1 Application Platform – A platform for anyone
This post is dedicated to “Eclipse 4.1 Application Platform” (EAP). So what is the EAP? In short it is a Widget-Toolkit agonstic UI-Application framework for OSGi which provides the following features: An extensible central application model abstracting the main concepts of UI-Applications: UI-Concepts like Windows, Toolbars, Parts, … None-UI Concepts like Commands and Handlers, Extensions, […]
Read moreHow to apply the e4 programming model to 3.x
So while I could only encourage everyone to use the Eclipse 4.1 Application Platform (EAP) to write UI-applications, this post is for those who have existing 3.x code which they want to refactor step by step to run on EAP. So if you ever looked at how EAP are developed the first thing you notice […]
Read moreUsing Xtext to create JavaFX-CSS Editor
While working on the example application showed in my last blog I missed the possibility to edit the CSS-Files used to theme JavaFX-applications. Having heard about Xtext and that it allows one easily create editors for your DSL (and CSS is nothing more) I decided to start teaching myself some Xtext and so I sat […]
Read more
January 30, 2013 

