[gedit] docs - drafted the quick-open plugin docs. removed useless doc file. modified Makefile.am



commit 0ec81c06dae5656d09142fecbfca27187500a85f
Author: Jim Campbell <jwcampbell gmail com>
Date:   Mon Nov 7 06:56:26 2011 -0600

    docs - drafted the quick-open plugin docs. removed useless doc file. modified Makefile.am

 help/C/gedit-plugins-quick-open           |   18 ------------
 help/C/gedit-plugins-quick-open.page      |   43 +++++++++++++++++++++++++++++
 help/C/gedit-plugins-quick-open.page.stub |   31 ---------------------
 help/Makefile.am                          |    9 ++++++
 4 files changed, 52 insertions(+), 49 deletions(-)
---
diff --git a/help/C/gedit-plugins-quick-open.page b/help/C/gedit-plugins-quick-open.page
new file mode 100644
index 0000000..e00d87e
--- /dev/null
+++ b/help/C/gedit-plugins-quick-open.page
@@ -0,0 +1,43 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="gedit-plugins-quick-open">
+  <info>
+    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
+    <revision version="3.4" date="2011-11-07" status="candidate"/>
+
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+
+    <desc>Quickly open a file or set of files</desc>
+  </info>
+
+  <title>Quick open</title>
+
+    <p>As the name of this plugin would imply, the <app>Quick Open</app> 
+    plugin helps you to open files more quickly than the regular way of opening 
+    files. To enable this plugin, select <guiseq><gui>Edit</gui><gui>
+    Preferences</gui><gui>Plugins</gui><gui>Quick Open</gui></guiseq>.</p>
+    
+    <p>Once you've enabled it, here is how to use the plugin:</p>
+    
+    <steps>
+      <item><p>Open the <app>Quick Open</app> dialog by pressing <keyseq><key>
+      Ctrl</key><key>Alt</key><key>O</key></keyseq>, or by selecting <guiseq>
+      <gui>File</gui><gui>Quick Open</gui></guiseq>.</p>
+      <p>The <gui>Quick Open</gui> file dialog will appear.</p></item>
+      <item><p>Use your mouse to select the file or files that you want to open.
+      </p>
+      <p>To select several individual files, hold down your <key>Ctrl</key> key
+      while you click on the files that you want to open.</p>
+      <p>To select a group of files, click on the first file that you want to 
+      open, hold down the <key>Shift</key> key, and then click on the last file 
+      in the list that you want to open.</p></item>
+      <item><p>Click <gui>Open</gui>.</p></item>
+    </steps>
+    
+    <note style="tip"><p>The <app>Quick Open</app> plugin will only display 
+    files that you have previously opened.</p></note>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 1dbe6b7..94a2e83 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -22,19 +22,28 @@ DOC_PAGES = \
 	gedit-open-on-server.page \
 	gedit-open-recent.page \
 	gedit-plugin-guide.page \
+	gedit-plugins-bookmarks.page \
 	gedit-plugins-bracket-comp.page \
 	gedit-plugins-change-case.page \
+	gedit-plugins-character-map.page \
+	gedit-plugins-code-comment.page \
+	gedit-plugins-color-picker.page \
+	gedit-plugins-commander.page \
 	gedit-plugins-doc-stats.page \
+	gedit-plugins-draw-spaces.page \
 	gedit-plugins-external-tools.page \
 	gedit-plugins-file-browser.page \
 	gedit-plugins-insert-date-time.page \
 	gedit-plugins-install.page \
 	gedit-plugins-modelines.page \
+	gedit-plugins-multi-edit.page \
 	gedit-plugins-pyconsole.page \
+	gedit-plugins-quick-open.page \
 	gedit-plugins-snippets.page \
 	gedit-plugins-sort.page \
 	gedit-plugins-tag-list.page \
 	gedit-plugins-terminal.page \
+	gedit-plugins-word-completion.page \
 	gedit-printing.page \
 	gedit-quickstart.page \
 	gedit-replace.page \



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