@LiquidCake commented on this pull request.
+In this mode, for each new editor tab opened by the user - plugin creates a new
+file with randomly generated name inside a configured directory. +This enables user to quickly compile, build and/or run the new file without the +need to assign it an explicit filename through the Save As dialog. + +By default, OS temp directory is used so files are cleaned up after reboot. + +Persistent Untitled Documents +````````````````````````````` + +Goal of this mode is to automatically persist the contents of newly-created editor +tab, so user could just spawn it, add some text and close Geany in 1 click without +having to explicitly save current work through the Save As dialog. +Tab will re-appear on next Geany launch with all its contents restored. + +Geany manages and cleans up an underlying storage files automatically.
done