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: July 2014
Initial Wayland Support From SWT
Yes that’s correct, as of this week, newly built programs using the Standard Widget Toolkit will now display in Weston, the reference Wayland compositor.
Posted in Other
Comments Off on Initial Wayland Support From SWT
Who and how many people contributed to a Git repository during a given period?
For my new book I wanted to check how many people contributed to the platform.ui repository during the last three months: git shortlog -s –number –since=’last 3 month’ seem to be doing the job fine. git shortlog -s –number –since=’last … Continue reading
Posted in Eclipse
Tagged Eclipse, Open Source
Comments Off on Who and how many people contributed to a Git repository during a given period?
Styling of Eclipse table headers (without SWT support)
Just for reference, the PyDev developer Fabio Zadrozny just posted a nice snippet with allows you to style your SWT table headers via CSS (with your register the snippet as CSS property handler). See the comments in Liclipse released and … Continue reading
Posted in Eclipse, Lars Vogel
Tagged CSS
Comments Off on Styling of Eclipse table headers (without SWT support)