Guy Gascoigne - Piggford
- 活动总数 29
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 10
-
创建于 Grails 2.x project import
How do you successfully import a grails 2.x project from sources in the IDEA 16 eap? This used to be really easy but now when I do it I get my plugins all tagged as grails modules, but the main ap... -
创建于 gradle based project and code style
已回答Currently we have a gradle build where we've customized the gradle project to generate an idea project that includes our preferred code styles and inspection preferences. I would like to achieve t... -
创建于 Font rendering question wrt. Cardea and jdk 7
Following seeing http://bulenkov.com/2013/06/23/retina-support-in-oracle-jdk-1-7/ I thought I'd take a look at the latest EAP (130.1486 currently) and see how it did using the eap of jdk 1.7.0_40 (... -
创建于 Ambiguous method call
I have a constructor defined as: public Handler( final Class clazz ) calling it like this: new Handler( getClass() ); which calls down to: public final native Class<?> getClass(); on O... -
创建于 Goto Declaration broken since 106.396
I've been getting this since 106.396, every time I try and goto the declaraion of a symbol I get:Exception in Unknown pluginError during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(72... -
创建于 bzr support?
I see that IdeaX is getting mercurial support, what's the chance on us seeing bzr support as well? It would be great to see better support for this. -
创建于 Stack Analyzer extension
Is there an example anywhere of how to write a plugin to extend theStack Analyzer so that it can decode a different format stack? One ofour libraries insists on "prettying" up it's stacks and it m...