Guy Gascoigne - Piggford
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created 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... -
Created gradle based project and code style
AnsweredCurrently 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... -
Created 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 (... -
Created 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... -
Created 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... -
Created 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. -
Created 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...