- The name of the plugin: Merak (the green peacock from Malaysia)
- The plugin almost completely written in kotlin (except forms which are in java)
- Todo list
- Plugin development tips
- Testing the plugin locally
./gradlew runIde
- build the plugin zip archive to install it from local file system
./gradlew buildPlugin
- Offline work - when downloading from the internet is forbidden:
- get the lib/ideaIC-173.3727.127.zip archive and
- unzip it under the lib folder
- WIP
- see how to configure runWithDifferentJvm
- where to put in .gradle user home dir the Jebrains JVM to use it when runIde