Clematis Desktop 2.0.0
The next major release of Clematis Desktop is out. It includes core libraries, two plugins and installers for Mac and Linux.
The next major release of Clematis Desktop is out. It includes core libraries, two plugins and installers for Mac and Linux.
Simple Java live compiling source editor, plugin for Java Desktop, especially useful for offline competitive programming training, preparation for live-coding interviews and development of short algorithms for your Java applications.
Repository: https://github.com/grauds/clematis.desktop.sed
Use this link to download the latest version in the Clematis Java Workspace plugins installer: https://github.com/grauds/clematis.desktop.sed/releases/download/latest/sed_latest.jar
Clematis Desktop is updated to work with Java 25.
The project gradually accepts new language features, so it won't be compiling with the earlier JDKs soon.
The next update for Clematis Desktop includes a new version of Runtime Manager UI plugin enriched with plugin downloader and installer, plus some more JVM monitors with GC marks.
There are many ideas yet to be implemented; the current list of changes is as follows:
Clematis Desktop is updated to work with Java version 21. There were a few steps were made:
The project gradually accepts new language features as much of the old code is being refactored, for example, to remove the lengthy Desktop class and break down its functionality into smaller classes, organized in a more Java Swing way. More details are available in the README.