[gedit] Starting to place help documents in order within each section. Minor content updates and corrections



commit 1e25e794f5be7b2a36224e5a8e93adcabbb8c6db
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sun Mar 13 22:37:15 2011 -0500

    Starting to place help documents in order within each section. Minor content updates and corrections to index.page and undo-recent-actions.

 help/C/gedit-create-new-file.page    |    4 ++--
 help/C/gedit-open-files.page         |    3 ++-
 help/C/gedit-open-recent.page        |    2 +-
 help/C/gedit-quickstart.page         |    2 +-
 help/C/gedit-undo-recent-action.page |   10 ++++++++--
 help/C/index.page                    |    4 ++--
 6 files changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/help/C/gedit-create-new-file.page b/help/C/gedit-create-new-file.page
index 08fce09..89275fa 100644
--- a/help/C/gedit-create-new-file.page
+++ b/help/C/gedit-create-new-file.page
@@ -1,9 +1,9 @@
 <page xmlns="http://projectmallard.org/1.0/";
-      type="topic" style="task"
+      type="topic" style="task" 
       id="gedit-create-new-file">
 
   <info>
-    <link type="guide" xref="index#gedit-working-with-files"/>
+    <link type="guide" xref="index#gedit-working-with-files" group="first"/>
     <revision pkgversion="3.0" version="0.5" date="2011-03-12" status="draft"/>
     <credit type="author">
       <name>Jim Campbell</name>
diff --git a/help/C/gedit-open-files.page b/help/C/gedit-open-files.page
index a217e6f..beb8b77 100644
--- a/help/C/gedit-open-files.page
+++ b/help/C/gedit-open-files.page
@@ -3,9 +3,10 @@
       id="gedit-open-files">
 
   <info>
-    <link type="guide" xref="index#gedit-working-with-files"/>
+    <link type="guide" xref="index#gedit-working-with-files" group="second"/>
     <link type="seealso" xref="gedit-open-on-server"/>
     <link type="seealso" xref="gedit-close-file"/>
+    <link type="seealso" xref="gedit-open-recent"/>
     <link type="seealso" xref="gedit-quickstart"/>
     <revision pkgversion="3.0" version="0.5" date="2011-03-12" status="draft"/>
     <credit type="author">
diff --git a/help/C/gedit-open-recent.page b/help/C/gedit-open-recent.page
index 2899886..17e4b96 100644
--- a/help/C/gedit-open-recent.page
+++ b/help/C/gedit-open-recent.page
@@ -1,6 +1,6 @@
 <page xmlns="http://projectmallard.org/1.0/";
       type="topic" style="task"
-      id="gedit-reopen-recent">
+      id="gedit-open-recent">
 
   <info>
     <link type="guide" xref="index#gedit-working-with-files"/>
diff --git a/help/C/gedit-quickstart.page b/help/C/gedit-quickstart.page
index 2d877ef..13f29a6 100644
--- a/help/C/gedit-quickstart.page
+++ b/help/C/gedit-quickstart.page
@@ -14,7 +14,7 @@
   </info>
 
   <title>Get started with gedit</title>
-  <p><app>gedit</app> is a full-featured text editor for the GNOME desktop environment.  You can use it to prepare simple notes and documents or you can use some of its advanced features, making it your own software development environment.</p>
+  <p><app>gedit</app> is a full-featured text editor for the GNOME desktop environment.  You can use it to prepare simple notes and documents, or you can use some of its advanced features, making it your own software development environment.</p>
 
   <media type="image" mime="image/png" src="figures/gedit3-screenshot.png"/>
 
diff --git a/help/C/gedit-undo-recent-action.page b/help/C/gedit-undo-recent-action.page
index fb9ddde..1c2eb6c 100644
--- a/help/C/gedit-undo-recent-action.page
+++ b/help/C/gedit-undo-recent-action.page
@@ -15,6 +15,10 @@
       <name>Daniel Neel</name>
       <email>dneelyep gmail com</email>
     </credit>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
   </info>
 
   <title>Undo a recent action</title>
@@ -22,8 +26,10 @@
   <!-- TODO: Maybe include a note about how gedit undoes sequences of "similar" actions, rather than every individual keystroke? For example, whole words are deleted rather than letters.
 I think we should also include a note about how many "undo's" you can do, and that you can't
 undo something once you've saved the file.-->
-  <p>Undoing actions in <app>gedit</app> allows you to recover from mistakes. To undo an action, press the key sequence <keyseq><key>Ctrl</key><key>Z</key></keyseq>, or click <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq>.</p>
+  <p>We all make mistakes. Even <app>gedit</app> users make mistakes. Fortunately, <app>gedit</app> can help you recover from mistakes. To undo an action in <app>gedit</app>, press <keyseq><key>Ctrl</key><key>Z</key></keyseq>, or click <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq>.</p>
+
+  <p><app>gedit</app> will undo one action every time you press <keyseq><key>Ctrl</key><key>Z</key></keyseq> or select <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq> is pressed.</p>
 
-  <p><app>gedit</app> will undo one action every time <keyseq><key>Ctrl</key><key>Z</key></keyseq> or <guiseq><gui>Edit</gui><gui>Undo</gui></guiseq> is pressed, so you can undo multiple actions by repeating these sequences multiple times in a row.</p>
+  <note style="warning"><p>Be careful. If you make a mistake outside of <app>gedit</app> (e.g., If you say something mean to your friend) <app>gedit</app> will not be able to help you undo that mistake.</p></note>
 
 </page>
diff --git a/help/C/index.page b/help/C/index.page
index 8ec17f2..8878933 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -23,11 +23,11 @@
     </media>
     gedit Text Editor
   </title>
-  <p>Welcome to the <app>gedit</app> help guide. For a quick introduction into both <app>gedit's</app> most basic features, as well as some advanced keyboard shortcuts, see the <link xref="gedit-quickstart">Get started</link> and <link xref="gedit-shortcut-keys">Shortcut keys</link> pages.</p>
+  <p>Welcome to the <app>gedit</app> help guide. For a quick introduction into both <app>gedit's</app> most basic features, as well as some advanced keyboard shortcuts, see the <link xref="gedit-quickstart">Get started with gedit</link> and <link xref="gedit-shortcut-keys">Shortcut keys</link> pages.</p>
 
   <p>Other help topics are grouped together into sections below.  Enjoy using <app>gedit</app>!</p>
 
-  <section id="gedit-working-with-files" style="2column">
+  <section id="gedit-working-with-files" style="2column" groups="first second third fourth fifth sixth">
     <title>Working With Files</title>
   </section>
 



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