Skip to content

Releases: asciidoctor/asciidoctor-intellij-plugin

Gradle Build and temporary file handling

17 Dec 22:05
Compare
Choose a tag to compare
  • Plugin is now build using the Gradle and gradle-intellij-plugin
    This should make contributing and releasing easier. Thanks Jiawen Geng!
  • Asciidoctor's temporary files are now created in a temporary folder per opened document. Thanks @agorges!

Fixed code/preview sync for nested HTML (i.e. NOTE)

02 Dec 15:55
Compare
Choose a tag to compare
  • Improved handling of trailing spaces in syntax highlighting.
  • Fixed code/preview sync for nested HTML (i.e. NOTE)

Updated block parsing

29 Nov 23:15
Compare
Choose a tag to compare
Updated block parsing Pre-release
Pre-release

Updated block parsing to support two styles of headings.
Block starts and ends are needed to be aligned in length and shape when parsed.

(see #146)

Improved JavaFX darcula support

08 Nov 18:21
Compare
Choose a tag to compare

Improved darcula support for JavaFX. More block types are using proper dark background and light text colors.

Preview theme in settings (light vs. darcula)

29 Oct 19:17
Compare
Choose a tag to compare

Theme in preview can be switched from light to darcula independent of IDE theme

Better Linux/MacOS Support for JavaFX preview

22 Oct 20:43
Compare
Choose a tag to compare
  • Handling of Linux and MacOS file names for image preview in JavaFX

Darcula and Click-on-Preview

08 Oct 13:49
Compare
Choose a tag to compare
  • Added darcula theme for JavaFX preview
  • Clicking on JavaFX preview will set cursor position in editor (thanks to @kastork for the idea)

Fighting hanging JavaFX panels on MacOS

09 Sep 21:01
Compare
Choose a tag to compare

setScene now called from FxThread instead of AWT thread to avoid blocking GUI on MacOS (#133)

Finalizing JavaFX scrolling functionality

04 Sep 19:13
Compare
Choose a tag to compare
  • Initialization message appears only during initialization
  • No error message if user switches to a setup where JavaFX preview is no longer available.

JavaFX autoscrolling preview #3 - detect 64bit JVM on Mac

20 Aug 10:44
Compare
Choose a tag to compare
  • fixed detection of Mac 64 JVM to be able to activate JavaFX preview
  • click-on-url for JavaFX improved, when slow-loading external images are referenced