[gedit/help-pages] Docs: Fix indentation, add license.



commit 59406c5a2007e5a64e2a4e0740c6feb93ccf4311
Author: Sindhu S <sindhus live in>
Date:   Fri Mar 22 03:34:15 2013 -0400

    Docs: Fix indentation, add license.
    
    Add Sindhu S as page editor.

 help/C/gedit-search.page |   92 ++++++++++++++++++++++++++++-----------------
 1 files changed, 57 insertions(+), 35 deletions(-)
---
diff --git a/help/C/gedit-search.page b/help/C/gedit-search.page
index fa33b00..548757d 100644
--- a/help/C/gedit-search.page
+++ b/help/C/gedit-search.page
@@ -10,62 +10,84 @@
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
     </credit>
-
     <credit type="author">
       <name>Daniel Neel</name>
       <email>dneelyep gmail com</email>
     </credit>
+    <credit type="editor">
+      <name>Sindhu S</name>
+      <email>sindhus live in</email>
+    </credit>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
   <title>Search for text</title>
   
     <p>The Find tool can help you find specific sequences of text within in your
-     file.</p>
+    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 
-      have entered.</p></item>
-    </steps>  
+      <item>
+        <p>Open the <gui>search window</gui> by clicking 
+        <guiseq><gui style="menu">Search</gui>
+        <gui style="menuitem">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>
+    </steps>
     
     <p>To scroll through the search results, do any of the following:</p>
     <list>
-      <item><p>Click on the <gui>up</gui> or <gui>down</gui> facing arrows next 
-      to the <gui>search window</gui></p></item>
-      <item><p>Press the <key>up arrow</key> or <key>down arrow</key> keys on 
-      your keyboard</p></item>
-      <item><p>Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or <keyseq>
-      <key>Ctrl</key><key>Shift</key><key>G</key></keyseq>.</p></item>
-      <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></item>
+      <item>
+        <p>Click on the <gui style="button">up</gui> or
+        <gui style="button">down</gui> facing arrows next to the
+        <gui>search window</gui>.</p>
+      </item>
+      <item>
+        <p>Press the <key>up arrow</key> or <key>down arrow</key> keys on your
+        keyboard.</p>
+      </item>
+      <item>
+        <p>Press <keyseq><key>Ctrl</key><key>G</key></keyseq> or
+        <keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq>.</p>
+      </item>
+      <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>
+      </item>
     </list>
 
-
-  <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 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>
+  <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 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>
 
     <list>
       <title>Search tips</title>
-      <item><p>If you highlight a portion of text with your mouse, and then press
+      <item>
+        <p>If you highlight a portion of text with your mouse, and then press
       <keyseq><key>Ctrl</key><key>F</key></keyseq>, the text you've highlighted
-      will appear in the search window.</p></item>
-      <item><p>For advanced search options, you can click on the <gui>Magnifying 
-      Glass</gui> icon in the search window, or you can right-click on any 
-      portion of the search window.</p></item>
-      <item><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>
+      will appear in the search window.</p>
+      </item>
+      <item>
+        <p>For advanced search options, you can click on the
+        <gui style="button">Magnifying Glass</gui> icon in the search window,
+        or you can right-click on any portion of the search window.</p>
+      </item>
+      <item>
+        <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>
       </item>
     </list>
 


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