From 114d37d92f7700e68556238a8dfd031bda424e7e Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Sun, 4 Sep 2016 20:27:28 +0200 Subject: [PATCH] updateing release notes --- META-INF/plugin.xml | 8 ++++++-- README.adoc | 9 ++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index c369d1a63..befd94adb 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -1,7 +1,7 @@ org.asciidoctor.intellij.asciidoc AsciiDoc - 0.15.2 + 0.15.3 Asciidoctor Project 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. +

If you want to use the JavaFX instead of the Swing preview, you'll need to run IntelliJ with 64bit Java. + If your IntelliJ distribution doesn't come with 64bit Java, you'll need to have an environment variable + `IDEA_JDK` or `IDEA_JDK64` pointing to the installation folder of a 64bit Java. See Jetbrains support database for more information. ]]> +

  • 0.15.3 Initialization message appears only during initialization +
    No error message if user switches to a setup where JavaFX preview is no longer available.
  • 0.15.2 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
  • 0.15.1 revised constrained/unconstrained detection diff --git a/README.adoc b/README.adoc index 8a9c80487..614170bd1 100644 --- a/README.adoc +++ b/README.adoc @@ -4,10 +4,17 @@ Erik Pragt A plugin for the IntelliJ platform (IntelliJ IDEA, RubyMine, etc) that provides support for the http://www.asciidoc.org[AsciiDoc] markup language. You can install the plugin (named "AsciiDoc") from the plugins section inside your Jetbrains IDE or download it from the https://plugins.jetbrains.com/plugin/7391[Jetbrains Plugin Repository]. -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 https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under[Jetbrains support database] for more information. +If you want to use the JavaFX instead of the Swing preview, you'll need to run IntelliJ with 64bit Java. +If your IntelliJ distribution doesn't come with 64bit Java, you'll need to have an environment variable `IDEA_JDK` or `IDEA_JDK64` pointing to the installation folder of a 64bit Java. +See https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under[Jetbrains support database] for more information. == Release notes +=== 0.15.3 + +- Initialization message appears only during initialization +- No error message if user switches to a setup where JavaFX preview is no longer available. + === 0.15.2 (preview, available from Github releases) - fixed detection of Mac 64 JVM to be able to activate JavaFX preview