intellij-plugin

What is the best IntelliJ IDEA plugin?

I like the Regex and SQL plugins. Which are your favorite ones? ...

How to test a intellij plugin

Documentation on Intellij plugin development is scarce. If you have written any Intellij plugin, how did you write tests for plugin? Any pointer to documentation or source code is appreciated. ...

"Resource not found" when building Android app under IntelliJ 9.0 Maia Public Beta

I'm trying to port an app from Eclipse to IntelliJ. The app builds fine but it fails to run properly. Here's a partial stack trace I receive: ERROR/AndroidRuntime(957): java.io.IOException: Resource not found: "org/joda/time/tz/data/ZoneInfoMap" ClassLoader: dalvik.system.PathClassLoader@43761190 at org.joda.time....

Xquery support in IntelliJ Idea?

Has anyone had any success developing XQuery in IntelliJ? Specifically, does anyone know of any code completion or code syntax highlighting abilities that exist already or that you've built? ...

IntelliJ bad plugin how to start

Hi I have just started using IntelliJ again and have version 9. I just installed the Mecurial plugin and now the ide won't start anymore. Has an error of Fatal error initializing class com.intellij.openapi.actionSystem.ActionManager: java.lang.VerifyError: class com.dcx.hg.MercurialVcs overrides final method getName.()Ljava/lang/String...

Intellij IDEA: VCS markers on files

Is there a setting or a plugin to display VCS markers on files in the project view ? Here is what i'm talking about (Subversive/Subclipse on Eclipse): (I am mainly asking for Subversion). ...

.vimrc for IntelliJ Idea's vim plugin

I am using the vim plugin for IntelliJ Idea. Where should I place the .vimrc for that plugin. Using Windows XP ...

Clone private Mercurial repository on bitbucket.org into InetlliJ IDEA with hg4idea plugin?

I created private repository on bitbucket.org. I want to use it from IntelliJ IDEA. I choose "Check out from Version Control" and there is message box with field Mercurial Repository URL and Test Repository button. What should I enter into Mercurial Repository URL? I tried http://bitbucket.org/my_user_name/my_repo_name, https://, a...