Skip to content

Releases: dkandalov/live-plugin

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