Duplicate question that I've been unable to delete, but apparently the content can be changed.
In the code repositor, there is directory "freemind-code/plugins/wsl". What is it? Is it the Windows Subsystem for Linux?
Answering myself: I found the downloadable install file here https://sourceforge.net/projects/freemind/files/freemind-unstable/1.1.0_Beta2/ I'm sorry about the double post; please disregard the other one, and delete it if you can.
FreeMind 1.0.1 stopped working properly a few years ago, when an OS upgrade made the fonts unreadable (unless the zoom level was set to 75 % as a workaround). I started to use FreePlane instead. Today, I found "FreeMind 2.0.0" on GitHub; I downloaded it, and it worked. But apparently, that version is no longer active, and FreeMind 1.1.0 here on SourceForge seems to be the latest and greatest. I'd like to try it, but I don't want to compile from sources, because I don't know how to do it. Is there...
FreeMind 1.0.1 stopped working properly a few years ago, when an OS upgrade made the fonts unreadable (unless the zoom level was set to 75 % as a workaround). I started to use FreePlane instead. Today, I found "FreeMind 2.0.0" on GitHub; I downloaded it, and it worked. But apparently, that version is no longer active, and FreeMind 1.1.0 here on SourceForge seems to be the latest and greatest. I'd like to try it, but I don't want to compile from sources, because I don't know how to do it. Is there...
I'm trying to get familiar with the FreeMind souces, by importing the project into JetBrainds IntelliJ IDEA. Some files are marked as having errors, because dependencies are not fulfilled. One example: The file freemind/controller/LastStateStorageManagement.java has import statements: import freemind.controller.actions.generated.instance.MindmapLastStateMapStorage; import freemind.controller.actions.generated.instance.MindmapLastStateStorage; but nowhere can I find the package freemind.controller.actions....