A collection of how-to's on Intellij IDEA plugin creation with minimal code examples and hopefully related how-to wiki pages.
See wiki pages for notes and details:
- toolbar / toolbar popups
- run / debug configurations
- notifications
- console access
After struggling with local libraries I finally found out how to use gradle with IDEA plugin
project.
So either you add libraries using
- Project properties (
F4
-> Libraries -> add local or Maven libraries) or - Gradle example