[gedit] Fix error in word completion content creation patch, actually add content



commit 220828b42a518d6eb9f0b71898afd0b6966fcfaf
Author: Paul Weaver <ch3pjw bath ac uk>
Date:   Wed Sep 7 15:30:03 2011 +0100

    Fix error in word completion content creation patch, actually add content
    
    This patch actually adds content for the word completion plugin documentation
    that should have been added in a previous patch.
    
    Signed-off-by: Jim Campbell <jwcampbell gmail com>

 help/C/gedit-plugins-word-completion.page |   35 +++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)
---
diff --git a/help/C/gedit-plugins-word-completion.page b/help/C/gedit-plugins-word-completion.page
new file mode 100644
index 0000000..2d7f965
--- /dev/null
+++ b/help/C/gedit-plugins-word-completion.page
@@ -0,0 +1,35 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="gedit-plugins-word-completion">
+  <info>
+    <revision version="0.2" date="2011-08-27" status="draft"/>
+    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
+
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+    
+    <credit type="author">
+      <name>Paul Weaver</name>
+      <email>ch3pjw bath ac uk</email>
+    </credit>
+
+    <desc>Autocomplete words or portions of code as you type</desc>
+  </info>
+
+  <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>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>
+</page>



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