[gedit] added a section to document how to create plugins.



commit bfc6df7c431c85c5236fb6307c2aca5aa5f6f706
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sun Dec 19 13:29:40 2010 -0600

    added a section to document how to create plugins.

 help/C/gedit-plugin-guide.page |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/help/C/gedit-plugin-guide.page b/help/C/gedit-plugin-guide.page
index 25770e4..10b2698 100644
--- a/help/C/gedit-plugin-guide.page
+++ b/help/C/gedit-plugin-guide.page
@@ -13,7 +13,7 @@
   </info>
 
   <title>Configure and use gedit Plugins</title>
-  <p>You can expand <app>gedit's</app> functionality, and do more with <app>gedit</app>, by using plugins. Several plugins are installed by default, but a large number of others are available separately.</p> 
+  <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>
 
   <section id="gedit-default-plugins">
@@ -24,4 +24,7 @@
 	<title>Additional gedit Plugins</title>
   </section>
 
+  <section id="gedit-create-plugins">
+	<title>Create your own gedit Plugins</title>
+  </section>
 </page>



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