Skip to content

v2.6.0

Choose a tag to compare

@github-actions github-actions released this 16 Apr 21:44
· 120 commits to main since this release

Added

  • Added new castProcessResult tinker caster. (Thanks @emargareten!)
  • ANSI Parser for the output window within the Kotlin part of the plugin.
  • Meta tag to set charset to UTF8 in toolwindow HTML.

Changed

  • Now using the ToolWindow without use of a .form file, which was not supported in combination with Kotlin (even though it always had worked in the past).

Removed

  • Reverted to the pre-2.5 tinker_run.php, since the new method didn't work in all cases.

Miscellaneous

  • Pulled missed changes from the Intellij platform plugin template.