Rubymine Plugin
I developed a plugin which extends the builtin SVN plugin that provides some additional settings and dialogs for being able to associate commits with artifacts in Rally.
The plugin works great in IntelliJ 9 & 10 but completely fails to load in Rubymine.
Placing it in the $RubymineInstallDir$/plugins directory doesn't work. Is there an additional user plugins directory where it should be place instead (like where do the ones that are downloaded from within the IDE itself get installed?)
Is there any sort of a way to verify that a plugin will load in another of the Open API IDEs besides IntelliJ?
Please sign in to leave a comment.
Hello Kyle,
http://confluence.jetbrains.net/display/IDEADEV/PluginCompatibilitywithIntelliJPlatform+Products
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks a lot!