Skip to content

Commit

Permalink
Merge pull request #224 from rdmueller/patch-1
Browse files Browse the repository at this point in the history
added hint to readme regarding #223
  • Loading branch information
ahus1 authored Oct 27, 2018
2 parents 092bc5a + e9bafd2 commit 3007509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Issues that can give you a start are https://github.com/asciidoctor/asciidoctor-

If you want to use the JavaFX instead of the Swing preview, you'll need to run IntelliJ with 64bit Java.
From 2017.1 onwards 64bit Java is included even in the Windows versions.
Please only use the JDK provided by JetBrains, as the JavaFX rendering seems to be most stable in the JetBrains JDK.
Please only use the JDK provided by JetBrains, as the JavaFX rendering seems to be most stable in the JetBrains JDK. See https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under[Slecting the JDK version the IDE will run under] for more details.

== Release notes

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
can be customized and extended by the user.
<p>If you want to use the JavaFX instead of the Swing preview, you'll need to run IntelliJ with 64bit Java.
Please only use the JDK provided by JetBrains, as the JavaFX rendering seems to be most stable in
the JetBrains JDK.
the JetBrains JDK. See <a href="https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under">Slecting the JDK version the IDE will run under</a> for more details.
<p>
<p>
<p>
Expand Down

0 comments on commit 3007509

Please sign in to comment.