Compare different files, merge specific files git integration
Hello! Git support comes in handy in intellij Idea very often. But there are two features which bother me :Is there a way to compare different file with git? For example when moving package I tryed to...
View ArticleHoles keep appearing in the IDEA Project Tree
Anybody know why these holes in the project tree keep appearing? I seem to get these for large and small projects. Often invalidating caches & restarting will help heal them up, but they always...
View Articleissue with path containing spaces and ANT build.xml
We were getting random fails in Community sources ( 133.193, 137, others ) when we ran ANT on build.xml (build->all) despite the project itself making (build->make) properly. The failure was...
View ArticleRunning IntelliJ code coverage (headless) on Jenkins?
Is it possible to run the built-in code coverage in headless mode (with Maven) on Jenkins? How?
View ArticleIntelliJ and Wildfly 8.1 Final issues
Hi, im starting a new project with IntelliJ (13.1.4) and Wildfly 8.1 Final. The IntelliJ is not recognize all JavaEE libraries provided in Wildfly, but it recognizes all Glassfish 4.0 libraries. Does...
View ArticleHow to switch on debbuger to JavaScript?
Hi! I want to debug javascript code, but I cann't evaluate js variable. The I push eveluate I get "result = Cannot find local variable 'eventsArr' ". On tab "local tomcat JavaScript", on tab debugger -...
View ArticleHow to use android.support.v8.renderscript for renderscript in the auto...
. I read everywhere that I should use android.support.v8.renderscript instead of android.renderscript. I have a big problem with this, because when I want to create a new ScriptC_???(mRS) it demands a...
View ArticleProper JPA Console Setting
Hi there,I require help in setting up the JPA Console in 13.1.4.A SELECT command produces an "java.lang.RuntimeException: javax.persistence.PersistenceException: No Persistence provider for...
View ArticleNot able to create a new Gradle project with 12.1
I'm trying to create a new Gradle project but when I go to File -> New Project, I don't see the gradle option. Am I missing something?
View Articlebuild.xml in top level directory of CE fails
Adding build.xml Intellij IDE Community Edition) as an ant task and running it (all) causes a fast failure with 5 errors. Pretty sure that the environment (groovy, UI Designer JDK 6 with tools.jar) is...
View ArticleIntellij Icons and Ruby Plugin
Hi, all. I ran into an issue with some settings, but I cannot determine the problem. Attached are screen shots showing what I see. I was trying to fix an icon issue with my Java projects, and ended up...
View Articleauto static import
I would like it if IntelliJ were more intelligent about out.println and err.println. It should either automatically, or with the tiniest prod insert import static java.lang.system.out; Rearranger...
View ArticleCompare different files, merge specific files git integration
Hello! Git support comes in handy in intellij Idea very often. But there are two features which bother me :Is there a way to compare different file with git? For example when moving package I tryed to...
View ArticleWhy does IDEA mark this Android code as erronous? It compiles
This is fine: findViewById(R.id.cat_name).setVisibility(GONE);This is not: findViewById(R.id.cat_name).setVisibility(0x00000008); What gives? Both are perfectly valid integers! If I wanted...
View ArticleHoles keep appearing in the IDEA Project Tree
Anybody know why these holes in the project tree keep appearing? I seem to get these for large and small projects. Often invalidating caches & restarting will help heal them up, but they always...
View Articlelaunch apk from a specific folder after a custom ant build
Hello Everyone, We have a very complex custom ant build for our Android project. After it runs through this very long process, it places the apk file in a specific directory called "packages" at the...
View ArticleSpring dmserver does not deploy artifacts at startup
Anybody using dmserver here? I configured artifacts but can not get it auto deploy. The strange thing is that the deployment status is always "OK", if I press "Refresh deployment status" button, the...
View ArticleHow to use android.support.v8.renderscript for renderscript in the auto...
. I read everywhere that I should use android.support.v8.renderscript instead of android.renderscript. I have a big problem with this, because when I want to create a new ScriptC_???(mRS) it demands a...
View ArticleMaven Projects - "Assign shortcut" always disabled
Guys, I'm trying to assign a shortcut for a maven lifecycle in "Maven Projects" tool window.I can not do this because "Assign shortcut" menu is always disabled. I hit this in both Idea 13 and 14EAP. My...
View ArticleFind in files
I don't see a way to find in files. I see the find to search for a string, but I want to find all the files in a part of the code tree that has an occurrence of a string.In searching the list, it seems...
View Article