[gedit] Added draft content to the Change Case plugin page. Minor phrasing change to gedit-plugins-guide pag



commit 71dd25c66c3ee8d74b58231ac33aa71b9c6009d5
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sat Feb 12 18:17:06 2011 -0600

    Added draft content to the Change Case plugin page. Minor phrasing change to gedit-plugins-guide page.

 help/C/gedit-plugin-guide.page        |    2 +-
 help/C/gedit-plugins-change-case.page |   15 +++++++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/help/C/gedit-plugin-guide.page b/help/C/gedit-plugin-guide.page
index f14e4e1..2e3e3ca 100644
--- a/help/C/gedit-plugin-guide.page
+++ b/help/C/gedit-plugin-guide.page
@@ -14,7 +14,7 @@
 
   <title>Configure and use gedit Plugins</title>
   <p>You can do more with <app>gedit</app> by using plugins. Several plugins are installed by default, but a large number of other plugins are available separately.</p> 
-  <p>Many Linux distributions make a group of these plugins available as a <app>gedit-plugins</app> package.  Install the <app>gedit-plugins</app> package to make these plugins available to <app>gedit</app>.</p>
+  <p>Many Linux distributions make a group of these plugins available as a <app>gedit-plugins</app> package.  Install the <app>gedit-plugins</app> package to make these extra plugins available to <app>gedit</app>.</p>
 
   <section id="gedit-default-plugins" style="2column">
 	<title>Default gedit Plugins</title>
diff --git a/help/C/gedit-plugins-change-case.page b/help/C/gedit-plugins-change-case.page
index 7831b68..677bc92 100644
--- a/help/C/gedit-plugins-change-case.page
+++ b/help/C/gedit-plugins-change-case.page
@@ -4,14 +4,25 @@
 
 <info>
   <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
-  <desc>*Changes the case of selected text.</desc>
+  <desc>Changes the case of selected text.</desc>
   <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>*Change case</title>
+<title>Change case</title>
+
+<p>This plugin helps you to change the case of selected chunks of text. You can use it to change portions of text to be all lower case, all upper case, invert case, or title case.  To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Change Case</gui></guiseq>.</p>
+
+<p>Once the <em>Change Case</em> plugin is enabled, you can use it by highlighting a portion of text, and then selecting <guiseq><gui>Edit</gui><gui>Change Case</gui></guiseq>, and then choosing your desired text-formatting option. The updates to the text formatting will take place immediately.</p>
+
+<note><p>If you have not highlighted any text, the <em>Change Case</em> feature will be grayed-out. You need to select a portion of text prior to using the <em>Change Case</em> feature.</p></note>
 
 </page>



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