IntelliJ 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 ArticleClose Navigate File Structure dialog (Ctrl+F12) with emacs keymap
Hello, I use the emacs keymap, and I use the Navigate File structure (Ctrl+F12) dialog extensively. When using the emacs keymap, when I want to dismiss this dialog I hit the Esc key. This displays...
View ArticleIs there any way to display the full path of the file in IntelliJ's menu bar?
This would be really helpful. Currently if I'm editing foo.bar, I see: foo.bar - [module name] - [project location] - Intellij IDEA (Nika) IU-111.24 but it would be really useful to see that foo.bar is...
View ArticleHow to make intellisense more smart by limiting the java api package...
Is there any way I can limit the selection pool that intellisense uses when it tries to 'guess' the java api package that the user wants to use?Thank you.
View ArticleHow to filter Debug Console output with FlexUnit
I have FlexUnit Run/Debug configuration setup with output to logging enabled. This configuration allows me to 'Show test log output' and specify the logging level. Is it possible to also provide...
View ArticleTomcat unexpectedly reloading contexts in IDEA 12
Having a problem while debugging with Tomcat and IDEA 12. It seems Tomcat keeps reloading the context after code changes and frame deactivation. I've got the options on frame deactivation set to...
View ArticleUnable to compile java code.
Hi, Whenever I try to compile java code I get the following error. Compilation completed with 1 error and 0 warnings in 2 secjava: Cannot find JDK '1.6' for module 'deleteme' The SDK is set undet...
View Articlepython plugin: how to enable context menu to run all unit tests in folder?
Hi All, We are still enjoying using the Python plugin 2.10.0 in IDEA 12.0.1 on Mac OS X 10.6.8. I'd appreciate your help figuring out how to enable a feature I've seen working before, but can't get to...
View Articlejava: Cannot find JDK '1.7' for module
I've just installed IntelliJ on Windows 8 (and 7). I then use the 'Java Hello World' Sample as my project.I then selected the JDK that was installed (C:\Program Files\Java\jdk1.7.0_10). Project creates...
View ArticleIntellisense popup remains active
Sometimes, even when you are typing in the next coding line, the intellisense popup window from the previous line remains active and you must press 'esc' to close it.Is there any solution to this problem?
View ArticleRun command line from toolbar
Is it possible to setup a button on your toolbar that allows you to run a command? For example, I want to run the following "grunt.cmd app-dev" as if I opened the command line typed in the command and...
View ArticleOddity with Grails 2.2 and plugins - IDEA 12.0.1
I started some work, actually creating a Grail plugin in Grails 2.1.x (and probably IDEA 11 - but that's not relevant) and then updgraded to Graisl 2.2 (and IDEA 12, then 12.0.1 - how they do fly...
View ArticleAutomatically add gradle dependencies
I have a gradle build, and whenever I add a new dependency to the gradle build, I seem to have to go to the JetGradle window, refresh and then select "Import" to add the dependency so IntelliJ can find...
View ArticleApplication hanging with multiple projects open
I've notice with the last few build the if I have more than one project open IntelliJ will seem to hang for extended periods (10 seconds to a minute). I can't find a pattern yet on why. I've disabled...
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 ArticleSerious / showstopper IDE problem with cut and paste
Hi, I am using latest Idea 12.0.1 Ultimate on ubuntu 12.0.4 LTS and there is a serious problem with rearranging text: just doing simple cut and paste within a single document shows the text is...
View ArticleAndroid development with Intellij under Ubuntu 12.041 on 64 bit machines
I started with an Intellij Android project that worked on another machine, but when i rebuilt the project i got an error saying "android-apt-compiler:/pk/android/android-sdk-linux/platform-tools/aapt":...
View ArticleResolve "Project output folder is not set (needed for FlexUnit)" error
I had flexunit working correctly across my AS3 unit-tests. Then I installed RubyMine and it screwed up my IntelliJ configuration somehow. Now, despite having an output-folder defined in my .iml, when I...
View ArticleClassLoader issue in Debug mode
For no apparent reason, run configurations that were working perfectly are now failing with ClassNotFoundExceptions when run in debug mode. The base version I'm using is 123-94. I've been trying out...
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 Article