Dirk Jäckel

- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
-
Created How to make Android XML preview default for layout files
The Android UI designer seems to be the default for Android layout files.How can I change the default to the old XML and preview side by side.This is how I want to edit those files. Please let me m... -
Created grails app not recognized as being under subversion control
Hi!I just created my first grails app. I cannot get IDEA to recognize its under subversion control. Other Projects are recognized just fine. And svn just works fine with it also.What could wrong?I... -
Created checkstyle throws Nullpointer
When starting IntelliJ IDEA I see the following Stacktrace:No messagejava.lang.NullPointerException at org.infernus.idea.checkstyle.CheckStylePlugin.registerToolWindow(CheckStylePlugin.java:295) at... -
Created Autoscrolling on Mac
Hi!I wonder if anyone else but me has this <http://www.jetbrains.net/jira/browse/IDEA-16425> Problem?Regards,Dirk -
Created Autoscroll in "Maven Build Output"- and Run-Window
AnsweredHi!Is there any way to have those windows automatically scroll down when they are filled up with log output?Regards,Dirk -
Created Problem assigning method to Expando inside void-method
Hi!When entering the following as a groovy script, the editor underlines "The description" andsays: "Cannot return an object from a method that returns 'void'!"- SNIP -#!/usr/bin/env groovyvoid tes... -
Created about this forum/newsgroup
Hi!I did not get the messages since 19.9.2007 like those about "eap7291, JetGroovy 0.1.10957:Grails only, where is Groovy? " via nntp and it seems the newsgroup changed its name fromjetbrains.intel... -
Created Building the JetGroovy Plugin
Hi!Since the current JetGroovy-Plugin in the plugin section is build with JDK6 and Selena-7274does not work with jdk6 on the Mac. I wanted to recompile the plugin with JDK1.5.Now I have some questi... -
Created current JetGroovy plugin prevents Intellij startup
Hi!The current Plugin (13.9.2007) hangs Intellij (build 7274 and 7269) on startup.The error message is:"Plugin AntSupport failed to nitialize:nullPlease remove the plugin and restart IntelliJ Idea"... -
Created unit tests don't execute a second time without changing or touching the file containing the test
Hi!When creating a unit test (either with a maven project in the back or a fresh idea project)the tests are only executed if the file containing the tests has been changed (or touched)after the las...