IDEA 12 missing feature in I18N Support (Resource Bundle Editor)
Hello, I'm new in this forum, but not new as Idea user.I found missing feature (panel with buttons) in Resource Bundle editing view in version 12 (Ultimate). My question is: Is it bug, or forgotten...
View ArticleADT installApp options
Hi, I am using IntelliJ IDEA for air mobile development. Could any one help if i want to add options to ADT launch app command? The ADT options in settings only for packaging app. But i can't found how...
View ArticleHow to let IntelliJ IDEA's Local History ignore Plugins' temporary change and...
I am writing a IntelliJ IDEA plugin at here like AceJump, which is used for fast move caret in IDE.like following, by apply TextAttributes to all 'i' occurrences, and give each 'i' an index char. after...
View ArticleWhy is the "Eliminate duplicates" button is always greyed out?
When I find duplicate Java code blocks using "Locate Duplicates...", the "Eliminate duplicates" button is always greyed out. What do I have to do to make it functional? I am using IntelliJ IDEA v12.0.1.
View ArticleAutomatic merge of local branch with master
Hello, I want to know the steps to create a local branch in intellij with git as my version control system. I have multiple remote source code repository and I want to create a local branch...
View ArticleIntelliJ does not find the jaxb generated sources
I am using IntelliJ12 UltimateEdition on my OSX computer. I have a multi-module project, which has one jaxb module. Executing "mvn clean install" works correctly (it creates the jaxb/target/*)....
View ArticleIs there global (default) settings shared by all projects?
Hi, Does intellij have notion of glabal settings that can be shared across projects? Wouldn't it make sense to set certain things as global settings that will be a new project default, and allow each...
View ArticleIntelliJ12 - Which version of ActionScript Compiler 2.0 is used?
Hi, I have a pure Actionscript project and enabled the "Prefer ActionScript Compiler 2.0 ..." setting. However, when I set "-advanced-telemetry=true" in the "Additional compiler options" I get an...
View ArticleMavenized projects and JUnit tests
Hey all: I am still learning the ins-and-outs of Maven and IntelliJ so forgive me if this is a silly question. I have a Maven project where I am running JUnit tests against some webflow xml...
View ArticleGit Merge Configuration
Hi, I have been looking everywhere and I can't find the way to set some default configuration on the merge strategy.I would like to set the "No fast forward" by default so I don't have to check the box...
View ArticleNot all "Check for updates in channel" options are working.
Hello Idea Community, In my opinion the updates support in IDEA is one of its persistent weakness. I know if you skip an EAP update you cannot update to subsequente EAP versions. I know there is no...
View ArticleIDEA 12. Database Tool.. Way to save/load your SQL?
I know there is the local history option, but I'd like a way to save vs SQL scripts with different names that I could pull up within the Database tool? I don't see this option anywhere to save/load sql...
View ArticleWhat is up with the IJ12 ultimate editor/parser??
I am seeing a series of very serious issues in the latest IJ12 ultimate. I have posted already that cut and paste even within same document can result in corrupted text.I am regularly seeing "File has...
View ArticleLinking src/groovy dependencies between Grails Modules
I created a project and Grails module ( NEW_MODULE ) in Intellij IDEA 12.0.2. I then linked an existing Grails module ( LIB_MODULE ) to the new project. In the Module Settings -> Modules ->...
View ArticleUncaught ReferenceError: $ is not defined when debugging jQuery
I created a web module app in Intelli J 12 (pure html, css3 and Javascript) and downloaded jQuery and jQuery UI. jQuery is not working and when I debug I get :Uncaught ReferenceError: $ is not defined...
View ArticleIntelliJ Idea 12 and JVM version 7
I tried to run IntelliJ IDEA 12 under JVM version 7 but it seems buggy under that environment (I am using mountain lion)Have you tested it?Thank you.
View ArticleTestNg protected method
I have testNg test case that calls protected method. Idea is giving red line on the method.But TestNG should be able to call protected method, is not it? Any ideas what is missing?Even I can not run...
View ArticleRunning individual tests with JsTestDriverPlugin
I'm using the IntelliJ JSTestDriver plugin, and when I right click on a test file and select Run, it runs all of my tests. My JSTD plugin has a configuration line that looks like test:-...
View Articleall JUnit tests run green, but final status bar is yellow
Hi All. I have a set of tests that all pass, but the final status bar in the upper right of the Run panel shows yellow (see attached). I've whittled the problem down to one test, HelloServletTest,...
View ArticleGroovy script in Maven project
Hello.I have a maven project and a groovy script associated with one. Script is self-sufficient and it runs successfully from command promt (groovy script.groovy). But when I run script from IDEA I get...
View Article