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: Eclipse
Out-of-office settings for Eclipse Bugzilla and Gerrit
As I got several requests how to show an “Out-of-office” in Gerrit and Bugzilla, I documented this in the Eclipse Platform Contribution tutorial. Have fun.
Posted in Eclipse, Lars Vogel
Tagged Eclipse
Comments Off on Out-of-office settings for Eclipse Bugzilla and Gerrit
Welcome Jonas Helming as a new eclipse.platform.ui Committer
I would like to welcome Jonas Helming as platform.ui committer. Jonas was the driving force behind the migration of the e4 tools to platform.ui and uses his awesome Eclipse modeling and programming skills to improve the e4 tools and the … Continue reading
Posted in Eclipse, Lars Vogel
Tagged Eclipse
Comments Off on Welcome Jonas Helming as a new eclipse.platform.ui Committer
Generic Eclipse 3.x views, editors and handlers with DI – by René Brandstetter
In this blog entry I will show you three independent features provided by Eclipse and OSGi which can work together to create views, editors or handlers via the Eclipse ExtensionRegistry but still use the dependency mechanism of Eclipse 4. Supersede … Continue reading
Posted in Eclipse, Lars Vogel
Tagged E4, Eclipse, Eclipse RCP, Eclipse4, OSGi, RCP
Comments Off on Generic Eclipse 3.x views, editors and handlers with DI – by René Brandstetter
Buildship on the mission to Mars
Gradleware decided to implement their own tooling solution for building project within the Eclipse IDE and the Buildship project was born. Since march there are currently 123 commits on the master branch of the GitHub project, which can be found … Continue reading
Posted in Eclipse, Simon Scholz, vogella
Tagged Buildship, Eclipse, Gradle, Gradleware, Tooling, tutorial
1 Comment
Honored to become Platform UI co-lead
It is a great honor to help in the role of the Platform UI co-Lead together with Paul Webster. Paul was in the past a great mentor for me and I’m very happy to continue to work with him. We … Continue reading
Welcome Sergey Prigogin as a new eclipse.platform.ui Committer
I would like to welcome Sergey working for Google as new platform.ui committer. Sergey is a very active contributor to several Eclipse projects and did recently the majority of the work to contribute the UI freeze monitor to Eclipse 4.5. … Continue reading
Posted in Eclipse, Lars Vogel
Tagged Eclipse, Eclipse platform
Comments Off on Welcome Sergey Prigogin as a new eclipse.platform.ui Committer
Eclipse Hackathon Hamburg, January, 23rd 2015
We like to announce this coming Eclipse event again, since this is such a great Eclipse community event. So please don’t miss the change to be a part of it. In Hamburg and its surroundings there are so many Eclipse … Continue reading
Preferences Spy for Eclipse IDE and RCP
Motivation Figuring out, which preference is changed, when editing a certain preference in the user interface (i.e. Preference-Dialog), may be difficult. Let the Preference Spy help you with this issue. Preferences in Eclipse The preferences in Eclipse are stored hierarchically. … Continue reading
Posted in Simon Scholz
Tagged Eclipse, Preferences, Spy, Tool
Comments Off on Preferences Spy for Eclipse IDE and RCP
Migration to JUnit 4
When you’re facing the issue to migrate your JUnit 3 tests to JUnit 4, it can be very annoying, because of course you all have a lot of tests. 😉 In general it is a mindless task to migrate things … Continue reading
Eclipse 4.5 (Mars) requires Java 7
FYI: Our Eclipse 4.5 (Mars) release requires Java 7. I think these are great news. See Eclipse PMC wiki for details.