Scala plugin for IDEA 13
I downloaded and installed the latest stable release of scala, scala 2.10.3, and also installed the Scala plugin for IDEA 13, however, it says it can not find /doc/scala-devel-docs/api. Anyone can help...
View ArticleR.java files for ANT building (Mac os 10.9)
Hi all,I am trying to build my project with ant. Build->Generate Ant Build. I have needed xml files - no problems. But for every module in "gen" forlder I have stubbed resource classes like...
View ArticleGradle and provided configuration
Hello, I am using IntelliJ, Gradle, and Lombok. Lombok is a compiler plugin so it needs to be registered as "provided". IntelliJ perfectly recognized this "provided" configuration until last 13.1.3...
View ArticleIntelliJ IDEA (latest vrsion) not updating to latest version of plugin.
I use the latest version of IDEA for Linux, 13.1.4, (64-bit) and have the Dart plugin installed. I recently noticed that it is lacking several months behind with the latest version (I have 135.765 and...
View ArticleTechniques to associate Java constants to Javascript files
Hello, I've always been a backend (pure java) programmer, but now I find myself working in the HTML, JSP and JavaScript more. I am becoming frustrated by the fact that Intellij's Find Usages...
View ArticleHow to "git pull --rebase origin myBranch" ?
Hi I'd like to know how I can achieve the command "git pull --rebase origin myBranch" within IDEA? So what do I have to choose in the rebase dialog? onto: my local branch? ->...
View ArticleIssue with fxml files not being copied to target/classes
Hello all, I've got a package like com.mydomain.myapp.fxml in which there are several JavaFX fxml files.After switching from Idea CE 11 to Idea CE 12 those files aren't copied to target/classes anymore...
View ArticleHow to turn all method names into camel case?
Hello, I recently took over a source base from somebody else, but I really hate the coding conventions this person used. I've looked around and I can probably do it using something like javaparser, but...
View ArticleI don't understand the format of this jvm-option: "-javaagent:C:\Program
Hello:I am a little new to GlassFish Server. I have IntelliJ IDEA 12.0 set up and also Ihave the GlassFish server added. When I click the "Run" or "RestartGlassFish Server" button or submenu, I receive...
View ArticleDuplicate case label : IDE Bug?
Hello, I am experiencing a "Duplicate case Label" using this code in a win-1252 codepage : for (int cnt = 0; cnt < nrOfChars; cnt++) { ch = someText.toLowerCase().charAt(cnt);...
View ArticleInstalling a plugin on github (intellij-perl)
Hi I want to install the intellij-perl plugin which is located here: https://github.com/rjattrill/intellij-perlThere are no installation instructions that I can find and after a bit of digging around...
View ArticleMix Jython and Java
I want mix Jython with Java projects. For example I want use GUI Designer for swing forms in Java project, then use the forms in Jython project. When I create python project with Jython SDK I can use...
View ArticlePerformance issue when using Bower to manage Javascript files
Hi, I am a long time user of Intellij and generally find performance good on my laptop (Core i7, 8Gb RAM, SSD). Am running 13.1.3. Recently I've started using Bower to manage Javascript dependencies in...
View ArticleSimple web application using Spring MVC tutorial
I tried the tutorial(http://confluence.jetbrains.com/display/IntelliJIDEA/Getting+Started+with+Spring+MVC,+Hibernate+and+JSON) and when I tried to deploy the webapp, i got an weird error as shown in...
View ArticleRun/Debug Configuration for Tomcat - deployment process starts and freezes
I am trying to deploy a web-app on Tomcat from IntelliJ 13. The deployment process starts and freezes before the point where it should actually deploy the war file - "Artifact is being deployed,...
View ArticleGenerating JPA annotations from SQL Server identity columns
Hi,I'm generating entities from a MS SQL Server DB, using the following jpa file:<persistence xmlns="http://java.sun.com/xml/ns/persistence"...
View ArticleGradle and resources
The current IntelliJ gradle plug in places (by default) the class files generated by intellij and by gradle in the same place. However compiling in IntelliJ also copies resources to the classes...
View ArticleAction Snippets and Selected Text?
I come from a FlashDevelop background and I was wondering is it possible to select some text e.g. anInteger Select the text and press a keyboard shortcut so it becomes: trace("[anInteger]:",anInteger);...
View ArticleIncorrect CDI Injection error?
I think we've found a case where IntelliJ reports an error when there isn't one. From the Weld documentation: (4.9 Client Proxies...
View ArticleAction Snippets and Selected Text?
I come from a FlashDevelop background and I was wondering is it possible to select some text e.g. anInteger Select the text and press a keyboard shortcut so it becomes: trace("[anInteger]:",anInteger);...
View Article