Erik Pragt
- Total activity 1019
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 316
-
Created How to turn off opening of native files?
Hi,I have a lot of big XLS files in my project. In IntelliJ 8, these could not be opened, but in IntelliJ 9, these are opened by the native editor when selecting them. I really don't want to open t... -
Created Imports in Groovy code
Hi all (and Peter in particular...),Would it be possible to fix this issue asap: http://youtrack.jetbrains.net/issue/IDEA-53547 ? It takes quite some time to fix this each time manually..Thanks, Erik -
Created Can I run individual Grails integration tests from within IntelliJ?
I've made a integration test in Grails which tests Quartz Jobs. However, I cannot find an easy way to run individual integration tests. Running unit tests is not a problem, but this tests requires ... -
Created How to add a new Grails SDK?
I'm using IntelliJ 9 EAP, and I'm struggling with how to add a Grails SDK. In IntelliJ 8, it was quite easy to switch between SDK's by using a drop down box, but in IntelliJ 9, I don't see that any... -
Created IntelliJ 9 + Grails dependencies?
Hi, I have a question: I have my dependencies defined in my Grails BuildConfig.groovy, but how do I update my project with these dependencies? In STS this is quite easy, but in IntelliJ I cannot fi... -
Created Code Bubbles
Just saw this movie, and while it looked a bit strange at first, I can certainly see it's potential. Would it make a nice addition to IntelliJ also?http://www.cs.brown.edu/people/acb/codebubbles_si... -
Created How to switch to Grails 1.2?
Hi all,I have a Grails 1.1.1 application in IntelliJ, which I want to port to 1.2. But how do I tell IntelliJ to use 1.2 instead of 1.1.1?? I used to be able to select the Grails SDK, but I cannot ... -
Created Does IntelliJ support Grails 1.2?
Today, Grails 1.2 came out. Is it supported by IntelliJ?Erik -
Created IntelliJ 8.1.4 SVN Integration?
Hello, since some time, IntelliJ 8.1.4 doesn't integrate with SVN anymore, and keeps missing updates, plus I get the error SVN OPTIONS FAILED. When I close and reopen the project, the SVN integrati... -
Created Groovy Bug
Hi all,Currently, IntelliJ gives an error when creating filters in a Grails application (which used to work in IntelliJ 8). For example:class SecurityFilters { def filters = { loginCheck(controller...