A couple of weeks ago I had a look at the Motodevstudio for Android developers and I think it has some quite nice features like code snippets or wizards for Android activities, services and more. Actually it’s is quite easy to extend the eclipse JDT and provide such useful plugins. This blog post is about [...]
Extending the JDT
April 20th, 2010 by Michael Kober — Android
Tags: Android, eclipse, programming, scala, tutorial
Get nagged about keyboard shortcuts in Eclipse
November 12th, 2009 by Tobias Södergren — User Experience
I was attending the “The Productive Programmer: Mechanics” session, held by Neal Ford, at Oredev last week and I wanted to share one trick that will more or less force you to get faster when developing in Eclipse. The Eclipse plug-in MouseFeed, written by Andriy Palamarchuk, will repeatedly nag you with what keyboard shortcuts you [...]
Setting up a local Subversion repository to use with your Eclipse
April 3rd, 2009 by Rickard Nilsson — Tips & Tricks
I’ve been spending some time studying a tool for looking at the structure of code bases. After having tried out some of the more basic possibilities I wanted to go for the finer points and study changes between two versions of code to see what effect my changes made. This is where I realise that [...]
Tags: eclipse, local, repository, subclipse, subversion, tools
Mocking Eclipse IResource.accept()
January 15th, 2009 by Tobias Södergren — Java, Testing, Tips & Tricks
I had a junit test situation where I wanted to mock an Eclipse IResource instance but still be able to test a call-back implementation given as parameter to the mocked IResource.accept(IResourceVisitor visit) method. By default, mocking an interface gives you “call count” and expected return values but no code is executed. In order to test the implementation of IResourceVisitor, something more had to be done. Here is how I did it.
Tags: eclipse, junit, mock, programming
EclipseCon 2008 – Santa Clara, California
May 1st, 2008 by Tobias Södergren — Events, Java
EclipseCon 2008 took place between the 17:th and the 20:th of March and was held in Santa Clara, California. It is an event for, maybe not that surprising, people working with Eclipse, OSGi and sub-projects built on the Eclipse platform. This year there were 1400 visitors spread out among the four event days. EclipseCon is [...]
Tags: eclipse, jayview, open source
