Skip to content

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

Pre-release
Pre-release

Choose a tag to compare

@ahus1 ahus1 released this 19 Aug 16:18
  • 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!