Categories
- Android (1)
- Dirk Fauth (34)
- Eclipse (91)
- Java (21)
- Lars Vogel (22)
- OSGi (23)
- Other (9)
- Papercut (3)
- Simon Scholz (2)
- Softskill Topics (2)
- vogella (5)
vogella tutorial rss feed
- Android user interface testing with Espresso - Tutorial
- Eclipse Preferences - Tutorial
- Eclipse Forms API - Tutorial
- Java concurrency (multi-threading) - Tutorial
- Java web development with Eclipse WTP - Tutorial
- Euclid's algorithm for the greatest common divisor in Java - Tutorial
- Shuffle an Array or a List - Algorithm in Java - Tutorial
- Determine Prime Number with the Sieve of Eratosthenes - Algorithm in Java - Tutorial
- Prime Factorization - Algorithm in Java - Tutorial
- Eclipse JDT - Abstract Syntax Tree (AST) and the Java Model - Tutorial
Home
Recommended
Twitter
-
Recent Posts
Tag Archives: Eclipse 4
The small details in life: the focus restore
This blog should show you a small, often overlooked, problem within Eclipse e4 and it should also provide you with a possible solution. The Problem Eclipse e4 has a lot of useful annotations and one of these is the @Focus. … Continue reading
Sending events to e4 applications from outside of e4
e4 uses an event bus to let different pieces (e.g. parts) of an e4 application communicate. Architecturally, this leads to low coupling (doubleplusgood) due to the fact that the various pieces only need to know the event topics (String constants), … Continue reading
Migrating plug-ins from Eclipse 3.x to Eclipse 4 – getting ready for Eclipse 4
To migrate your Views and Editors to Eclipse 4 you can choice to use org.eclipse.e4.tools.compat plug-in from the e4 tooling projects. This bridge was developed by Tom Schindl a while ago. To use this bridge in Eclipse 4.2 or Eclipse … Continue reading
Running Eclipse 3.x RCP application on Eclipse 4
I updated Using the Compatibility Layer for Eclipse 3.x RCP applications tutorial with the latest information. The migration for your Eclipse 3.x RCP applcation to Eclipse 4.2 is now super easy. If you are using a feature based product configuration … Continue reading
Posted in Eclipse
Tagged compatibility layer, E4, Eclipse 4
Comments Off on Running Eclipse 3.x RCP application on Eclipse 4
Eclipse 4 RCP training available
A few weeks ago I heard from Mike Milinkovich at the Eclipse Day At Googleplex 2011 that Eclipse 4.2 will be the basis for the Juno release and Eclipse 3.8 will be the last Eclipse 3.x release. I already gave … Continue reading
WindowBuilder Support for Eclipse 4 Parts in Juno
I’m happy to see that WindowBuilder will support Eclipse 4 in the Eclipse Juno release. See Bug Report for details. WindowBuilder is a great efficiency tool for creating user interfaces and he adaption of Eclipse 4 will be much easier … Continue reading