[gedit] updated the syntax highlighting page.



commit 91c5c48e8d3358d8d327896b8079f107951a5d9c
Author: Jim Campbell <jwcampbell gmail com>
Date:   Tue Oct 12 20:54:13 2010 -0500

    updated the syntax highlighting page.

 help/C/gedit-spellcheck.page          |   35 ++++++++++++++++++--------------
 help/C/gedit-syntax-highlighting.page |   23 +++++++++++++++++++++
 2 files changed, 43 insertions(+), 15 deletions(-)
---
diff --git a/help/C/gedit-spellcheck.page b/help/C/gedit-spellcheck.page
index 0e52893..43e2fe3 100644
--- a/help/C/gedit-spellcheck.page
+++ b/help/C/gedit-spellcheck.page
@@ -1,16 +1,21 @@
 <page xmlns="http://projectmallard.org/1.0/";
-      type="topic" style="task"
-      id="gedit-spellcheck">
-
-<info>
-  <link type="guide" xref="index#gedit-working-with-files"/>
-  <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
-  <credit type="author">
-    <name>Jim Campbell</name>
-    <email>jwcampbell gmail com</email>
-  </credit>
-</info>
-
-<title>*Use the spell-check feature</title>
-
-</page>
+  type="topic" style="task" id="gedit-spellcheck">
+  
+  <info>
+    <link type="guide" xref="index#gedit-working-with-files" /> <revision
+    pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete" />
+    <credit type="author">
+      <name>Jim Campbell</name> <email>jwcampbell gmail com</email>
+    </credit>
+  </info>
+  
+  <title>Use the spell-check feature</title>
+  <p>Enabling spell-check in <app>gedit</app> requires that you first enable the spell-check plugin. To
+  enable the plugin, click <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui></guiseq>, and
+  then select <gui>Spell Checker</gui>.</p>
+  
+  <note>
+    <p>To allow for spelling errors to be highlighted while you type, select
+    <guiseq><gui>Tools</gui><gui>Autocheck Spelling</gui></guiseq></p>
+  </note>
+</page>
\ No newline at end of file
diff --git a/help/C/gedit-syntax-highlighting.page b/help/C/gedit-syntax-highlighting.page
new file mode 100644
index 0000000..ab57c86
--- /dev/null
+++ b/help/C/gedit-syntax-highlighting.page
@@ -0,0 +1,23 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="gedit-syntax-highlighting">
+
+<info>
+  <link type="guide" xref="index#configure-gedit"/>
+  <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
+  <credit type="author">
+    <name>Jim Campbell</name>
+    <email>jwcampbell gmail com</email>
+  </credit>
+</info>
+
+<title>Turn on syntax highlighting</title>
+
+<section id="gedit-syntax-highlighting-section">
+    <title>Syntax Highlighting</title>
+<p>gedit includes syntax highlighting for a wide range of markup, programming, and scientific languages.  If gedit recognizes the syntax being used when you open a file, it will provide appropriate syntax highlighting without requiring any intervention.</p>
+
+<p>If your syntax is not highlighted upon startup, you can select the appropriate syntax or language by clicking <guiseq><gui>View</gui><gui>Highlight Mode</gui></guiseq>, and then choosing the desired syntax.</p>
+</section>
+
+</page>



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