Git commit 8d06eb2e9a67c8e19ebf90d00313d3d0b6e54743 by Yuri Chornoivan. Committed on 19/12/2022 at 09:56. Pushed by yurchor into branch 'master'.
Add new configuration option to the docs M +9 -0 doc/kate/configuring.docbook https://invent.kde.org/utilities/kate/commit/8d06eb2e9a67c8e19ebf90d00313d3d0b6e54743 diff --git a/doc/kate/configuring.docbook b/doc/kate/configuring.docbook index f72dc0f93..ee1529c87 100644 --- a/doc/kate/configuring.docbook +++ b/doc/kate/configuring.docbook @@ -91,6 +91,15 @@ the right.</para> <listitem> <variablelist> +<varlistentry> +<term><anchor id="config-dialog-general-open-each-document"/> +<guilabel>Open each document in its own window</guilabel></term> +<listitem><para>If enabled, each document will be opened in its own window. +If not enabled, each document will be opened in a new tab in the current +window.</para> +</listitem> +</varlistentry> + <varlistentry> <term><anchor id="config-dialog-general-switch-to-output"/> <guilabel>Switch to output view upon message type</guilabel></term>
