Idea 12 - Maven Projects pane is empty
Hi everyone,I recently installed the new version (Which looks great BTW) but had a weird problem with my Maven projects.The pane was empty of projects no matter what I did, also the context menu in the...
View ArticleBest way to create code completion (DSL) support in IntelliJ?
Hi all, I've got a small question: we've got an internally developed configuration language, which has some keywords and parameters, a bit like the following: expect mode=ALL match=TEXT...
View ArticleConfiguration Problem (IDEA Noob) - Canot Resolve Symbol 'swing'
I am a PHP developer, working on a pluging for PHPStorm. I successfully configured IDEA on Friday and built my plugin. However, this morning I updated my Java 7 JDK and while doing so realized that I...
View ArticleIntelliJ Upgrade Info's new version is not availlable to download
Hi, My IntelliJ reminds me there is a new version available for download, but when I check the download site, the version is not there. This has been going for a little while now. What could be the...
View ArticleIDEA 12 and Android's R.java - empty
I'm new to Android, and new to IDEA 12, but I've been an IDEA user for many years. I used the File -> New Project to create an Android 4.2 project, and following along with Pro Android 4 book,...
View ArticleBuilding the deployment artifact
I am trying to understand how to create my deployment artifcat correctly. Everything seems to be in the right place with the exception of the resources, test and testdata folders. In order to get the...
View ArticleEditor white space is "clickable" - Stop?
I've looked around in the FAQ but I don't really know how to word this. I'm using IntelliJ IDEA 9 Beta and there's a feature in the editor that I just can't get used to -- and don't really like at all....
View ArticleRun Single Test Case with Maven
I cannot figure out how to configure IntelliJ's convenient "run from here" style test runner to work seemlessly with Maven. I understand that I can execute all of a maven project's unit/integration...
View ArticleCode changes aren't packaged to WAR file when using AspectJ plugin in Maven...
When I run Make Project my WAR file were not updated even though there were changes in code. Rebuild Project helps, but I don't want to use it all the time. Problem appeared after I added AspectJ...
View ArticleGot IDE red mark errors while JDK will compile fine.
Hi there, I understand below is not good code, but JDK compiler did not complains, however the IntelliJ won't leave it alone and labeled it with a red mark that I can not remove! publicclass test {...
View ArticleIs it possible to add new JDBC or SQL syntax for autocompletion to IDEA like...
Several months ago I contributed CUBRID PHP API syntax to PHPStorm to enable autocompletion for functions and other API members. The contribution is now live in the latest version of PHPStorm. Now I...
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 ArticleGoogle App Engine Support for Android
Hello, Is there a Google App Engine support in Intellij IDEA to create GAE connected Android apps. Thanks Apurva
View ArticleHow do you access the SDK menu inside a project?
I am using Intellij IDEA 12.02.2 Build 123.123 and I have installed the Ruby (I believe used for RubyMine) plugin. I chose IntelliJ over RubyMine as we also develop PHP, JS apps, and Flash apps in our...
View ArticleMaven EJB Project will not deploy on WebLogic (IDEA 11)
I am trying to get my EJB project to deploy in WebLogic, and it just won't work. I have:IDEA 11.xMaven 2.xJava EE 5WindowsMy Maven projects are very plain. There is nothing special here. And the IDEA...
View ArticleTeamCity Remote Run With Git Local Branch
I did some local changes and committed them to a local branch. How can I do a remote run with these local commits? I get an error (attached - RemoteRunError.jpg) when I select "Remote Run" from the VCS...
View ArticleHow do I view the stdout of a successful unit test?
This seems like such a dumb question, but I can't figure it out. When I run my TestNG tests, if they succeed then I can't see the output from them. How can I view the output from successful TestNG tests?
View Articleeclipse compiler and lombok not working
I am getting compilation errors when trying to use the new eclipse compiler and the lombok library that does compile time code generation. I have no problems with the standard compiler. Has anyone...
View ArticleHow to undo a commit in a local branch - git
I did some commits in a local branch through intellij in multiple git repositories. How can I undo those commits? I need the code changes after the undo (marked them as local changes).
View ArticleFind Usage Options in IDEA 12.0.2
Where do I find the "Find Usage Options" to get method implemntations listed in the Find-Window like under IDEA 11.1.2. ?The "Go To Implementations" works only manageable if the list is small.
View Article