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
Monthly Archives: August 2012
Moving the e4 tools build to Tycho
I implemented a Tycho build for the e4 tools based in the CBI configuration (I hope). If you want to build the e4 tools now for yourself, just do the following: git clone git://git.eclipse.org/gitroot/e4/org.eclipse.e4.tools.git cd org.eclipse.e4.tools/ mvn clean install This … Continue reading
Posting screenshots and images in Github issues
Github issues currently do not allow to add pictures. As a workaround you can use the http://snag.gy website to capture screenshots or upload existing and use wiki markup language to add it. 
Posted in Other
3 Comments
vogella tutorials redesign
Mario Zechner tweeted about http://gitref.org/. I really liked their CSS design and adjusted the tutorial design based on their CSS. For example: Android Tutorial Let me know what you think.
Posted in vogella
2 Comments
Eclipse Papercut #9 – Default preference settings via plugin_customization.ini – Type Filter Example
Dani Megert gave me in the Eclipse forum the tip how setup default values preferences, in this example for for JDT type filters. The solution is relatively easy. Create in your Eclipse installation directory a file called “plug_customization.ini” and add … Continue reading