Live Plugin Versions Save

IntelliJ plugin for writing IntelliJ plugins at runtime ⚡️

v0.8.8beta

4 weeks ago
  • fixed registerInspection() in 2024.1.1 (issue #179)
  • compatibility with IJ 2024.1.1
  • deprecations fixes

v0.8.6beta

1 year ago
  • recompile with since-build="231.7515.13" (because of change in ClassPath constructor signature)
  • attempt to fix disabled highlighting in liveplugins

v0.8.5beta

1 year ago
  • kotlin 1.8
  • compatibility with IJ 2023.1 EAP (issue #156)

v0.8.4beta

1 year ago
  • fixes so that depends-on-plugin org.jetbrains.kotlin works in IJ 2022.3
  • kotlin 1.7.0 (so that it matches version in IJ)

v0.8.3beta

1 year ago
  • compatibility with IJ 2022.3
  • fix to use VirtualFile in findFileByName(), findAllFilesByName() (issue #150)

v0.8.2beta

1 year ago
  • consider ".live-plugins" folder in the project a plugin itself
  • use GeneralCommandLine in runShellCommand()
  • misc fixes, removed deprecated APIs, kotlin 1.6.21

v0.8.1beta

2 years ago
  • fix for Run plugin action being disabled on windows (issue #133)

v0.8.0beta

2 years ago
  • "Create Kotlin Plugin Zip" action to package live-plugins as a normal plugin
  • "Run/Unload Plugin" actions in popup menus
  • live-plugins migration to scratches location
  • moved internal classes to liveplugin.implementation so that they don't show up in auto-complete when writing plugin code
  • removed "Refresh Plugins Panel" action because it doesn't seem useful anymore (and was a hack in the first place)

v0.7.7beta

2 years ago
  • compatibility with IntelliJ 2022
  • integration with scratches, live plugins now appear under "Scratches and Consoles -> LivePlugins"
  • fix for issue #128
  • use NotificationAction instead of deprecated NotificationListener 🙈
  • groovy 3.0.9
  • kotlin 1.6.10

v0.7.6beta-eap

2 years ago
  • release for IJ EAP, thanks to @jglanz (issue #125)
  • groovy 3.0.9
  • API fixes