[gedit] reworked file-browser plugin help. minor typo-related edits to other help.



commit 913c0e25559b555b8d8c31ca6230455eace62209
Author: Jim Campbell <jwcampbell gmail com>
Date:   Wed Mar 23 13:44:40 2011 -0500

    reworked file-browser plugin help. minor typo-related edits to other help.

 help/C/gedit-plugin-guide.page             |    6 ++++--
 help/C/gedit-plugins-file-browser.page     |   13 +++++--------
 help/C/gedit-plugins-insert-date-time.page |    2 +-
 help/C/gedit-plugins-sort.page             |    2 +-
 4 files changed, 11 insertions(+), 12 deletions(-)
---
diff --git a/help/C/gedit-plugin-guide.page b/help/C/gedit-plugin-guide.page
index ef46025..090dc88 100644
--- a/help/C/gedit-plugin-guide.page
+++ b/help/C/gedit-plugin-guide.page
@@ -1,5 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
-      type="guide" style="guide"
+      type="guide" style="task"
       id="gedit-plugin-guide">
 
   <info>
@@ -20,11 +20,13 @@
 	<title>Default gedit Plugins</title>
   </section>
 
-  <section id="gedit-additional-plugins">
+  <section id="gedit-additional-plugins" style="2column">
 	<title>Additional gedit Plugins</title>
   </section>
 
+<!-- TODO document how to create gedit plugins 
   <section id="gedit-create-plugins">
 	<title>Create your own gedit Plugins</title>
   </section>
+-->
 </page>
diff --git a/help/C/gedit-plugins-file-browser.page b/help/C/gedit-plugins-file-browser.page
index 93eb04f..87de8d5 100644
--- a/help/C/gedit-plugins-file-browser.page
+++ b/help/C/gedit-plugins-file-browser.page
@@ -15,19 +15,16 @@
   </credit>
 </info>
 
-<title>Use the side panel to browse and open files</title>
+<title>Use the side pane to browse and open files</title>
 
-  <p>If you find that you need to frequently open files while using <app>gedit</app>, you may find it helpful to use the <app>File Browser Panel</app> plugin. This plugin embeds a Gnome file browser in the side panel.</p>
-  <p>To use this plugin, you will need to do three things:
-
-
-
-select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>File Browser Panel</gui></guiseq>. To activate the side panel, select <guiseq><gui>View</gui><gui>Side Panel</gui></guiseq>, or just press<key>F9</key></p>.
+  <p>Depending on how your use <app>gedit</app>, you may find it helpful to use the <app>File Browser pane</app> plugin. This plugin embeds a <app>file browser</app> in the side pane, giving you easy access to your frequently-used files.</p>
+  
+  <p>You can enable the <gui>Side Pane</gui> by selecting <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>File Browser Pane</gui></guiseq>.</p>
 
   <section id="sidepane-open">
     <title>Opening files from the side pane</title>
     <p>
-      To open files from the <app>side pane</app>, first open the <app>side pane</app> by selecting <guiseq><gui>View</gui><gui>Side Pane</gui></guiseq>, then click on the <gui>file-browser</gui> icon at the bottom of the pane.
+      To activate and use the <gui>side pane</gui>, select <guiseq><gui>View</gui><gui>Side pane</gui></guiseq> (or just press<key>F9</key>), and then click on the <gui>file-browser</gui> icon at the bottom of the pane.
     </p>
 
     <p>
diff --git a/help/C/gedit-plugins-insert-date-time.page b/help/C/gedit-plugins-insert-date-time.page
index 388d470..b7043a2 100644
--- a/help/C/gedit-plugins-insert-date-time.page
+++ b/help/C/gedit-plugins-insert-date-time.page
@@ -21,6 +21,6 @@
 
 <p>As this name of this plugin suggests, the <gui>Insert Date/Time</gui> plugin allows you to insert the date and/or time at the current cursor position. To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Insert Date/Time</gui></guiseq>.  To use the plugin, press <guiseq><gui>Edit</gui><gui>Insert Date and Time</gui></guiseq>.</p>
 
-<p>By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose your preferred date/time format each time that you use the plugin. However, you can choose your own default date and time format by selecting <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Insert Date/Time</gui><gui>Configure</gui></guiseq></p>. 
+<p>By default, the <gui>Insert Date/Time</gui> plugin will prompt you to choose your preferred date/time format each time that you use the plugin. However, you can choose your own default date and time format by selecting <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Insert Date/Time</gui><gui>Configure</gui></guiseq>.</p>
 
 </page>
diff --git a/help/C/gedit-plugins-sort.page b/help/C/gedit-plugins-sort.page
index c1a4bda..18cd95f 100644
--- a/help/C/gedit-plugins-sort.page
+++ b/help/C/gedit-plugins-sort.page
@@ -19,7 +19,7 @@
 
 <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>
+<note style="warning"><p>You cannot use the <gui>Undo</gui> feature to correct a <gui>Sort</gui> operation, so we recommend that you save the file immediately before performing the sort. If you make a mistake with the sort, you can revert to the previously-saved version of the file by selecting <guiseq><gui>File</gui><gui>Revert</gui></guiseq>.</p></note>
 
 <p>To enable the <app>Sort</app> plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>Sort</gui></guiseq>.</p>
 



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