Skip to content

v1.1.9

Compare
Choose a tag to compare
@Eadgyth Eadgyth released this 19 Apr 20:13
· 32 commits to master since this release

In this version the selectable dark text backgrounds and associated text colors have been worked out a little more. Also, the appearance of the Editor is improved on the whole when a dark background is selected. The background option named 'Dark Blue' uses the known 'Dracula' color scheme. Other changes and fixes:

  • The expansion state of a project's file tree is 'remembered' when you switch between projects. This is missing or takes place in an uncontrolled way in the previous versions. Also, a folder is expanded (or collapsed) on a double click instead of setting it as a new tree root in the previous versions.
  • Bug fix 1: The file tree of a newly set project is not shown if the file tree of a recent project is already displayed at startup (in v1.1.8). This is corrected.
  • Bug fix 2: The optional starting of a Java project on the module path (Java 9+) is not possible if the directory for compiled classes is simply the project directory, that is, no destination subdirectory for class files is specified in the project settings. This is corrected although such directory structure may not be recommended. Note that still only the 'single-module mode' is supported.
  • Bug fix 3: The option line/word wrapping has never worked properly in previous versions! This has been improved (in which my achievement is merely to implement the solutions to the problem by Stanislav Lapitski on the stackoverflow platform).