Paul Hunnisett
- Total activity 52
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 10
-
Created Can't get auto hotswapping working with a gradle project
AnsweredI'm currently using 2018.2.8 Ultimate Edition (I'm too poor to get the latest version) and I can't seem to get hot swapping working in my project - which builds using gradle. I'm sure I've had it ... -
Created Trying to import settings from a newer version
AnsweredMy subscription recently expired and I've had to go back to my fallback version (2018.2) and I seem to have lost some of the settings that I had previously set up. In particular, the code arrangeme... -
Created Files not auto synchronising
AnsweredSince updating to the latest version of Idea (2019.2) files no longer auto synchronise. if I make a change to fix, for example, a compilation error in my coder and then attempt to run it; the code ... -
Created Can't use new default copyright in existing projects
AnsweredI've just noticed that the copyright notice I defined in previous Idea version as the project default doesn't seem to have been imported into the latest version and so my newest project doesn't hav... -
Created Cannot resolve file reference in XML file
AnsweredIn an XML file in my project I have the following line: <xi:include href="xml/spells.xml" xpointer="ARFI"/> and, in an XML schema in my project: <xs:include schemaLocation="xml/spells.xsd"/> In bot... -
Created Trying to watch the values in a collection of Objects
AnsweredI have a class, which contains a Collection of Objects and I wish to inspect the values of one of the properties for every object in that collection. For example, I have a class called A, which con... -
Created Lining up comments in code arragement
AnsweredI really like the ability in Idea to arrange code and have got it all set up exactly how I'd like - except that the comments it produces aren't lined up with each other. For example, If I have a ... -
Created Gradle build painfully slow
AnsweredWhenever I try and run a gradle build in Idea - particularly for Android - it is agonisingly slow. I have added "org.gradle.daemon=true" to the project's gradle.properties, but it does not appear t... -
Created Maven repository cannot be indexed - No Space left on device
AnsweredWhile Idea is trying to index my Maven repositories one of them (https://oss.sonatype.org/content/repositories/releases/) fails. The error given is java.io.exception: No space left on device I ha... -
Created Where are the J2EE plugins?
According to https://www.jetbrains.com/idea/help/enabling-jpa-support.html I should be able to easily find the "Java EE: EJB, JPA, Servlets" plugin - but it simply doesn't seem to be there and, as ...