[gedit] Wrote the help file for the bookmarks plugin. Converted to page from stub.



commit b9e2b5ae124c74b0d2f9be5c35c974f0f1722487
Author: Jim Campbell <jwcampbell gmail com>
Date:   Fri Oct 14 21:37:48 2011 -0500

    Wrote the help file for the bookmarks plugin. Converted to page from stub.

 help/C/gedit-plugins-bookmarks.page      |   48 ++++++++++++++++++++++++++++++
 help/C/gedit-plugins-bookmarks.page.stub |   31 -------------------
 2 files changed, 48 insertions(+), 31 deletions(-)
---
diff --git a/help/C/gedit-plugins-bookmarks.page b/help/C/gedit-plugins-bookmarks.page
new file mode 100644
index 0000000..f5906c9
--- /dev/null
+++ b/help/C/gedit-plugins-bookmarks.page
@@ -0,0 +1,48 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="gedit-plugins-bookmarks">
+  <info>
+    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
+    <revision version="3.4" date="2011-10-14" status="review"/>
+
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+
+    <desc>Record commonly-referenced locations with bookmarks</desc>
+  </info>
+
+  <title>Bookmarks</title>
+
+  <p>Gedit bookmarks allow you to highlight important lines of text within your 
+  document or program, making them easier to find. You can also move up or 
+  down between bookmarks, making document navigation a bit faster.</p>
+
+  <p>To enable the bookmark plugin, select <guiseq><gui>Edit</gui><gui>
+  Preferences</gui><gui>Plugins</gui><gui>Bookmarks</gui></guiseq>.</p>
+
+  <steps>
+    <title>Bookmarks are inserted and removed by completing the same action. To 
+    insert or remove bookmarks:</title>
+    <item><p>Navigate to the line where you want to insert or remove the 
+    bookmark.</p></item>
+    <item><p>Press <keyseq><key>Ctrl</key><key>Alt</key><key>B</key></keyseq>, 
+    or click <guiseq><gui>Edit</gui><gui>Toggle Bookmark</gui></guiseq>.</p>
+    </item>
+  </steps>
+  
+  <steps>
+    <title>To move between bookmarks:</title>
+    <item><p>Press <keyseq><key>Ctrl</key><key>B</key></keyseq> to move to the 
+    next bookmark.</p></item>
+    <item><p>Press <keyseq><key>Ctrl</key><key>Shift</key><key>B</key></keyseq>
+    to move to the previous bookmark.</p>
+    <note><p>If you prefer using the mouse, you can click <guiseq><gui>Edit</gui>
+  <gui>Goto Next Bookmark</gui></guiseq> or <guiseq><gui>Edit</gui><gui>Goto 
+  Previous Bookmark</gui></guiseq>.</p></note></item>
+  </steps>
+    
+  
+
+</page>



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