Skip to content

Releases: dkandalov/live-plugin

v0.5.5beta

08 Dec 13:05
Compare
Choose a tag to compare
  • fixes for examples compatibility with latest IntelliJ API (#54, #57, integration test runner UI)
  • made toolwindow and all actions dumb-aware
  • help button in toolwindow menu
  • bug fixes

v0.5.4beta

27 Jul 17:17
Compare
Choose a tag to compare
  • updated scala and clojure libs (issue #51)
  • misc PluginUtil API and UI fixes

v0.5.3beta

23 Feb 08:45
Compare
Choose a tag to compare

Fixes for compatibility with IU-140.2493 API changes and script engine in groovy 2.3.9.

v0.5.2beta

22 Jan 21:31
Compare
Choose a tag to compare
  • issue #49 fix

v0.5.0beta

25 Nov 13:24
Compare
Choose a tag to compare
  • reviewed examples
  • more stuff in PluginUtil API (e.g. compiler/test/vcs listener)
  • removed deprecated methods
  • updated icon for Darcula theme
  • "master" is again for both IJ13,14

v0.4.0beta

17 Nov 12:39
Compare
Choose a tag to compare
  • MakePluginFilesAlwaysEditable fix (issue #44)
    (master branch is now only for IJ14)

v0.3.7beta, v0.3.8beta

03 Jul 07:53
Compare
Choose a tag to compare
  • misc fixes
  • issue #35 and #39

v0.3.6beta

15 Jan 15:24
Compare
Choose a tag to compare
  • add plugin from gist action
  • built-in $PLUGIN_PATH variable in "add-to-classpath"
  • IntegrationTestsRunner runs tests in background thread
  • alternative maven repo for downloading scala libs (repo1.maven.org didn't work for scala libs)

v0.3.5beta

14 Jan 08:58
Compare
Choose a tag to compare

Basic integration test runner.
Adding jars to plugin classpath using wildcards (e.g. "mockito/*.jar")

v0.3.3beta

22 Nov 05:23
Compare
Choose a tag to compare
  • fix to work in latest IJ13 build
  • misc minor improvements