[gedit] Tab Group feature documented, bug 698834



commit d5644fd09f6fe90e15c2c3d6d15dcac3c57d9550
Author: Radina Matic <radina matic gmail com>
Date:   Wed Jun 19 15:06:09 2013 -0400

    Tab Group feature documented, bug 698834

 help/C/gedit-shortcut-keys.page |   20 +++++++
 help/C/gedit-tab-groups.page    |  115 +++++++++++++++++++++++++++++++++++++++
 help/C/gedit-tabs-moving.page   |    8 +++
 help/C/gedit-tabs.page          |    7 +++
 help/Makefile.am                |    1 +
 5 files changed, 151 insertions(+), 0 deletions(-)
---
diff --git a/help/C/gedit-shortcut-keys.page b/help/C/gedit-shortcut-keys.page
index 9fe5ba4..da31f09 100644
--- a/help/C/gedit-shortcut-keys.page
+++ b/help/C/gedit-shortcut-keys.page
@@ -1,11 +1,14 @@
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:ui="http://projectmallard.org/experimental/ui/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="guide" style="tip"
       id="gedit-shortcut-keys">
 
   <info>
     <link type="guide" xref="index"/>
+    <revision pkgversion="3.8" date="2013-06-18" status="review"/>
     <revision pkgversion="3.10" date="2013-08-23" status="review"/>
+
     <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
@@ -26,6 +29,11 @@
       <name>Sindhu S</name>
       <email>sindhus live in</email>
     </credit>
+    <credit type="author copyright">
+      <name>Radina Matic</name>
+      <email its:translate="no">radina matic gmail com</email>
+      <years>2013</years>
+    </credit>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
@@ -87,6 +95,18 @@ Please skip this list for now. I'm not sure if it is needed.
           <td><p><keyseq><key>Alt</key><key>
          <var>n</var></key></keyseq></p></td>
         </tr>
+        <tr>
+          <td><p>New Tab Group</p></td>
+          <td><p><keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq></p></td>
+        </tr>
+        <tr>
+          <td><p>Previous Tab Group</p></td>
+          <td><p><keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page up</key></keyseq></p></td>
+        </tr>
+        <tr>
+          <td><p>Next Tab Group</p></td>
+          <td><p><keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page down</key></keyseq></p></td>
+        </tr>
       </tbody>
     </table>
 
diff --git a/help/C/gedit-tab-groups.page b/help/C/gedit-tab-groups.page
new file mode 100644
index 0000000..2f1796f
--- /dev/null
+++ b/help/C/gedit-tab-groups.page
@@ -0,0 +1,115 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic" style="task"
+      id="gedit-tab-groups">
+
+  <info>
+    <link type="guide" xref="index#gedit-working-with-files" group="last"/>
+    <link type="seealso" xref="gedit-tabs"/>
+    <link type="seealso" xref="gedit-tabs-moving"/>
+    <revision pkgversion="3.8" date="2013-06-19" status="draft"/>
+
+    <credit type="author copyright">
+      <name>Radina Matic</name>
+      <email its:translate="no">radina matic gmail com</email>
+      <years>2013</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+  </info>
+
+  <title>Organize files in grouped tabs</title>
+
+  <p>If you are working with multiple tabs in <app>gedit</app> you can group
+  them, making it easier to keep your opened files organized. Adding a new tab
+  group will divide the <app>gedit</app> window in two panes, open a new
+  "Untitled Document" in the new pane, and make it active. You can open files
+  into that tab group and move tabs from one tab group to another.</p>
+
+<section id="open-new-tab-group">
+  <title>Open a new tab group in the gedit window</title>
+
+  <p>To open a new tab group you can:</p>
+
+  <list>
+    <item>
+      <p>Go to <guiseq><gui>Documents</gui><gui>New Tab Group</gui></guiseq> in
+      the main menu.</p>
+    </item>
+    <item>
+      <p>Use the <keyseq><key>Ctrl</key><key>Alt</key><key>N</key></keyseq>
+      shortcut.</p>
+    </item>
+  </list>
+
+  <p>This action will divide the <app>gedit</app> window in two panes, and the
+  pane with the new tab group will be placed on the right of the active tab.
+  You can move the handle right or left assigning more or less space of
+  <app>gedit</app> window between panes according to your needs.</p>
+
+  <p>You can open as much tab groups in <app>gedit</app> window as your screen
+  allows, but you will have to move the handle in order to see them
+  correctly.</p>
+
+  <p>To close a tab group pane just close all the tabs that are opened inside
+  it.</p>
+
+</section>
+
+<section id="moving-through-tab-groups">
+  <title>Move through tab groups</title>
+
+  <p>To move forward (on the next) tab group:</p>
+
+  <list>
+    <item>
+      <p>Go to <guiseq><gui>Documents</gui><gui>Next Tab Group</gui></guiseq>
+      in the main menu.</p>
+    </item>
+    <item>
+      <p>Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page
+      down</key></keyseq> shortcut.</p>
+    </item>
+  </list>
+
+  <p>To move backward (on the previous) tab group:</p>
+
+  <list>
+    <item>
+      <p>Go to <guiseq><gui>Documents</gui><gui>Previous Tab
+      Group</gui></guiseq> in the main menu.</p>
+    </item>
+    <item>
+      <p>Use the <keyseq><key>Shift</key><key>Ctrl</key><key>Alt</key><key>Page
+      up</key></keyseq> shortcut.</p>
+    </item>
+  </list>
+
+</section>
+
+<section id="moving-tabs-among-groups">
+  <title>Move a tab to another tab group</title>
+
+  <p>If you want to move a tab from one tab group to another:</p>
+
+  <steps>
+    <item>
+      <p>Click and hold the mouse button on the tab.</p>
+    </item>
+    <item>
+      <p>Drag the tab to another tab group pane.</p>
+    </item>
+    <item>
+      <p>Place it beside other tabs in the tab group.</p>
+    </item>
+    <item>
+      <p>Release the mouse button.</p>
+    </item>
+  </steps>
+
+  <p>See the <link xref="gedit-shortcut-keys">tab-related shortcut keys</link>
+  table to make it easier to manage your tab groups.</p>
+
+</section>
+
+</page>
diff --git a/help/C/gedit-tabs-moving.page b/help/C/gedit-tabs-moving.page
index 378be79..3c86220 100644
--- a/help/C/gedit-tabs-moving.page
+++ b/help/C/gedit-tabs-moving.page
@@ -1,9 +1,12 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="topic" style="task"
       id="gedit-tabs-moving">
 
   <info>
     <link type="guide" xref="index#gedit-working-with-files" group="last"/>
+    <link type="seealso" xref="gedit-tabs"/>
+    <link type="seealso" xref="gedit-tab-groups"/>
     <revision pkgversion="3.8" date="2013-02-24" status="review"/>
     <credit type="author">
       <name>Jim Campbell</name>
@@ -17,6 +20,11 @@
       <name>Sindhu S</name>
       <email>sindhus live in</email>
     </credit>
+    <credit type="editor">
+      <name>Radina Matic</name>
+      <email its:translate="no">radina matic gmail com</email>
+      <years>2013</years>
+    </credit>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
diff --git a/help/C/gedit-tabs.page b/help/C/gedit-tabs.page
index 3e145f5..6b27327 100644
--- a/help/C/gedit-tabs.page
+++ b/help/C/gedit-tabs.page
@@ -1,10 +1,12 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="topic" style="task"
       id="gedit-tabs">
 
   <info>
     <link type="guide" xref="index#gedit-working-with-files" group="second"/>
     <link type="seealso" xref="gedit-tabs-moving"/>
+    <link type="seealso" xref="gedit-tab-groups"/>
     <revision pkgversion="3.8" date="2013-02-24" status="review"/>
     <credit type="author">
       <name>Jim Campbell</name>
@@ -18,6 +20,11 @@
       <name>Sindhu S</name>
       <email>sindhus live in</email>
     </credit>
+    <credit type="editor">
+      <name>Radina Matic</name>
+      <email its:translate="no">radina matic gmail com</email>
+      <years>2013</years>
+    </credit>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
diff --git a/help/Makefile.am b/help/Makefile.am
index 5b01ab7..306cc8c 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -46,6 +46,7 @@ HELP_FILES = \
        gedit-shortcut-keys.page \
        gedit-spellcheck.page \
        gedit-syntax-highlighting.page \
+       gedit-tab-groups.page \
        gedit-tabs-moving.page \
        gedit-tabs.page \
        gedit-undo-recent-action.page \


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