From afadc1cf1499c388dead09fd31f84191ae82c8da Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 31 Mar 2022 13:27:40 +0200 Subject: Update docs --- doc/changelog.asciidoc | 5 ++++- doc/help/settings.asciidoc | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 987972849..0f697888d 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -69,7 +69,10 @@ Added based on the new URL when navigating or switching tabs. - New `qt.chromium.sandboxing` setting which allows to disable Chromium's sandboxing (mainly intended for development and testing) -- New `QUTE_TAB_INDEX` variable for userscripts, containing the index of the current tab. +- New `QUTE_TAB_INDEX` variable for userscripts, containing the index of the + current tab. +- New `editor.remove_file` setting which can be set to `False` to keep all + temporary editor files after closing the external editor. Fixed ~~~~~ diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 9c8a50b86..bdc5bef99 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -213,6 +213,7 @@ |<>|Duration (in milliseconds) to wait before removing finished downloads. |<>|Editor (and arguments) to use for the `edit-*` commands. |<>|Encoding to use for the editor. +|<>|Delete the temporary file upon closing the editor. |<>|Command (and arguments) to use for selecting a single folder in forms. The command should write the selected folder path to the specified file or stdout. |<>|Handler for selecting file(s) in forms. If `external`, then the commands specified by `fileselect.single_file.command` and `fileselect.multiple_files.command` are used to select one or multiple files respectively. |<>|Command (and arguments) to use for selecting multiple files in forms. The command should write the selected file paths to the specified file or to stdout, separated by newlines. @@ -2941,6 +2942,14 @@ Type: <> Default: +pass:[utf-8]+ +[[editor.remove_file]] +=== editor.remove_file +Delete the temporary file upon closing the editor. + +Type: <> + +Default: +pass:[true]+ + [[fileselect.folder.command]] === fileselect.folder.command Command (and arguments) to use for selecting a single folder in forms. The command should write the selected folder path to the specified file or stdout. -- cgit v1.2.3-54-g00ecf