[gedit] updated search page. added page stub for word completion.



commit f4756046d3a3450c86bc3a41db822071945ce45f
Author: Jim Campbell <jwcampbell gmail com>
Date:   Fri Sep 23 22:12:57 2011 -0500

    updated search page. added page stub for word completion.

 help/C/gedit-plugins-word-completion.page.stub |   31 +++++++++++++++++++++
 help/C/gedit-search.page                       |   35 +++++++++++++++++-------
 2 files changed, 56 insertions(+), 10 deletions(-)
---
diff --git a/help/C/gedit-plugins-word-completion.page.stub b/help/C/gedit-plugins-word-completion.page.stub
new file mode 100644
index 0000000..619e08f
--- /dev/null
+++ b/help/C/gedit-plugins-word-completion.page.stub
@@ -0,0 +1,31 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="gedit-plugins-word-completion">
+  <info>
+    <revision version="0.1" date="2011-08-13" status="stub"/>
+
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+
+    <desc>Autocomplete words or portions of code as you type</desc>
+  </info>
+
+  <title>Word completion</title>
+
+  <comment>
+    <cite date="2011-08-13" href="mailto:jwcampbell gmail com">Jim Campbell</cite>
+    <p>This assumes the reader knows how to.... By the end of this page,
+    the reader will be able to....</p>
+  </comment>
+
+  <p>Short introductory text...</p>
+
+  <steps>
+    <item><p>First step...</p></item>
+    <item><p>Second step...</p></item>
+    <item><p>Third step...</p></item>
+  </steps>
+
+</page>
diff --git a/help/C/gedit-search.page b/help/C/gedit-search.page
index d4450fe..21bc252 100644
--- a/help/C/gedit-search.page
+++ b/help/C/gedit-search.page
@@ -18,27 +18,42 @@
   </info>
 
   <title>Search for text</title>
-    <p>The Find tool can help you find specific sequences of text within in your file.</p>
+    <p>The Find tool can help you find specific sequences of text within in your
+     file.</p>
     <steps>
       <title>Finding text</title>
-      <item><p>Open the <gui style="menu">search window</gui> by clicking <guiseq><gui>Search</gui><gui>Find</gui>
-      </guiseq> or pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. This will move your cursor to the start 
-      of the <gui>search window</gui>.</p></item>
-      <item><p>Type the text you wish to search for in the <gui>search window</gui>.</p></item>
-      <item><p>As you type, <app>gedit</app> will begin highlighting the portions of text that match what you 
+      <item><p>Open the <gui style="menu">search window</gui> by clicking 
+      <guiseq><gui>Search</gui><gui>Find</gui>
+      </guiseq> or pressing <keyseq><key>Ctrl</key><key>F</key></keyseq>. 
+      This will move your cursor to the start of the <gui>search window</gui>.
+      </p></item>
+      <item><p>Type the text you wish to search for in the <gui>search window
+      </gui>.</p></item>
+      <item><p>As you type, <app>gedit</app> will begin highlighting the 
+      portions of text that match what you 
       have entered.</p></item>
-      <item><p>To scroll through the search results, do any of the following:</p>
-      <p>Click on the <gui>up</gui> or <gui>down</gui> facing arrows next to the <gui>search window</gui>
+      <item><p>To scroll through the search results, do any of the 
+      following:</p>
+      <p>Click on the <gui>up</gui> or <gui>down</gui> facing arrows next to 
+      the <gui>search window</gui>
       </p>
       <p>Press the <key>up arrow</key> or <key>down arrow</key> keys on your keyboard</p>
       <p>Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq><key>Ctrl</key><key>
       Shift</key><key>G</key></keyseq>.</p></item>
+      <p>Press the <key>Ctrl</key> and use your mouse or touchpad's 
+      <key>scroll</key> feature to move up or down through the text.</p>
       </steps>
 
-  <p>To close the <gui>search window</gui>, press <key>Esc</key>.</p>
+  <p>To close the <gui>search window</gui>, press either <key>Esc</key> or 
+  <key>Enter</key>. Pressing <key>Esc</key> will return the cursor to its where 
+  it was before you began your search. Pressing <key>Enter</key> will return 
+  the cursor to the current position in the search results.</p>
 
     <note>
-      <p>The text that you've searched for will remain highlighted by gedit, even after you have completed your search.  To remove the highlight, click <guiseq><gui>Search</gui><gui>Clear Highlight</gui></guiseq>, or press <keyseq><key>Ctrl</key><key>Shift</key><key>K</key></keyseq>.</p>
+      <p>The text that you've searched for will remain highlighted by gedit, 
+      even after you have completed your search.  To remove the highlight, 
+      click <guiseq><gui>Search</gui><gui>Clear Highlight</gui></guiseq>, or 
+      press <keyseq><key>Ctrl</key><key>Shift</key><key>K</key></keyseq>.</p>
     </note>
 
 </page>



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