Posts Tagged ‘development’

GWT relevant snippets for IntelliJ Idea editor

Tuesday, October 5th, 2010 by Jesper Rønn-Jensen

I created a list of snippets that I loaded into my IntelliJ editor, which I find useful when working with Google Webtoolkit (GWT). So far, it’s a very short list. Snippet 1: Live template to bootstrap a class to use UI binder logic. Very useful when converting existing (pre gwt 2.0) Java classes to UI […]

.NET tips for my development environment

Thursday, October 9th, 2008 by Jesper Rønn-Jensen

At a recent project I had to work in a full-blown .NET environment. Here are some of the tips I collected from my colleagues. Visual Studio I added the methods below in the Macro editor (Tools > Macros > Macros IDE) Stop the build on error. When an error occurs I am notified instantly and […]