Custom plugins repository
I created my custom plugin repository on nginx, uploaded plugin and uploadPlugin.xml on it. Then i added repository in Intellij IDEA, wrote repository's url (http://stage.hh:7000 server in local...
View ArticleEmmet entries starting with period don't expand into divs
In WebStorm, I can enter this in an HTML type file: .row And it will expand to: <div class="row"></div> But not in IntelliJ. I have to enter this: div.row Am I missing a...
View ArticleDebug Tool Window default tab
When I run/debug a configuration the debug tool window switches to the debugger tab no matter what the layout has been changed to and if I want to see console output each run I have to switch it back...
View ArticleIntellij IDEA 13 / Gradle - Trying to update build.gradle
Hi, Everytime the project is refreshed, seems like IntelliJ IDEA 13 / Gradle is trying to update build.gradle. My build.gradle files are in SCM and is not checked out. So I see message asking to clear...
View ArticleCreate Method Placement
When I use the 'Create Method' intention action (Alt-Enter) on a not-yet-written method, it always seems to put the new method as the first member of the target class. This is never what I want, since...
View ArticleNew file from root using /
So, first, I want to say that I really enjoy Rubymine. You guys are constantly making good improvements and useful features/plugins, so thanks for that. My idea is a pretty simple one, and one that I...
View ArticleIDEA 13 slow compilation
We've got a project which is about 10.000 classes when compiled.Compilation takes a very long time (15 to 30 minutes or more), compared to IDEA 12.Especially the 'Writing classes...' part. We've had a...
View ArticleMnemonics doesn't work in 13 but works in 12
Hi, I don't understand what's wrong, I have tried switching on/off options in Appearence section but nothing changed. I'm using the same JDK for both - 1.7_45 also the same KeyMap (Mac OSX 10.5+),...
View ArticleKarma Debugging - No debuggable browser found
Hi, I have just installed IDEA 13 on a windows 7 machine. I have managed to get Karma test debugging to work about 5 times. Now it pretty much always fails with a error message in the event log:...
View Article(Jet)Gradle window is missing in IDEA 13
With IDEA 12 it was possible to open the JetGradle View even if the current project was not a gradle projcet. But the view displayed the message "There is no linked Gradle project. You can Add one" and...
View ArticleJavaScript recognition in script tag where type isn't “text/javascript”
I use MathJax javascript library. When I change MathJax config I have a problem because he is actually javascript code but his type is "text/x-mathjax-config" and Intellij Idea don't recognize him as...
View ArticleMandatory external build in IDEA 13 is annoying (because it's slow)
Hi, I use IDEA for servlet applications that run in Tomcat. After resource change (template, css, js etc., some of them on classpath) I just press Ctrl-F10 and run "Update classes and resources". In...
View ArticleSet Scala Home
I needed to do something quickly in Scala so I installed the latest Scala version and the latest Intellij version. I installed Scala 2.10.3 in in E:\dev\scala and then set-up Intellij 13.0.1. I created...
View ArticleDeploy war to Websphere Liberty Profile 8.5.5.0
Hi, my env: Intellij 13.0.1, Windows 8 with Websphere Liberty Profile 8.5.5.0i have a very simple war file and try to deploy it onto WLP 8.5.5.0.Everytime I run or update the application and have...
View Article"enter" key not working anymore
I upgraded to Intellij 13 and my enter key has suddenly stopped working. It works in every other program. Sort of brings productivity to a screeching halt.:) Anyone else have this problem or even...
View ArticleProcess Annotations
According to the help, when processing annotations is enabled, a dedicated annotation processing command appears in the Build menu. I have enabled annotation processing, and in fact it is clearly...
View ArticleJavadocs in autocomplete
Hello, On some other IDE's out there, when you either pres ctrl + Space it show the autocomplete dialouge and either above, below, or next to the method, it displays the javadoc for the highlighted...
View ArticleTomcat in IntelliJ Java Cryptography Extension problem
Hi, I am having a small problem when I am running tomcat in IntelliJ. See below the stacktrace fragment. I have JCE installed in the proper location in my OXS jdk 1.7 location When I deploy my artifact...
View Articleupgrade from 12 to 13: dx.jar is missing
Hello, I used IDEA 12 CEupgraded to 13 right now.and load my last project. it says Android Pre Dex: Cannot find file C:\Android\android-sdk\platform-tools\dx.jar what's wrong? yes, I did "rebuild" and...
View Article