Monthly Archives: January 2011
Subversion + Certificates + Java > 1.6u17
I’ve blogged a long time ago about my problems with Subversion + Certificates and Java with a version higher than u17. Today the author of SVNKit added a comment to the ticket talking about the problem. The solution is so … Continue reading
QxWT: Find out API changes between Qooxdoo-Releases
While trying to update my qooxdoo wrapper to 1.3. I had the problem that I could find out easily which classes, methods and properties have been added/remove between e.g. 1.2 and 1.3 so that I could adjust my GWT-Wrappers. This … Continue reading
Enhanced RCP: Usage of TitleAreDialogSupport
Eclipse Databinding comes with many utility classes and one of them is TitleAreaDialogSupport which can be used to show validation errors when running in an TitleAreaDialog. But the default implementation has some missing features: Once a validation error is shown … Continue reading
Improvement Properties-Editor
I’ve lately worked a lot with property files and what always bothered me was that there was no Outline-View shown for it like it is e.g. for the Java-Files. Typically properties-File e.g. for translations are structured in a hierarchical way … Continue reading
Enhanced RCP: How views can communicate
I’ve often seen the question in the eclipse newsgroups when it comes to view communication. People often face the problem that their views have to communicate with each other informing about state changes (selection changes are published best through ISelectionService). … Continue reading
2010 in review
At the end of the year it’s always good to look back on what has happened the whole year and sometimes you get suprised because your current impression on things you did doesn’t really match with the one you really … Continue reading