Can command line inspection results be imported to SonarQube?
Does anyone know of a SonarQube plugin that imports the XML files generated by a command line code inspection run? I want to feed SonarQube these inspection results. Thanks, -Keith
View ArticleIntelliJ 14.0.2 hangs indexing
Hi, IntelliJ missed me during the vacations and now that I came back it decided to hang while indexing. I'm on OSX 10.9.5 using IntelliJ 14.0.2. I cleaned up caches and index folders and it still keeps...
View ArticleCannot start new project with Gosu module..
Hi , I'm using Intellij IDE 14.0.2 with Gosu plugin (V3.7) installed, in Ubuntu 14.However it failed to start a new Gosu project yielding an alert : com.intellij.diagnostic.PluginException:...
View ArticleRunning a main method issue
Trying to run main() in some class show the java usage instead of running Environment:WindowsIntellij IDEA 12JDK 1.7 Thanks
View Article"Application descriptor not found" when adding a parameter to the emulator.
I'm trying to add a -scale parameter to the emulator, since the screen size of the Android device I'm emulating is greater than my PC's one, and I can't test properly. So I found this link:...
View ArticleStupid side effect: overly aggressive import optimization
So I have a small class, and I went to add a comment at the top of the class. I type the /** to start the comment, the entire class goes into the comment, IDEA discovers that it doesn't need to import...
View ArticleFrequent "Project Files Changed" message ever since upgrading to 14
Hello,Ever since I've upgraded to version 14, I get frequent intermittent popup messages that prevent me from using the IDE until I either dismiss the popup or reload my project. This has happened with...
View ArticleIdea-IC-90.96 Linux: Change Java Version?
When I run bin/idea.sh, I get this dialog: The JDK version is 1.7.0_60IDEA reqruies JDK 1.5 or 1.6 Any way to fix this? (The only thing I could find in the FAQ was for Macintosh, and I don't have a...
View ArticleHow to debug slow gradle dependency resolution in intellij
Hi, I have a multi module gradle project and I have recently found it very slow to import into intellij as it seems to sit there resolving dependencies for a long time i.e. up to 1 hour. How can I get...
View ArticleHow to execute an external tool and insert output to current file?
Currently, when you execute an external tool, the output is put in console.Can I somehow put the output to current file, instead of console?just like how this command works in vim::read !pwdThank...
View ArticleStrange behavior of editor (selecting text, responding to mouse)
When I click in my text, my IDEA editor (Scala plugin) selects an entire document, a paragraph, a line, a character, or nothing, apparently at random. This is hugely frustrating when editing a...
View ArticleIntellij Terminal and Vim Colors
Hi, This may sound silly, but often I find myself using the built-in SSH terminal to edit configs on a remote server while working on a project. For some reason, when I launch vim to do these edits,...
View ArticleEducational Edition features in the IntelliJ Platform?
Is there any one from JetBrains who can give us some info on the posible integration of new PyCharm Educational Edition features (Course authoring, course following and all that kind of cool things)...
View ArticlePreview sprite icons?
Is there a feature/plugin that could preview a sprite icon defined in css rules (background url & position defined). Similar to the color previews in the gutter. Busy refactoring some old CSS files...
View ArticleRemove all PHPDoc Blocks from File
Hello, oft I need to remove all PHPDoc Blocks from a File. (Because they are wrong, and Update is not alway a good solution. Is it possible to do that easy with IntelliJ? If it is not possible, it...
View ArticleRunning individual jasmine tests
Hi, I'm using Intellij 14.0.2, and have configured Kama/Jasmine to run 'karma.conf.js' based tests successfully. I setup a karma.conf.js that loads all js files in the app, all required js libs, and...
View ArticleIDEA 14 & Cloud Foundry Deployment => Server Auth Problem
Hello community, by adding a Cloud Foundry Server (private Cloud) i've got this Error: Connot connect: org.springframework.web.client.ResourceAccessException: I/O error on GET request for...
View Articleequals - code inspection insanity.
I've enabled most of the code inspections in IntelliJ to get myself more familar with, well everything, but a number of the recommendation fight directly against each other. One notable example is that...
View ArticleIntelliJ 14 how do I make the message panel stay open?
In the past when I ran ant tasks the message panel would open and show me what's happening. Now with IDEA 14 I have to click the tab to open the message panel every time. Is there a setting to make it...
View ArticleCan IntelliJ 14 be used to work with IBM JDK 1.7?
We have a customer who insists on using the IBM JDK and so I would like to have that as an option to use within IntelliJ (normally, I only recent Oracle releases). How can I install and setup the IBM...
View Article