Paul Hunnisett
- 活动总数 52
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 10
-
创建于 Can't get auto hotswapping working with a gradle project
已回答I'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 ... -
创建于 Trying to import settings from a newer version
已回答My 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... -
创建于 Files not auto synchronising
已回答Since 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 ... -
创建于 Can't use new default copyright in existing projects
已回答I'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... -
创建于 Cannot resolve file reference in XML file
已回答In 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... -
创建于 Trying to watch the values in a collection of Objects
已回答I 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... -
创建于 Lining up comments in code arragement
已回答I 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 ... -
创建于 Gradle build painfully slow
已回答Whenever 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... -
创建于 Maven repository cannot be indexed - No Space left on device
已回答While 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... -
创建于 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 ...