Git commit 1aa60708a864c5f8b493ee39d321d3b6d25c4ab2 by Yuri Chornoivan. Committed on 03/04/2022 at 06:25. Pushed by yurchor into branch 'master'.
Sync docs with the new configuration options. Needs some work on the new theme GUI and the new screenshot. M +29 -0 doc/kate/menus.docbook M +4 -5 doc/katepart/configuring.docbook https://invent.kde.org/utilities/kate/commit/1aa60708a864c5f8b493ee39d321d3b6d25c4ab2 diff --git a/doc/kate/menus.docbook b/doc/kate/menus.docbook index 67342d706..64a5a279c 100644 --- a/doc/kate/menus.docbook +++ b/doc/kate/menus.docbook @@ -833,6 +833,35 @@ the old one.</para> </listitem> </varlistentry> +<varlistentry id="move-document-to-new-vertical-split"> +<term> +<menuchoice> +<shortcut><keycombo action="simul">&Ctrl;&Shift;<keycap>L</keycap></keycombo></shortcut> +<guimenu>View</guimenu><guisubmenu>Split View</guisubmenu> +<guimenuitem>Move Document to New Vertical Split</guimenuitem> +</menuchoice> +</term> +<listitem> +<para>This will split the currently active view vertically into two views and move the +currently active document to right view.</para> +<para>See also <link linkend="kate-mdi">Working with the &kate; MDI</link>.</para> +</listitem> +</varlistentry> + +<varlistentry id="move-document-to-new-horizontal-split"> +<term> +<menuchoice> +<guimenu>View</guimenu><guisubmenu>Split View</guisubmenu> +<guimenuitem>Move Document to New Horizontal Split</guimenuitem> +</menuchoice> +</term> +<listitem> +<para>This will split the currently active view horizontally into two views and move the +currently active document to view below.</para> +<para>See also <link linkend="kate-mdi">Working with the &kate; MDI</link></para> +</listitem> +</varlistentry> + <varlistentry id="view-split-toggle-orientation"> <term> <menuchoice> diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook index c54c08bd2..3affc1e9f 100644 --- a/doc/katepart/configuring.docbook +++ b/doc/katepart/configuring.docbook @@ -326,17 +326,16 @@ numbers they are placed at.</para></listitem> <title>Color Themes</title> <para>This section of the dialog lets you configure all colors in -any color theme you have, and create new themes or delete existing -ones. Each scheme has settings for colors and normal and highlighted text +any color theme you have, and create new themes, delete existing +ones or just <guilabel>Follow System Color Scheme</guilabel>. +Each scheme has settings for colors and normal and highlighted text styles. </para> <para>&kappname; will preselect the currently active theme for you, if you want to work on a different theme start by selecting that from the -<guilabel>Theme</guilabel> combobox. With the <guibutton>Copy</guibutton> and <guibutton>Delete</guibutton> +<guilabel>Select theme</guilabel> combobox. With the <guibutton>Copy</guibutton> and <guibutton>Delete</guibutton> buttons you can create a new theme (copying an existing one) or delete existing ones.</para> -<para>At the bottom of the page you can select the -<guilabel>Default theme for <replaceable>Application</replaceable></guilabel>.</para> <para>This is described in detail in <xref linkend="color-themes-gui"/>.</para>
