Skip to content

Releases: dkandalov/live-plugin

v0.6.1beta

12 Dec 13:48
Compare
Choose a tag to compare
  • fix to make plugins runnable on Windows (issue #76)

v0.6.0beta

01 Dec 19:06
Compare
Choose a tag to compare
  • experimental support for Kotlin
  • dropped Scala and Clojure from UI (existing plugins should still run)
  • simplified settings menu

v0.5.13beta

01 Jun 08:02
Compare
Choose a tag to compare
  • fix toolwindow exception on startup (issues #69, #70)
  • minor fixes in examples

v0.5.12beta

22 Mar 09:03
Compare
Choose a tag to compare
  • Fix for issue #67 ("java.lang.IllegalArgumentException: 'null' in roots:" on plugin startup)

v0.5.11beta

17 Dec 15:12
Compare
Choose a tag to compare

Fixes for compatibility with IJ 2016.3

v0.5.10beta

15 Aug 18:21
Compare
Choose a tag to compare
  • fix for issue #62

v0.5.9beta

14 Aug 20:43
Compare
Choose a tag to compare
  • compatibility with latest IJ 2016 API changes (GitCloneDialog and showPopupSearch())
  • GlobalVar persistence, allow nulls, implementation without using actions as a global map

v0.5.8beta

09 May 13:10
Compare
Choose a tag to compare
  • removed deprecated APIs; in particular tests old UI which is going to be removed
  • fixes for text transform method

v0.5.7beta

16 Mar 23:44
Compare
Choose a tag to compare
  • critical fix to make plugin work with groovy 2.4.6 (it was upgraded in IJ 2016.1)
  • added to PluginUtil: assignKeyStroke(), registerToolWindow(project), findWidget(), registerEditorListener(), openInEditor(filePath), compile(project, callback)
  • misc API and compatibility fixes

v0.5.6beta

24 Dec 11:57
Compare
Choose a tag to compare
  • pluginDisposable used in all PluginUtil.register*() methods
  • Inspections.registerInspection() on project level
  • PluginUtil.registerWidget() and showPopupSearch()
  • correct location for .gdsl file
  • updated examples