Skip to content

Releases: asciidoctor/asciidoctor-intellij-plugin

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

JavaFX autoscrolling preview #2 - improved stability by restricting to 64bit JDK

19 Aug 16:18
Compare
Choose a tag to compare
  • revised constrained/unconstrained detection
  • Fix problem in syntax highlighting leading to PSI Parser Exceptions
  • refreshing images on JavaFX only if their content has changed to save memory consumption
  • Limiting JavaFX preview to 64bit platforms due to problems especially with Windows OpenJDK 32bit (as default on Windows).

If you want to use JavaFX preview, you'll need to run IntelliJ with 64bit Java. For IntelliJ you'll need to have an environment variable IDEA_JDK pointing to the installation folder of a 64bit Java. See Jetbrains support database for more information.

UPDATE: Known Bug - JavaFX preview will not work on MacOS in this preview. Will work again in the next preview!

Fixing PSI Parser Exceptions and restrict JavaFX to 64bit

19 Aug 16:01
Compare
Choose a tag to compare
  • Fix problem in syntax highlighting leading to PSI Parser Exceptions
  • disable automatically refreshing images on JavaFX (to be re-enabled in 0.15.x)
  • Limiting JavaFX preview to 64bit platforms due to problems especially with Windows OpenJDK 32bit (as default on Windows).

JavaFX autoscrolling preview #1 - initial

14 Aug 15:27
Compare
Choose a tag to compare

This is the first preview release for feedback about the JavaFX preview automatically scrolling to the position of the cursor in the editor.

  • JavaFX Preview will automatically scroll to the cursor position of the editor
  • JavaFX preview will automatically open links in the systems's default browser
  • correct usage of constrained/unconstrained AsciiDoc formatting
  • Caching rendering instances of Asciidoctor for better performance

IntelliJ 15 (including AppCode 3.3, CLion 1.2, DataGrip 1.0, PhpStorm 10, PyCharm 5, RubyMine 8, WebStorm 11) is the new minimum version required for this release.