Guy Gascoigne - Piggford

- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Guy Gascoigne - Piggford commented, -
Guy Gascoigne - Piggford commented, -
Guy Gascoigne - Piggford created a post, 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... -
-
-
Guy Gascoigne - Piggford created a post, Answeredgradle 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... -
Guy Gascoigne - Piggford commented, -
Guy Gascoigne - Piggford created a post, 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 (... -
Guy Gascoigne - Piggford commented, -
Guy Gascoigne - Piggford created a post, 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...