Author Archives: Tom Schindl

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

Posted in Enhanced RCP | 1 Comment

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

Posted in 3.x | 13 Comments

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

Posted in Enhanced RCP | 32 Comments

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

Posted in Uncategorized | 1 Comment

Slides from my latest Talks

I’ve been given some talks about Eclipse 4.0/4.1 lately. For those interested here are the slides: ESE 2010 – “The way to Eclipse 4.0 and 4.1” together with Boris Bokowski ESE 2010 – “Adopt the e4 progamming model in Eclipse … Continue reading

Posted in e4, Talks & Conferences | Leave a comment

UUID-Generator Plugin

Today it once more was the time where I had to generate Test-Data and for this purpose I had to create UUIDs. My first reaction was to write a small program which was generating some UUIDs i could use like … Continue reading

Posted in Announcements | 7 Comments

Navigating/Querying EMF-Models using XPath

To make the new e4 way of building a complete model from small model pieces – named fragments – more flexible in 4.1, I’ve been developing a JXPath extension which works ontop of the reflective EMF-API. I know that there’s … Continue reading

Posted in e4, EMF | 25 Comments

Article about e4 online

Back in March Boris Bokowski and myself wrote an article about the e4 workbench model. The article has now been published online (it is written in German but probably google-translate at least gives others an idea what we are talking … Continue reading

Posted in e4 | Leave a comment

ESE 2010, e4 and my submissions

The submission deadline for ESE 2010 is over and there are many many submission. Let me first of all talk about my submissions: Adopt the e4 progamming model in Eclipse >= 3.6 This talk discusses how you can make single … Continue reading

Posted in e4, Talks & Conferences | Leave a comment

I’m using Flattr.com

For many of you this might not be new but I’ve just found out about flattr.com which allows me to support blogs, software, … I find useful. In case you find my blog useful you’ll find the the flattr-button on … Continue reading

Posted in Announcements | Leave a comment