Plugin dependencies and updates? Jay Created April 05, 2007 15:23 Hello!I'm interested if something like inter-plugin dependencies and automatic update-search are planned in the plugin manager.
hello jay
1) The plugin.xml plugin descriptor allows to define dependencies to other plugins.
See also http://plugins.intellij.net/plugin.dtd
2) I have written a little plugin called PluginUpdateNotifier which checks the plugin repository for new plugin versions of plugins you have installed.
See also http://plugins.intellij.net/plugin/?id=1247
Maybe this helps a bit...
etienne