[gedit] added new section for snippets, added several plugin pages. still stubbing-out the content



commit 4d52df2472ea7002c3c3511999190fcd17f5ce70
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sun Jul 18 15:08:05 2010 -0500

    added new section for snippets, added several plugin pages. still stubbing-out the content

 help/C/gedit-plugin-guide.page      |   13 +++++++++++--
 help/C/gedit-plugins-install.page   |    8 ++++++++
 help/C/gedit-plugins-pyconsole.page |    8 ++++++++
 help/C/gedit-plugins-terminal.page  |    8 ++++++++
 help/C/gedit-spellcheck.page        |    8 ++++++++
 help/C/index.page                   |    8 ++++++--
 help/C/notes/gedit-wiki-notes       |   12 ++++++------
 7 files changed, 55 insertions(+), 10 deletions(-)
---
diff --git a/help/C/gedit-plugin-guide.page b/help/C/gedit-plugin-guide.page
index 7db1e41..9faa164 100644
--- a/help/C/gedit-plugin-guide.page
+++ b/help/C/gedit-plugin-guide.page
@@ -4,5 +4,14 @@
 <info>
   <link type="guide" xref="index#gedit-plugins"/>
 </info>
-<title>Use and configure gedit plugins</title>
-</page>
\ No newline at end of file
+<title>Use and Configure gedit Plugins</title>
+
+  <section id="gedit-default-plugins">
+	<title>Default gedit Plugins</title>
+  </section>
+
+  <section id="gedit-additional-plugins">
+	<title>Additional gedit Plugins</title>
+  </section>
+
+</page>
diff --git a/help/C/gedit-plugins-install.page b/help/C/gedit-plugins-install.page
new file mode 100644
index 0000000..a897e0d
--- /dev/null
+++ b/help/C/gedit-plugins-install.page
@@ -0,0 +1,8 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="gedit-plugins-install">
+<info>
+  <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
+</info>
+<title>Install Additional gedit Plugins</title>
+</page>
diff --git a/help/C/gedit-plugins-pyconsole.page b/help/C/gedit-plugins-pyconsole.page
new file mode 100644
index 0000000..058cbca
--- /dev/null
+++ b/help/C/gedit-plugins-pyconsole.page
@@ -0,0 +1,8 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="gedit-plugins-pyconsole">
+<info>
+  <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
+</info>
+<title>Add a Python Console</title>
+</page>
diff --git a/help/C/gedit-plugins-terminal.page b/help/C/gedit-plugins-terminal.page
new file mode 100644
index 0000000..4ba66b4
--- /dev/null
+++ b/help/C/gedit-plugins-terminal.page
@@ -0,0 +1,8 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="gedit-plugins-terminal">
+<info>
+  <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
+</info>
+<title>Add a Terminal</title>
+</page>
diff --git a/help/C/gedit-spellcheck.page b/help/C/gedit-spellcheck.page
new file mode 100644
index 0000000..5da3223
--- /dev/null
+++ b/help/C/gedit-spellcheck.page
@@ -0,0 +1,8 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="gedit-spellcheck">
+<info>
+  <link type="guide" xref="index#gedit-working-with-files"/>
+</info>
+<title>Use the Spellcheck Feature in gedit</title>
+</page>
diff --git a/help/C/index.page b/help/C/index.page
index f3b20d0..02790e3 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -1,4 +1,4 @@
-<page xmlns="http://projectmallard.org/1.0/";
+<page xmlns="http://projectmallard.org/1.0/";
       xmlns:e="http://projectmallard.org/experimental/";
       type="guide"
       id="index">
@@ -39,7 +39,11 @@
   </section>
   
   <section id="gedit-plugins" style="2column">
-    <title>gedit plugins</title>
+    <title>gedit Plugins</title>
+  </section>
+
+  <section id="gedit-snippets" style="2column">
+    <title>gedit Snippets</title>
   </section>
 
   <section id="gedit-other" style="2column">
diff --git a/help/C/notes/gedit-wiki-notes b/help/C/notes/gedit-wiki-notes
index 160f9a1..709914c 100644
--- a/help/C/notes/gedit-wiki-notes
+++ b/help/C/notes/gedit-wiki-notes
@@ -23,12 +23,12 @@ Suggestions, please...
     * Programming with Gedit
 #    * Preferences
     * Plugins
-          o Snippets 
+#          o Snippets  (created section - need much better docs for this area, though.  neat feature - needs to be well-documented.
 
 TOPIC BRAIN DUMP
 # - Opening / Closing files
-Open a file that is located on a server
-Adding / removing tabs
+# Open a file that is located on a server
+# Adding / removing tabs
 - Move document to another tab
 # Printing / print preview
 Save File
@@ -45,10 +45,10 @@ Insert date/time
 # Customize the Toolbar
 # Insert a Sidebar
 
-View the terminal 
+# View the terminal 
 Include a python console
-check spelling
-autocheck spelling
+# check spelling
+# autocheck spelling
 set language
 open multiple files from the command line
 shift between open documents (incl. advanced - alt1 alt2)



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