[gedit/help-pages] Docs: Add new steps to enable and use spell-check.



commit 41da9f425b9590a23fb5bc999d88dc03492135b4
Author: Sindhu S <sindhus live in>
Date:   Fri Mar 22 03:17:26 2013 -0400

    Docs: Add new steps to enable and use spell-check.
    
    Indent help.
    Add Sindhu S as page author.

 help/C/gedit-spellcheck.page |  105 ++++++++++++++++++++++++++++++++++++-----
 1 files changed, 92 insertions(+), 13 deletions(-)
---
diff --git a/help/C/gedit-spellcheck.page b/help/C/gedit-spellcheck.page
index 80bf500..bf35522 100644
--- a/help/C/gedit-spellcheck.page
+++ b/help/C/gedit-spellcheck.page
@@ -5,6 +5,7 @@
   <info>
     <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins" /> 
     <revision pkgversion="3.8" date="2013-02-24" status="review"/>
+    <revision pkgversion="3.8" date="2013-03-21" status="review"/>
     <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
@@ -13,32 +14,110 @@
       <name>Baptiste Mille-Mathias</name>
       <email>baptistem gnome org</email>
     </credit>
-    <desc>Enable and use gedit's spell-checking feature</desc>
+    <credit type="author">
+      <name>Sindhu S</name>
+      <email>sindhus live in</email>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+    </credit>
+    <desc>Enable and use spell-checking feature</desc>
   </info>
   
   <title>Spell-check your document</title>
   <section id="enable-spell-check">
     <title>Enable the spell checker</title>
-    <p>To enable the plugin, select <guiseq><gui style="menu">gedit</gui>
-    <gui style="menuitem">Preferences</gui><gui>Plugins</gui>
-    <gui>Spell Checker</gui></guiseq>.</p>
-
-    <p><app>gedit</app> will only check your document's spelling when you choose
-    <guiseq><gui>Tools</gui><gui>Check Spelling</gui></guiseq>. To have
-    <app>gedit</app> automatically check your spelling, select
-    <guiseq><gui>Tools</gui><gui>Highlight Misspelled Words</gui></guiseq>.</p>
+    <p>The Spell-check feature is provided as a plugin in <app>gedit</app> which
+    can be enabled as required. To enable the plugin:</p>
+
+    <steps>
+      <item>
+        <p>Select <guiseq><gui style="menu">gedit</gui>
+        <gui style="menuitem">Preferences</gui>
+        <gui style="tab">Plugins</gui></guiseq>.</p>
+      </item>
+      <item>
+        <p>Select <gui style="menuitem">Spell Checker</gui> to enable the
+        plugin.</p>
+      </item>
+    </steps>
+
+  </section>
+
+  <section id="spell-check">
+    <title>Spell-check your document</title>
+
+    <p>To check for misspelt words in your document:</p>
+
+    <steps>
+      <item>
+        <p>Select <guiseq><gui style="menu">Tools</gui>
+        <gui style="menuitem">Check Spelling</gui></guiseq>.</p>
+      </item>
+    </steps>
+
+    <note style="tip">
+      <p>To have <app>gedit</app> automatically highlight misspelt words in your
+      document as you type, select <guiseq><gui style="menu">Tools</gui><gui
+      style="menuitem">Highlight Misspelled Words</gui></guiseq>.</p>
+    </note>
+  </section>
+
+  <section id="use-spell-check">
+    <title>Using spell-check</title>
+
+    <p>You can choose the right substitution for misspelt words using the Check
+    Spelling dialog. The misspelt word being checked by the spell-checker is
+    displayed in bold style next to <gui>Misspelled word:</gui>.
+    You can choose from the following corrective actions:</p>
+
+    <list>
+      <item>
+        <p><gui style="input">Change to:</gui> allows you to input a word and
+        use <gui style="button">Check Word</gui> to check the validity of the
+        spelling.</p>
+      </item>
+      <item>
+        <p><gui style="menu">Suggestions:</gui> lists the available
+        substitutions for the word.</p>
+      </item>
+      <item>
+        <p><gui style="button">Ignore</gui> allows you to bypass spell check for
+        <em>a</em> instance of current word.</p>
+      </item>
+      <item>
+        <p><gui style="button">Ignore All</gui> allows you to bypass spell check
+        for <em>all</em> instances of the current word.</p>
+      </item>
+      <item>
+        <p><gui style="button">Change</gui> substitutes the misspelt or
+        unrecognized word with <em>a</em> chosen substitute from the
+        <gui style="menuitem">Suggestions:</gui> list.</p>
+      </item>
+      <item>
+        <p><gui style="button">Change all</gui> substitutes <em>all</em>
+        misspelt or unrecognized words with the chosen substitute from the
+        <gui style="menuitem">Suggestions:</gui> list.</p>
+      </item>
+      <item>
+        <p><gui style="button">Add word</gui> allows you to add the current word
+        to the <app>gedit</app> <gui>User dictionary</gui>. Adding custom words
+        to the <gui>User dictionary</gui> will allow <app>gedit</app> to
+        recognize the word in documents and thus will not be highlighted as a
+        misspelt word.</p>
+      </item>
+    </list>
+
   </section>
 
   <section id="define-spell-check-language">
     <title>Define the language to use for spell checking</title>
     <p>By default, <app>gedit</app> will use your current language to spell
     check your document. If you need to use another language, choose
-    <guiseq><gui>Tools</gui><gui>Set Languageā€¦</gui></guiseq>, then choose the
-    language you want to use.</p>
+    <guiseq><gui style="menu">Tools</gui><gui style="menuitem">Set
+    Languageā€¦</gui></guiseq>, then choose the language you want to use.</p>
     
   <note>
-    <p>The list of available languages will vary, depending on the
-    configuration of your system.</p>
+    <p>The list of available languages will vary, depending on the configuration
+    of your system.</p>
   </note>
   </section>
 


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