oliverw
- 活动总数 69
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 18
-
创建于 IntelliJ 9 and Grails 1.2
Using IntelliJ 9 with Grails 1.2 seems like a step back to me. Why is it now nigh impossible to switch between Grails SDKs?? -
创建于 Working in mixed teams
There's one the keeps me busy and that's working on projects (Grails Projects in particular) in mixed team environments where some developers are working on a Mac while others use Windows. Since In... -
创建于 Ctrl+Click Navigation on OSX
Short question: How do you Ctrl+Click navigate in the source on Mac OSX? -
创建于 Groovy base classes and access rights
Example:public class foo{ def closure1 = { }}public class bar extends foo{ def closure2 = { closure1() }} The call to closure1() in class bar will be highlighted i... -
创建于 GIT integration and SSH with public key authentication
Even the latest EAP 9779 seems to be unable to "git push origin" when origin needs to be accessed via ssh + public key authentication and the public key has a passphrase. I always need to drop to t... -
创建于 Groovy Code Style
I'm wondering which code style IntelliJ uses for reformatting Groovy code. I'm personally kinda picky about curly braces and while some of them (for classes and methods) seem to be inherited from t... -
创建于 Plugin broken for Grails 1.1 Apps using Plugins
Right now the plugin is broken for any Grails 1.1 app using plugins because the external references to plugin libraries are not resolved due to the changed location of plugins. They live now in the... -
创建于 Hiding files with certain extensions from Project Tree
Is it somehow possible to hide files with certain extensions from the project explorer in IntelliJ? -
创建于 Shell Debugging
I'm using a third party script in order to run groovy scripts in a fully configured grails environment.http://naleid.com/blog/2008/03/31/using-gant-to-execute-a-groovy-script-within-the-grails-cont... -
创建于 JetGroovy + Grails Acegi Plugin 0.2.1
Hi I'm currently working with the Grails Acegi Plugin 0.2.1 and a Grails 1.0.2 application. IDE is IntelliJ 7.0.3 with JetGroovy 1.5.15683. After following the steps listed at http://grails.codehau...