Wrap 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 ArticleAutomatically insert angle brackets when completing a generic type.
Please forgive me, if this question has already been aswered. It seems so trivial to me that I'm sure someone else already had the same idea. In IntelliJ IDEA 12, is it possible to have the angle...
View ArticleLoom Game Engine support
I was trying to open Loom Game Engine(http://theengine.co/) projects in Intellij IDEA.And this kindaworks when I create a Flash module and associate .ls file extention to Actionscript file type.The...
View ArticleMavenReportException: Error while creating archive: Unable to find javadoc...
Hi all, When running a maven goal from IDEA (11 or 12) that includes javadoc creation I am getting the following error. [ERROR] Failed to execute goal...
View ArticleHow to set up Maven Deploy Task in IDEA 12?
The Maven Deploy Task for my project says to use the project defaults which say to use Tomcat 7. However, when I run the deploy task within IDEA, I get the below. What do I need to fix/change? If IDEA...
View ArticleImport errors and Hello World activity won't run in IDEA 12
Please see the screenshot below. I have a feeling I've got the SDKs configured incorrectly, but I'm not sure how to solve it. I tried Googling for answers but no one had this exact problem. Do I have...
View ArticleFlex user
Hi, I'm a flex user since version 2 and i have always used flashbuilder. Now, considering the indifference of Adobe and the constant bugs you have with eclipse, I was thinking about changing IDE....
View ArticleHow to stop IDEA from removing groovy directories from runtime classpath?
I have a Java project which contains various resources in directories that come off src/test/resources, e.g....
View ArticleIntellij 12 Look and Feel and SVN
I am trying to upgrde to 12 but I keep going back to 11 because of so many things. So I am going to post some questions here and hopefully figure out how to make version 12 work for me. In Intellij 11...
View ArticleActionScript 2 support in IDEA 12
Hi there. It may sound weird, but is there any support of AS2 in IDEA 12?I got an AS2 project too big to rewrite with AS3 and it would be nice to work with it using IDEA. thanks
View Articledeploying class files over SFTP for a Grails app
I realize that IntelliJ doesn't have a way to deploy a grails app to a remote tomcat server, so what I'm trying to do is use the deploy mechanism to copy over GSP files and class files using SFTP in...
View ArticleProject relative artefact output path
Do PROJECT_DIR, MODULE_DIR macros not work as a artifacts exploded web artifact output directory? Seems if I do use a variable I can build the artifact OK, contents look good. But when I try to launch...
View ArticleCloud IDE
Are there any plans for a cloud based version of IDEA? Something like Cloud 9?
View ArticleGroovy (or other scripting language) for interactive Java debugging
It would be nice if there was support for interactive debugging in IntelliJ, like there is e.g. in PyCharm. The way I imagine it is the possibility to access all variables of the current debugging...
View ArticleHaving Issues testing on JBoss.. Project is missing files until I do a Maven...
Having Issues testing on JBoss.. Project is missing files until I do a Maven Package. But it looks like I only have to run maven package one time and then I can keep deploying to jboss until I close my...
View ArticleIs it possible to git commit parts of code? (Git add -p equivalent)
Hello everyone! Does anyone know if it's possible to commit selected lines of code, rather than whole files?This would be the 'git add -p' equivalent. Thank you!
View ArticleGroup External Libraries By Scope?
Hi, I notice that when I expand out External Libraries, I'm seeing all my libraries of my project. It would be very handy if I was able to ask IntelliJ IDEA to group them by scope, so that I could...
View Articlephp Plugin from phpStorm6
Daoes anybody know where I Can find the Information when the pluginVersion from phpStrom will be released. Thanks Torsten
View Articleconsistent file select for rearranger and reformat.
It should be possible in the left panel to select a partial packagename, e.g. mindprod.com in package J6 then rearrange or reformat allpackage under that branch. It should be possible in the left panel...
View ArticleIDEA + Android + Maven = various library and resource resolution problems
Here is the setup:OSX 10.8.2, Maven 3.0.4, IDEA 12.0.4 Current example is an "apklib" project, since that is what my real project is, but this does not seem to be limited to that type. Create project...
View Article