Releases: dkandalov/live-plugin
Releases · dkandalov/live-plugin
v0.6.1beta
- fix to make plugins runnable on Windows (issue #76)
v0.6.0beta
- experimental support for Kotlin
- dropped Scala and Clojure from UI (existing plugins should still run)
- simplified settings menu
v0.5.13beta
v0.5.12beta
- Fix for issue #67 ("java.lang.IllegalArgumentException: 'null' in roots:" on plugin startup)
v0.5.11beta
Fixes for compatibility with IJ 2016.3
v0.5.10beta
- fix for issue #62
v0.5.9beta
- 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
- removed deprecated APIs; in particular tests old UI which is going to be removed
- fixes for text transform method
v0.5.7beta
- 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
- pluginDisposable used in all PluginUtil.register*() methods
- Inspections.registerInspection() on project level
- PluginUtil.registerWidget() and showPopupSearch()
- correct location for .gdsl file
- updated examples