By robert, on February 17th, 2012, 291 views
An ugly bug made me dive into the original Mousefeed sources. However, Andriy Palamarchuk, who is the original author, didn’t respond to my mails nor did I get any response to my tweet asking for people that know him personally. In order to provide this patch and a new feature to the community I saw no other way but to fork the Mousefeed sources from branch 1.0.0. Well, here it is: Mousefeed 1.1.0! . . . → Read More: Announcing: Mousefeed Plug-in 1.1.0 (Fork)
By robert, on January 28th, 2012, 554 views
For most of the types in the Variables view you can see a reasonable toString() output below the variables list. However, many types don’t have a type specific implementation of toString(). That’s why the variables view prints you some meaningless default text with a hashcode for such variables. But did you know that you can change that by defining a custom toString() implementation that’s used by the variables view at runtime? Read on! . . . → Read More: Eclipse Tips & Tricks: Detail Formatter
By robert, on November 24th, 2011, 379 views
Personally I prefer the drop-ins folder for extending my Eclipse with new plug-ins and features. Having all your favorite extensions in one place separated from the default Eclipse contents is great. However, extracting all the necessary files has always been a pain so I created the Eclipse Installations Diff Util to help me with this task and I’d like to share it with you today. . . . → Read More: Eclipse Diff Util For Creating Dropins Folder Contents
By robert, on August 21st, 2011, 1,579 views
The famous quote by Bill Gates, “640K ought to be enough for anybody”, stating that nobody would ever need more memory in a computer still is a good laugh. (Bill has denied making this remark, but the rumors say he did say that.) Anyways, about 20 years after that quote was born I was confronted . . . → Read More: 10,000 GDI objects ought to be enough for anybody
By robert, on June 22nd, 2011, 873 views
Dresden, Jun. 21st 2011 – There have been some really nice presentations at the democamp in Dresden again.
Jan Köhnlein from itemis AG started with a demonstration of Xtext 2.0. Xtext is a language development framework that you can use to create your own programming language or domain-specific language (DSL). It generates an editor . . . → Read More: Eclipse Democamp Dresden Summary
By robert, on January 27th, 2011, 3,750 views
This time I’ll show another barely documented feature of Eclipse’ Command Core framework: Having commands update their labels based on a selection or whatever else. I believe, not knowing how this is done using declarations in plugin.xml files still causes many developers to hard code actions in their classes instead of using commands and handlers. . . . → Read More: Eclipse Tips & Tricks: Label-Updating Command Handler
By robert, on January 26th, 2011, 4,986 views
Recently I was challenged getting declared commands enabled in an RCP application using own property testers. It seems the documentation of Eclipse’s Command Core Expressions framework is missing an important link that I’m gonna point out here.
RCP Application Plug-in
For this example create a new Plug-in project called de.rowlo.rcp.cce.app. Make sure to create a . . . → Read More: Eclipse Tips & Tricks: Property Testers with Command Core Expressions
By robert, on January 17th, 2011, 1,342 views
Perspectives in Eclipse are really nice to provide you only the tools you need for certain tasks. Still, not too long ago I concluded that my toolbar is way to stuffed with icons I never use. So I started to clean it up by customizing my perspective. While doing that I discovered the “Toggle Block . . . → Read More: Eclipse Tips & Tricks: Block Selection Mode
By robert, on December 3rd, 2010, 517 views
This is all valid Java . . . → Read More: A Poem In Java
By robert, on November 25th, 2010, 684 views
Dresden, Nov. 25th 2010 – There have been some really nice presentations at the democamp in Dresden again.
Lars Martin from itemis AG started with a demonstration of Tycho. Tycho is a set of plugins for Eclipse that support Maven. He successfully showed three examples for OSGi, Eclipse RCP and unit testing based on . . . → Read More: Cool stuff presented at the Eclipse democamp
|
|