Run Tool, End-of-file indicator?
I'm using Windows. When running a java class file from cmd in windows, pressing ctrl+z enters the symbols ^z, and it's seen as what I think is called an 'End-of-file indicator'. It's useful for a...
View ArticleIs there a way to exclude the WEB-INF/src directory in a war built through...
I'd like to be able to exclude certain directories from a .war file - as an example the .war includes the Java source files, which I'd like to exclude. Is there a way to not include the WEB-INF/src...
View Article12.0.3 slow java inspector?
Just noticed that the inspector is too slow, which wasn't the case a month ago. The case: A 200-lines java file with 1 class inside and 10 errors. Each error is a reference to non-existing field of the...
View ArticleGRAILS: buildconfig.groovy and buildconfig.java
GRAILS plugin I used to have app/conf/buildconfig.groovy, but instead, all of sudden, I have buildconfig.java file in its place. What happened? -Jay
View ArticleFile merged color on Darcula is hard to see!
Hi, I find the default color scheme for Darcula used during file merged is a neon purple foreground color on dark bg extremely difficult to read, to a point it hurst my eye. I had to manually changed...
View ArticleNew Project 'remember this' checkbox is not working
I am running the latest version of IntelliJ Idea Ultimate 12 on a mac machine.Every time I need to create a new project, I am getting the 'New Project in New Window or This Window' again and again,...
View ArticleAnyway to Make IntelliJ IDEA run command line commands
Anyway to Make IntelliJ IDEA run command line commands. I am working with git and subversion some sometimes I need to run "gut svn dcommit". I know the current version of IntelliJ does not support it...
View Articlein IntelliJ IDEA with jUnit Text. Can I see how much of the project was...
in IntelliJ IDEA with jUnit Text. Can I see how much of the project was covered in test cases
View ArticleWrap chained method class with this qualifier
When setting as "wrap always" for chained method calls, anything with a this qualifier is, in my opinion, incorrectly wrapped before the first method call. i.e.:this.myVar .myMethod()...
View ArticleHow to add build output to application 'run' classpath on gradle project
I am working on a gradle project and am having more than a little difficulty with getting intellij to cooperate. I have finally been able to get the project building using the correct build...
View ArticleSpring integration with IDEA 12 Ultimate and TeamCity plugin development issue
Hi GuysI have a problem with Spring integration developing a TeamCity plugin. I'm using IntelliJ 12 Ultimate (build 123.139) and developing TeamCity plugin. I'm using Spring librabry that comes packed...
View ArticleAuto completion doesn't work anymore
E.g. if i have a variable of type String "str" and I write the last dot "str." no popup comes up. The last things I did was installing and uninstalling the findbugs plugin und upgrading the jdk from...
View ArticleCall Hierarchy bindings don't work well on groovy files
I am running the latest Mountin Lion on Mac with Intellij 12.0.1 123.94 and am having issues getting my bindings for Call Hierarchy to work. I have gotten it work a couple times on groovy files, but...
View ArticleAnnoying messages auto-show
I enabled a setting that attempts to build when changes are made. However, this seems to cause some rather annoying behaviors that I just can't figure out how to correct. If I start typing something...
View ArticleHelp: after last update (12.0.4) auto-import doesn't work anymore...
Hi Yesterday I updated intellij to version 12.0.4 I'm using intellij with pycharm plugin to develop Python Today the auto-import is not working anymore. When I hit CTRL+SPACE on an unresolved reference...
View ArticleAIR Without Flex?
Now that ASC 2.0 is here, is it possible to use the Air SDK 3.6 without doing the whole Flex SDK overlay thing? Maybe by tricking IDEA with the right folder structure? I'm getting sick of having to...
View ArticleIDEA 12 CE, Android & OS X
Hi, I use IntelliJ professionally and wanted to have a go at some Android development in my spare time. I've run into some problems though and I'm at a loss. I've installed the Oracle 1.7 (u13) JDK and...
View ArticleCXF Wsdl2Java is failed
IntelliJ 12.0.4, MacOSx 10.6.8, JDK 1.6.0, CXF 3.2.7 All attempts to generate java code from WDSL by using CXF 3.2.7 are failed with the same error:WSDLToJava Error:...
View ArticleFind usages for jar files
Hello! I have a jar file and I would like to know which modules/libraries has dependencies on it. For the time being I know only way to do it - search in *.?ml files with external tool, because IDEA...
View Articlevelocity support: javadoc style comments on macros
#** * macro comment * @param $arg test *##macro (somemacro $arg)#end The quick doc shows only the "macro comment" but not the parameter comment in any form, it's just ignored. Is there any form of...
View Article