[gedit] completed solid draft of plugins-sort page



commit a3eb61e02e60cf033115bd60dd29d4e8b4784236
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sat Mar 5 05:34:08 2011 -0600

    completed solid draft of plugins-sort page

 help/C/gedit-plugins-sort.page  |   21 +++++++++++----------
 help/C/gedit-plugins-sort.page~ |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 10 deletions(-)
---
diff --git a/help/C/gedit-plugins-sort.page b/help/C/gedit-plugins-sort.page
index 9ccb575..7d8a77f 100644
--- a/help/C/gedit-plugins-sort.page
+++ b/help/C/gedit-plugins-sort.page
@@ -4,7 +4,7 @@
 
 <info>
   <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
-  <revision pkgversion="3.0" version="0.1" date="2010-12-5" status="stub"/>
+  <revision pkgversion="3.0" version="0.9" date="2010-12-5" status="draft"/>
   <credit type="author">
     <name>Daniel Neel</name>
     <email>dneelyep gmail com</email>
@@ -21,14 +21,15 @@
 
 <note style="warning"><p>You cannot undo the Sort operation, so you should save the file before performing the sort. To revert to the saved version of the file after the sort operation, choose <guiseq><gui>File</gui><gui>Revert</gui></guiseq>.</p></note>
 
-<p>To use the Sort plugin, perform the following steps:
-Select the lines of text you want to sort.
-Choose Edit â?¸ Sort. The Sort dialog opens.
-Choose the options you want for the sort:
-To arrange the text in reverse order, select Reverse order.
-To delete duplicate lines, select Remove duplicates.
-To ignore case sensitivity, select Ignore case.
-To have the sort ignore the characters at the start of the lines, set the first character that should be used for sorting in the Start at column spin box.
-To perform the sort operation, click Sort.</p>     				
+<p>To use the <app>Sort</app> plugin, select the lines of text you want to sort, and then <guiseq><gui>Edit</gui><gui>Sort</gui></guiseq>.</p>
+
+<p>The Sort dialog will open, and you will can choose between several sorting options:</p>
+<list>
+<item><p><em>Reverse order</em> will arrange the text in reverse alphabetical order.</p></item>
+<item><p><em>Remove duplicates</em> will remove duplicate values from the list.</p></item>
+<item><p><em>Ignore case</em> will ignore case sensitivity.</p></item>
+<item><p>To have the sort ignore the characters at the start of the lines, set the first character that should be used for sorting in the <em>Start at</em> column spin box.</p></item>
+</list>
+<p>To perform the sort operation, click <gui>Sort</gui>.</p>     				
 
 </page>
diff --git a/help/C/gedit-plugins-sort.page~ b/help/C/gedit-plugins-sort.page~
new file mode 100644
index 0000000..6e35279
--- /dev/null
+++ b/help/C/gedit-plugins-sort.page~
@@ -0,0 +1,35 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="gedit-plugins-sort">
+
+<info>
+  <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
+  <revision pkgversion="3.0" version="0.1" date="2010-12-5" status="stub"/>
+  <credit type="author">
+    <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>Sort text into alphabetical order</title>
+
+<p>The Sort plugin arranges selected lines of text into alphabetical order.</p>
+
+<note style="warning"><p>You cannot undo the Sort operation, so you should save the file before performing the sort. To revert to the saved version of the file after the sort operation, choose <guiseq><gui>File</gui><gui>Revert</gui></guiseq>.</p></note>
+
+<p>To use the <app>Sort</app> plugin, select the lines of text you want to sort, and then <guiseq><gui>Edit</gui><gui>Sort</gui></guiseq>.</p>
+
+<p>The Sort dialog will open, and you will can choose between several sorting options:</p>
+<list>
+<item><p><em>Reverse order</em> will arrange the text in reverse alphabetical order.</p></item>
+<item><p><em>Remove duplicates</em> will remove duplicate values from the list.</p></item>
+<item><p><em>Ignore case</em> will ignore case sensitivity.</p></item>
+<item><p>To have the sort ignore the characters at the start of the lines, set the first character that should be used for sorting in the <em>Start at</em> column spin box.</p></item>
+</list>
+<p>To perform the sort operation, click <gui>Sort</gui>.</p>     				
+
+</page>



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