@LiquidCake commented on this pull request.


In doc/geany.txt:

> -^^^^^^^^^^^^
-This plugin sets on every new file (*File->New* or *File->New (with template)*)
-a randomly chosen filename and set its filetype appropriate to the used template
-or when no template was used, to a configurable default filetype.
-This enables you to quickly compile, build and/or run the new file without the
-need to give it an explicit filename using the Save As dialog. This might be
-useful when you often create new files just for testing some code or something
-similar.
+````````````
+
+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.

done


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/4077/review/2465713704@github.com>