Erik Pragt
- Total activity 1019
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 316
-
Created Multiple consoles next to each other?
Hi all,Just a simple question: I'm trying to run a couple of programs in IntelliJ which talk to each other using RabbitMQ. The messages are displayed on the console, and I would like to see those m... -
Created IntelliJ 300% CPU time
Hi all,According to my MacBook and top, IntelliJ is taking somewhere between 200-300% CPU time. That's interesting on a duo core Macbook. I've noticed this usually happens when editing Groovy scrip... -
Created No outside connections from IntelliJ anymore
Hi all,In relation to my other post, I've noticed I cannot make any connections from within IntelliJ anymore to the outside world. The only thing which still works is the list of plugins, but I can... -
Created Refreshing Version Control
Hi all,I'm using IntelliJ 10, and it just expired. I entered my license details, and for some reason, now my VCS doesn't work anymore. It tries to connect to our local repository, but for some reas... -
Created Grails constraints code completion?
Hi all,Would it be possible to add grails constraints code completion? Currently, when I have this code in a domain class: String name static constraints = { name(<cursor>) }And pre... -
Created Validating XML message against WSDL
Hi all,I have a very simple question, but I can't figure it out. I have a WSDL, and I have an XML message. I'd like to validate this message against the WSDL with IntelliJ, but I have no idea how t... -
Created Create Branch/Tag from revision?
Hi all, is it possible to create a tag or branch based on a revision in IntelliJ?Thanks, ErikAt the moment it seems to be possible to only create a tag/branch based on the structure in SVN, but it ... -
Created Grails: exclude plugins from stub generation
Hello all,Is it possible to exclude some plugins from stub generation? I use the fixture builder, but it doesn't compile, so it would be great to exclude the complete plugin from compilation, inste... -
Created Grails 1.3.x Unit Tests
Hi,Just wondering if IntelliJ 9.0.2 (or any other version) handles executing Grails unit tests correctly... I ask this because I've written my test using Unit 4 (which is new in Grails 1.3), instea... -
Created GSP Formatting bug
Hi,An annoying bug just popped up in IntelliJ 9.0.2:The following GSP code cannot be reformatted in IntelliJ:<!DOCTYPE html><html lang="en"><head><style type="text/css" media="screen"> @import url(...