title |
---|
Notable Changes in IntelliJ Platform and Plugins API 2018.* |
ASM Library 7.0 : Updated to 7.0 Issue.
Extendable Registry keys
: Plugins can contribute new keys to Registry dialog via EP com.intellij.registryKey
. Issue
Editor: content between text lines : Ability to add arbitrary content (preview, debugger information, etc.). Issue
Run Anything (Double CTRL)
: Allows executing predefined activities using a popup with smart completion, e.g. Gradle Tasks, executing Run Configurations, ... see RunAnythingProvider
JPS: Report exception in IDE : Ability to report exceptions from build process. Issue