[gedit] added image used when adding a new external-tool script, and drafted initial parts of the plugins-ex



commit dec7e988c2645bb1be5bbc284d9d44a073583e6e
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sun Feb 13 12:00:17 2011 -0600

    added image used when adding a new external-tool script, and drafted initial parts of the plugins-external-tools page

 help/C/figures/gedit-new-external-tool.png |  Bin 0 -> 1245 bytes
 help/C/gedit-plugins-external-tools.page   |   19 +++++++++++++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/help/C/figures/gedit-new-external-tool.png b/help/C/figures/gedit-new-external-tool.png
new file mode 100644
index 0000000..565a15c
Binary files /dev/null and b/help/C/figures/gedit-new-external-tool.png differ
diff --git a/help/C/gedit-plugins-external-tools.page b/help/C/gedit-plugins-external-tools.page
index dcb522f..23a1164 100644
--- a/help/C/gedit-plugins-external-tools.page
+++ b/help/C/gedit-plugins-external-tools.page
@@ -4,15 +4,30 @@
 
 <info>
   <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
-  <desc>*Execute external commands and shell scripts.</desc>
+  <desc>Execute external commands and shell scripts.</desc>
   <revision pkgversion="3.0" version="0.1" date="2010-12-5" status="stub"/>
+  <revision pkgversion="3.0" version="0.2" date="2011-02-13" status="draft"/>
   <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>
   <!--INFOAT: http://live.gnome.org/Gedit/ToolLauncherPlugin-->
 </info>
 
-<title>*External tools</title>
+<title>External tools</title>
+
+  <p>The <em>External Tools</em> plugin can help simplify repetitive tasks. Specifically, it extends <app>gedit</app> by helping you to run scripts on your working files, and by allowing <app>gedit</app> to interact with other programs on your computer. To enable the <app>External Tools</app> plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins</gui><gui>External Tools</gui></guiseq>.</p>
+
+  <note style="caution"><p>This plugin is for advanced users, and requires knowledge of scripting to be used effectively. Use this plugin with care, as mistakes with your scripts can affect your work in unintended ways.</p></note>
+
+  <section id="plugin-config-external-tools">
+    <title>Configure the external tools plugin</title>
+
+  <p>Once you have enabled the plugin, you will need to configure it to suit your needs. The configuration options are available by selecting <guiseq><gui>Tools</gui><gui>Manage External Tools</gui></guiseq>.</p>
+  </section>
 
 </page>



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