Git commit e9e92b49f274d0d0b9f2a58a0ad84bd418a00b2c by Yuri Chornoivan. Committed on 12/07/2021 at 18:44. Pushed by yurchor into branch 'master'.
Document new features, namely bound of the new tab to the current and insertion of new tabs next to the current M +2 -0 doc-extras/ChangeLog M +9 -4 doc/konfigurator.docbook M +2 -6 doc/user-interface.docbook https://invent.kde.org/utilities/krusader/commit/e9e92b49f274d0d0b9f2a58a0ad84bd418a00b2c diff --git a/doc-extras/ChangeLog b/doc-extras/ChangeLog index ec7602b6..e8359cf4 100644 --- a/doc-extras/ChangeLog +++ b/doc-extras/ChangeLog @@ -20,6 +20,8 @@ Date: 20xx-xx-xx ADDED: The new "Panel" page options "Expanding tabs", "Close tab by double click", "Show close tab buttons", "Show new tab button" are documented FIXED: Bug #435791 ADDED: Initial help in order to customize the embedded terminal of Krusader is documented + ADDED: Documented that now new tabs start in current folder + ADDED: Documented that new tabs can be inserted next to the current tab or at the end of the tab list 2.7.2 diff --git a/doc/konfigurator.docbook b/doc/konfigurator.docbook index c1270636..b5de88e4 100644 --- a/doc/konfigurator.docbook +++ b/doc/konfigurator.docbook @@ -244,6 +244,15 @@ <guilabel>Close tab by double click</guilabel>: If checked, &krusader; allows closing the <link linkend="folder-tabs">folder tabs</link> by double-clicking on them.</para> </listitem> + <listitem> + <para> + <guilabel>Insert tabs after current</guilabel>: If checked, + &krusader; inserts new tabs to the right of the current one instead of placing them into the end of the <link linkend="folder-tabs">Tab bar</link>.</para> + </listitem> + <listitem> + <para> + <guilabel>Tab Bar position</guilabel>: Lets you choose <link linkend="folder-tabs">Tab bar</link> position (<guimenuitem>Bottom</guimenuitem> or <guimenuitem>Top</guimenuitem>).</para> + </listitem> <listitem> <para> <guilabel>Show close tab buttons</guilabel>: If checked, @@ -254,10 +263,6 @@ <guilabel>Show new tab button</guilabel>: If checked, &krusader; displays new tab button on the <link linkend="folder-tabs">Tab bar</link>.</para> </listitem> - <listitem> - <para> - <guilabel>Tab Bar position</guilabel>: Lets you choose <link linkend="folder-tabs">Tab bar</link> position (<guimenuitem>Bottom</guimenuitem> or <guimenuitem>Top</guimenuitem>).</para> - </listitem> <listitem> <para> <guilabel>Show Tab Bar on single tab</guilabel>: If checked, diff --git a/doc/user-interface.docbook b/doc/user-interface.docbook index f5a8b0d4..c8642acf 100644 --- a/doc/user-interface.docbook +++ b/doc/user-interface.docbook @@ -742,7 +742,8 @@ <guimenuitem>Duplicate Current Tab</guimenuitem>, or use <keycombo action="simul"> &Ctrl;&Alt;&Shift; - <keycap>N</keycap></keycombo>.</para> + <keycap>N</keycap></keycombo>, + or click on the rightmost button on the Tab bar.</para> </listitem> <listitem> <para>To @@ -754,11 +755,6 @@ <keycombo action="simul">&Ctrl; <keycap>W</keycap></keycombo>.</para> </listitem> - <listitem> - <para>To - <action>create a "home" tab</action>: click on the - <guibutton>Home</guibutton> button.</para> - </listitem> <listitem> <para>To <action>change tabs</action>:
