[gedit] docs - removed duplicate word-completion stub. wrote docs for session-saver plugin



commit dcc8ac320f0b6705eee258a704b6cb40c24c54f4
Author: Jim Campbell <jwcampbell gmail com>
Date:   Tue Nov 8 05:10:46 2011 -0600

    docs - removed duplicate word-completion stub. wrote docs for session-saver plugin

 help/C/gedit-plugins-session-saver.page        |   51 ++++++++++++++++++++++++
 help/C/gedit-plugins-session-saver.page.stub   |   31 --------------
 help/C/gedit-plugins-word-completion.page      |   23 ++++++-----
 help/C/gedit-plugins-word-completion.page.stub |   31 --------------
 4 files changed, 64 insertions(+), 72 deletions(-)
---
diff --git a/help/C/gedit-plugins-session-saver.page b/help/C/gedit-plugins-session-saver.page
new file mode 100644
index 0000000..5b03eeb
--- /dev/null
+++ b/help/C/gedit-plugins-session-saver.page
@@ -0,0 +1,51 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="gedit-plugins-session-saver">
+  <info>
+    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
+    <revision version="3.4" date="2011-11-07" status="draft"/>
+
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+
+    <desc>Save and restore your working sessions</desc>
+  </info>
+
+  <title>Session Saver</title>
+
+  <p>The <app>Session Saver</app> plugin saves groups of files 
+  together so that you can open them together at a later time. To enable the 
+  plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui>
+  <gui>Session Saver</gui></guiseq>.</p>
+
+  <steps>
+    <title>To save a new session:</title>
+      <item><p>Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui>Save 
+      current session</gui></guiseq>.</p></item> 
+      <item><p>Type a session name in the <gui>Save session</gui> dialog box.
+      </p></item>
+      <item><p>Click <gui>Save</gui>.</p></item>
+  </steps>
+  
+  <steps>
+    <title>To open an existing session:</title>
+      <item><p>Select <guiseq><gui>File</gui><gui>Saved Sessions</gui></guiseq>.
+      </p></item>
+      <item><p>Click the name of your desired session.</p></item>
+  </steps>
+  
+  <steps>
+    <title>To delete an existing session:</title>
+      <item><p>Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui>
+      Manage saved sessions</gui></guiseq>.</p></item>
+      <item><p>Select the name of the session that you want to delete.</p>
+      </item>
+      <item><p>Click <gui>Delete</gui>.</p></item>
+      <item><p>Click <gui>Close</gui>.</p>
+      <p>The session name will still be listed in your list of sessions until 
+      you close <app>gedit</app>.</p></item>
+  </steps>
+  
+</page>
diff --git a/help/C/gedit-plugins-word-completion.page b/help/C/gedit-plugins-word-completion.page
index 2d7f965..9ec3430 100644
--- a/help/C/gedit-plugins-word-completion.page
+++ b/help/C/gedit-plugins-word-completion.page
@@ -20,16 +20,19 @@
 
   <title>Word completion</title>
 
-  <comment>
-    <cite date="2011-08-27" href="mailto:ch3pjw bath ac uk">Paul Weaver</cite>
-    <p>This assumes the reader knows how to use gedit in general. By the end of
-    this page the reader will be able to use the word completion plugin whilst
-    editing text documents or code.</p>
-  </comment>
+  <p>The <app>Word Completion</app> plugin can speed up your editing by 
+  suggesting completions of words as you type. To enable the plugin, select 
+  <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Word 
+  Completion</gui></guiseq>.</p>
 
-  <p>The <app>Word Completion</app> plugin can speed up your editing by suggesting completions of words as you type. To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Word Completion</gui></guiseq>.</p>
+  <p>While editing, the <app>Word Completion</app> plugin will automatically 
+  display a pop-up list of words that begin with the letters you have already 
+  typed. Word suggestions are based upon words that appear elsewhere in your 
+  document and upon pre-defined keywords if your document is of a recognised 
+  format.</p>
 
-  <p>While editing, the <app>Word Completion</app> plugin will automatically display a pop-up list of words that begin with the letters you have already typed. Word suggestions are based upon words that appear elsewhere in your document and upon pre-defined keywords if your document is of a recognised format.</p>
-
-  <p>To insert a suggested word, double-click on it in the pop-up list or press <keyseq><key>Alt</key><key>Num</key></keyseq>, where <key>Num</key> is the number displayed next to your desired word.</p>
+  <p>To insert a suggested word, double-click on it in the pop-up list or 
+  press <keyseq><key>Alt</key><key>Num</key></keyseq>, where <key>Num</key> 
+  is the number displayed next to your desired word.</p>
+  
 </page>



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