Categories
- Android (51)
- Challenge of the month (14)
- Dirk Fauth (39)
- Eclipse (314)
- Hendrik Still (1)
- Java (35)
- Jeanderson Candido (3)
- Lars Vogel (109)
- Matthias Mailänder (3)
- OSGi (30)
- Other (37)
- Papercut (15)
- Private (4)
- Servlet (2)
- Simon Scholz (6)
- Softskill Topics (5)
- vogella (34)
- Web (7)
vogella tutorial rss feed
Home
Recommended
Twitter
-
Recent Posts
Tag Archives: PDE
Honored to become Eclipse PDE committer
I’m happy to announce that I was elected as PDE committer. This made the integration of the new png icons in PDE much easier. I plan to work on the PDE templates and improve the PDE tooling for the IDE … Continue reading
Eclipse Papercut #7 – Adding the PDE Plugin creation wizard to the Eclipse toolbar
Its been a while since I wrote my last Eclipse papercut blog entry. Today I demonstrate how to add the PDE wizard for creating new plugins to the Eclipse toolbar. I personally create plugin projects on a regular basis therefore … Continue reading
Eclipse projects – The nature of things
Did you ever wounder what defines if a project is “pure” Java project or a Plugin project? Have a look at the “.project” file. This file contains the description of your project. It contains a XML tag “natures” where the … Continue reading
Getting the plugin which defines an extension point.
If you are like me you still use the Search dialog for plugins to find the definition plugin of an extension point. I just realized that the Open Plugin Artifact Dialog (Ctrl+Shift+A) allows much faster access. I also added the … Continue reading
Eclipse PDE templates – Your action is my command
The Eclipse PDE templates are fantastic to help people to learn the platform and to get oven the first initial resistence to start with Eclipse RCP or Eclipse Plugin development. Templates indicates to their consumers that they represent best development … Continue reading
Eclipse Papercut #4 – Modifying Eclipse PDE default launch configuration
Explains how to change the default PDE launch configuration. Demonstrates how to get and modify Eclipse PDE code. Continue reading