IDEA 14.1.1 Ultimate keeps changing the .idea/misc.xml file when gradle...
Hi. Whenever I open idea, it changes the .idea/misc.xml file by adding this: + <component name="FrameworkDetectionExcludesConfiguration">+ <file type="web" url="file://$PROJECT_DIR$"...
View ArticleIs it possible to add a specific Ant task to IDEA's Build menu?
In the Build menu, I see myproject -> <default target>, very useful. There's one other Ant target I need to run pretty frequently, and it'd be great if I could add it to that menu too. Is...
View ArticleAnt in IDEA vs on the command line
When I run a bild in IDEA, I don't see any echo'd output. I see it when run it from IDEA's terminal window, or the command line, but not when I run it in IDEA as intended. Do I have something set up...
View ArticleSpecifying SVN user name and password from Ant in IDEA
Apologies if this is super obvious, but I'm trying to create an Ant target that among other things, creates a subversion tag from trunk. Subversion works fine from the IDE itself, I have the Subversion...
View ArticleAnyone know how to hide git ignored files in IDEA?
I'd like IDEA to NOT display files that have been defined in my .gitignore folder. I installed the .ignore plugin but it doesn't actually seem to hide the files in question, it just fades them out a...
View ArticleIntellij IDEA without GC pauses
Open-sourcing Intellij IDEA has created an exiting opportunity for Excelsior: we have native compiled IDEA with Excelsior JET, a Java SE 6 VM with an ahead-of-time (AOT) compiler and installation...
View ArticleIntellij JUnit test configuration won't load Spring-instrument load time weaver?
I moved to a different machine recently and lost all my test configuration information for my Intellij projects. Now, I can't re-create the settings for my JUnit tests to run - they require the...
View ArticleAtlassian plugin - Jira - captcha
When I try to connect to Jira using the Atlassian plugin (3.0.16), I have to enter a captcha when my password is changed. But there is no browser, so I don't see a captcha. I have made a connection to...
View ArticleIs it possible to use IDEA source formatter from e.g. Gradle?
Would it be possible to use IDEA source formatter outside of IDEA, from e.g. Gradle? That would be awesome!
View ArticlePython plugin and conda environment
Hi, I am using Python plugin on IntelliJ 14 Ultimate with conda as my virtual env manager. I have chosen the Python SDK under Project Structure to point to the correct env directory that I am using and...
View ArticleGitHub issues do not show in tasks
Hey everyone,I'm trying to integrate IntelliJ's Task Management plugin with GitHub issues with little success.I have a test GitHub project, into which I added some issues.I configured the plugin with...
View Articlewhat does "Choose Sources..." do - and how can I undo what it does?
When during a debugging session control moves into binary classes in JARs, the decompilerdecompiles such classes and displays the "Download Sources" and "Choose Sources..." links . When I click on the...
View ArticleGradle Script parameters not being passed along
My gradle build scripts by default have org.parallel=true defined in the gradle.properties file. This makes the builds execute faster in parallel mode. However there are a few tasks which don't work...
View ArticleMocha plugin for IntelliJ missing
I canit seem to find the Mocha plugin for IntelliJ. I see it referenced in several articlaes but it is missing from the Repo. Any suggestions?
View ArticleHow to open a terminal via intellij in the selected folder
I want to right click on a file in intellij and open the terminal there in mac. I tried 'External Tools' but doesn't open the terminal in the selected directory even though I set $FileDir$ as the...
View ArticleIDEA 14 . Node js. Excluding all node_modules folders from search.
For Node js projectsis there any way of excluding all node_modules folders in one go, instead of going to each seperate directory .I need this to exclude the search functionality in these folders but...
View ArticleIDEA 14.1.1 Ultimate keeps changing the .idea/misc.xml file when gradle...
Hi. Whenever I open idea, it changes the .idea/misc.xml file by adding this: + <component name="FrameworkDetectionExcludesConfiguration">+ <file type="web" url="file://$PROJECT_DIR$"...
View ArticleIntelliJ 14 Stops Running After Returning from Remote Desktop
Hi, I have a persistent issue. When I remote desktop (mstsc) onto my machine while IntelliJ is running - it works just fine. After I go back to my desk and login directly to the desktop, IntelliJ has...
View ArticleMaven reimport resolves module addresses against USER_HOME?
Hi this is with Intellij 14. I have an existing Java/Maven project for which our small team does not shared IDEA configuration. We'd like to try that, but without mucking up the project and module...
View Article