Filetype specific keyboard shortcuts
Forgive me if this is an obvious question, but is there a way to create keymaps that are only in effect for certain file types, e.g. when I hit command-enter in a SQL file it does one thing and in a...
View ArticleDoes IntelliJ package own version of flexunit?
This is follow up to http://devnet.jetbrains.com/message/5507979#5507979 I see discrepency in the way unit tests work when run from inside IntelliJ vs. when I run them from command line. Most obvious...
View Article[UiAutomator] Referencing the apps string.xml resource file
I'm using UiAutomator to test our android app, in intellij how do I link or reference the parent apps resources? I do have access to their code, but from IntelliJ's point of view I only have my test...
View ArticleHow can I customize the color of current scope highlighting
I would like to make the current scope highling (Settings->Editor->Highlight on Caret Movement) a tad mor obvious.I have not found any relevant setting for it. How can I adapt the colors? Thank you.
View ArticleVCS changes not attached to any build configuration
Hi,On every TC server start I see following line in the logs: # INFO - jetbrains.buildServer.SERVER - Found: 169663 VCS changes not attached to any build configuration, these changes will be...
View ArticleVCS changes not attached to any build configuration
Hi,On every TC server start I see following line in the logte: [2014-01-27 03:54:05,566] INFO - jetbrains.buildServer.SERVER - Found: 169663 VCS changes not attached to any build configuration,...
View ArticleIDEA13 Cannot locate our relative Spring contexts
Having a problem with a project migrated from IDEA 12. What's happening is IDEA13 is showing all imported our contexts as missing resources. Even though they're clearly present and the application runs...
View ArticleHow do I get milliseconds to display in the database console output window?
When I run a SQL query that returns a results column that is a timestamp (timestampz specifically) it display the date and time but the time is only displayed out to the seconds level. I can't figure...
View ArticleFind In Path igores one specific file
I'm sure I'm missing something obvious, but for some reason Find In Path never finds any text in one specific file in one of my main projects. It finds text in other files in that same directory,...
View ArticleRunning Groovy scripts
Hi. Problems with included Sax libraries when running from Intellij. Groovy script that I run on the command line: > groovy updateMembersLocal.groovy Groovy 2.2.1. Intellij 13.0.1 I have setup the...
View ArticleIntellij Idea 12 IDE talk connect to ejabberd
Has anyone had any problems connecting Intellij Idea's IDE talk to the ejabberd? When I try to do so, I get "Error: No response from the server." error message. I use "Use existing account" option....
View ArticleCode Style-Puppet hangs
With a 100% reproducability, visiting the Code Style-Puppet dialog hangs for me. I would have liked to specify the indent setttings, but cannot. Puppet Support v 6.0.0.20131121 IDEA 13.0.2Mac OS X...
View ArticleThe list of available Maven archetypes
I wonder what Maven archetype catalog is used by IDEA. Is it actually the internal catalog? As far as I can see the local repository is ignored.
View ArticleAny hints on reformatting comments
We've got a local Checkstyle rule that states no tabs in java files. However whenever I reformat or use 'replace indents' 'tabs with spaces' action in IntelliJ it ignores the tabs in comments. Is there...
View ArticleHow to find what project(s) use a specific External Library
We have a multi-project (maven and gradle) setup and bring in lots of various dependencies. The External Libraries listing is great, but we haven't found a way to find out for a specific External...
View Articlegetting ReferenceError: process is not defined in debug
HiI get this ReferenceError: process is not defined when grunt tries to load grunt-contrib-uglify and I see this was a intellij issue and was fixed in Webstorm...
View ArticleIntelliJ 13.0.x, SBT 0.13.x project with IntegrationTest config
The latest IntelliJ seems to work great with importing sbt projects; however, I've stumbled upon one minor annoyance with my existing integration tests. Intellij doesn't seem to know about all sbt...
View ArticleGit integration - force push
Hi, I couldn't find anything in the GUI or help on this so I wondered if someone could tell me whether or not this is possible: In my local Git repo I make two commits and then push these to the remote...
View ArticleSynchronize Live Templates among various installations
Hi, I am using PHPStorm at work and using IntelliJ at home for my own work. I wanted to know... if there is a way to synchronize my live templates between these two editors. I pretty much use the...
View Article