Plug-in to build IDEA plug-in.
Sample
Please refer to the
Jalopy For IDEA for a 'real world' sample.
News
To install a plugin in the local IDEA.
maven idea-plugin:install
To un-install a plugin do.
maven idea-plugin:uninstall
To make a distribution (for IDEA plugin site).
maven idea-plugin:dist
Todo's list :
There are 2 ways how the Plug-in's content will be organized.
META-INF/plugin.xml
).
IDEA_HOME/Plugins/ Sample.jar/ com/foo/..... ... ... META-INF plugin.xml
IDEA_HOME/Plugins/ Sample/lib/ libFoo.java libBar.java Sample.jar/ com/foo/..... ... ... META-INF plugin.xml