intellij-idea
IntelliJ IDEA Aspectj (Ajc compiler) takes too much time to load classes after every Make
I wonder if there is a way to reduce compilation time when using Ajc compiler with IntelliJ. I have rather big project, i would like to use AspectJ with, but unfortunatly when I\'ve tried to work with[详细]
2023-04-10 19:33 分类:问答Why Intellij Idea shows compatible="no" for android emulator
Intellij Idea shows compatible=\"no\" for every android emulator. I tried emulators with different api levels. At the same time compatible=\"true\" for my NexusOne.[详细]
2023-04-10 15:01 分类:问答Buildr: adding a path to the generated eclipse/idea files
I have a legacy java project that we have been moving to buildr/artifactory from ant/jars in svn. The primary code is in the default (src/main/java) folder, but we have a few external source paths, f[详细]
2023-04-10 10:28 分类:问答How do you modify IDEA IntelliJ v10.x code generators for getters and setters?
IntelliJ generates the following getter/setter code for boolean fields: private boolean isTest; public boolean isTest() {[详细]
2023-04-09 19:51 分类:问答Hungarian notation in Intellij IDEA
I have to do some maintenance on legacy code that uses Hungarian notation (and Sy开发者_开发百科stems Hungarian at that). Unfortunately, it\'s not practical for me to just clean it all out of the code[详细]
2023-04-09 16:05 分类:问答In IntelliJ IDEA, how can I create a key binding that executes a shell script with the current file as a parameter?
In IntelliJ IDEA, how can I create a key binding that executes a shell script with the current file as a parameter?[详细]
2023-04-09 15:54 分类:问答Collapsed methods expands after IDE restart
I fold (collapse) some method in Android project i开发者_如何转开发n IntelliJ IDEA either via plus sign or via \"right click->Folding->Collapse\". I close IntelliJ. After I reopen the IDE, the methods[详细]
2023-04-09 10:37 分类:问答Manage source and javadoc for Grails automatic dependencies in IntelliJ IDEA?
How do I attach source and javadoc to libraries in IntelliJ IDEA that are linked automatically by Grails dependency resolution and are not explicitly listed in the IDEA project settings?[详细]
2023-04-08 17:23 分类:问答Intellij - how do I add a text file to the resources
I am reading a *.properties file using properties.load and a file name. I want to add the properties file to the jar or to the classpath.[详细]
2023-04-08 16:55 分类:问答IntelliJ2-IDEA get Maven-2 to download source and documentation
I have a spring mvc project setup开发者_如何学C using maven in IntelliJ. While I was setting the project up, IntelliJ asked me if I wanted to download the source and documentation. In order to save ti[详细]
2023-04-08 08:32 分类:问答