[gedit] help: tabs: update, improve



commit dea41218c9029c35758504dd4bf92b18cad5645b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Mar 6 20:12:22 2020 +0100

    help: tabs: update, improve
    
    For the first modified paragraph: the active tab is no longer larger
    than the other tabs, all the tabs have the same length. I think the
    active tab is quite distinguishable from the others, with the different
    colors/style, no need to explain that part. By testing in the
    application, it's self-explanatory.
    
    The rest of the page is a shorter explanation of:
    gedit-create-new-file.page + gedit-close-file.page. Maybe that
    duplication should be removed. But in gedit-tabs.page there is in
    addition the Ctrl+Shift+W shortcut explained.

 help/C/gedit-tabs.page | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/help/C/gedit-tabs.page b/help/C/gedit-tabs.page
index 442120aaf..52e5d68bc 100644
--- a/help/C/gedit-tabs.page
+++ b/help/C/gedit-tabs.page
@@ -37,21 +37,21 @@
 
   <title>Add and remove tabs</title>
   <p>Working with tabs in <app>gedit</app> allows you to keep an eye on several
-  files in a single window. The tab that is larger than the other tabs indicates
-  the file that is currently open. The smaller tabs indicate other files that
-  are available to work on.</p>
+  files in a single window.</p>
 
   <section id="gedit-adding-tabs">
     <title>Adding tabs</title>
-    <p>To add a new tab, create a new file with <keyseq><key>Ctrl</key>
-    <key>T</key></keyseq>. The tab will be added to the right side of any other
-    tabs.</p>
+    <p>To add a new tab to create a new file, click the <gui>Create a new
+    document</gui> button on the left side of the header bar, or press
+    <keyseq><key>Ctrl</key><key>T</key></keyseq>. The tab will be added to the
+    right side of any other tabs.</p>
   </section>
 
   <section id="gedit-removing-tabs">
     <title>Removing tabs</title>
     <p>To remove a tab, click the <gui style="button">×</gui> on the tab's
-    right side. To remove all open tabs, press <keyseq><key>Ctrl</key>
+    right side, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To
+    remove all open tabs, press <keyseq><key>Ctrl</key>
     <key>Shift</key><key>W</key></keyseq>.</p>
   </section>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]