Erik Pragt
- 活动总数 1019
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 316
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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(...