Phill
- Total activity 74
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
-
Created Gradle refreshing every time I make project
AnsweredEvery time I make or rebuild my project IDEA starts "Refreshing Gradle Project", which takes some considerable time and slows down workflow.I am not changing the gradle build script so I see no rea... -
Created JetGradle marks same jars as conflicting
IDEA-76142, marked as fixed, seems to suggest that I should be able to update my project when the gradle dependencies change but when I make changes to my build script they get flagged up as confli... -
Created Gradle plugin(s)
Just checking out the new Gradle project settings synchronization which looks promising. One thing I did notice is that there is no way to run Gradle tasks from within JetGradle in a similar manner... -
Created 11.0 RC2 NPE on Mac exceeded 500 log message per second limit
I'm seeing a lot of NPEs in the console logs for 11.0 RC2:06/12/11 09:32:19,159 [0x0-0x47a47a].com.jetbrains.intellij: java.lang.NullPointerException06/12/11 09:32:19,159 [0x0-0x47a47a].com.jetbrai... -
Created RC2 hang on Mac when pasting in editor
I get the following exception in 11.0 RC2 when copying and pasting in the editor and IDEA hangs with spinning beachball:06/12/11 09:12:03,517 [0x0-0x457457].com.jetbrains.intellij: [10012415] ERRO... -
Created How do I update gradle dependencies?
The gradle support prompted me to try the EAP and I've managed to import a gradle project and all the dependencies have been added to the classpath.If I make a change to the dependencies for my pro... -
Created Autocompletion not working in IU-98.311
Autocompletion has stopped working for me in IdeaX IU-98.311 and I'm constantly getting the exception below.Mac OS X 10.6.4, JDK 1.6.0_22Any ideas what's going on?Argument 0 for @NotNull parameter ... -
Created Java for Mac OS X 10.6 Update 2 causing crashes on pasting code
I just installed the newly released Java for Mac OS X 10.6 Update 2 and IDEA is now crashing on me frequently when I paste code from one document to another (console log attached).I've reported the... -
Created File template with $ dollar signs
I'd like to include a Subversion $Id$ keyword in my class file template but when I try the following the //$Id$ gets changed to //$ for new classes.//$Id$#if ($ != "")package $;#end#parse("File Hea... -
Created Recommended Java EE project structure
I'm new to IDEA, fairly new to Java EE and switching from NetBeans.. NetBeans will create separate directory structures for web and ejb modules as sub-directories of the main project -project-name/...