[gedit] created a page for replacing text, and renamed the search-find-replace page. created see-also link b



commit c6508597045f3d6453ea3c7877265a32905b5958
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sun Oct 10 13:14:53 2010 -0500

    created a page for replacing text, and renamed the search-find-replace page. created see-also link between the two pages.

 help/C/gedit-replace.page                          |   16 ++++++++++++++++
 ...it-find-replace.page => gedit-search-find.page} |    6 +++++-
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/help/C/gedit-replace.page b/help/C/gedit-replace.page
new file mode 100644
index 0000000..45c52ab
--- /dev/null
+++ b/help/C/gedit-replace.page
@@ -0,0 +1,16 @@
+<page xmlns="http://projectmallard.org/1.0/"; type="topic" style="task" id="gedit-replace">
+  <info>
+    <link type="guide" xref="index#gedit-working-with-files" />
+    <link type="seealso" xref="gedit-search-find"/>
+    <revision pkgversion="program_version" version="document_version" date="2010-10-09" status="incomplete" />
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+  </info>
+  <title>Replace text within your files</title>
+  <p>gedit includes features that help you search and find portions of your text.</p>
+  <note style="warning">
+    <p>Use the <gui>Replace All</gui> function with care. <gui>Replace All</gui> works on the entirety of your text file, and does not allow you to highlight portions of text where the replace function will be performed.</p>
+  </note>
+</page>
diff --git a/help/C/gedit-find-replace.page b/help/C/gedit-search-find.page
similarity index 95%
rename from help/C/gedit-find-replace.page
rename to help/C/gedit-search-find.page
index 969d0cc..3f9d49b 100644
--- a/help/C/gedit-find-replace.page
+++ b/help/C/gedit-search-find.page
@@ -9,8 +9,11 @@
   </info>
   <title>Search &amp; find text within your files</title>
   <!-- Note that the default search behavior is being updated for gedit 3.0 this doc will need to be updated to reflect those changes -->
-  <!-- I want to separate out searching from replacing text, so will be changing the name of this file -->
   <p>gedit includes features that help you search and find portions of your text.</p>
+
+  <section id="gedit-basic-search">
+    <title>Basic Search</title>
+
   <p>To perform a basic search, click <guiseq><gui>Search</gui><gui>Find...</gui></guiseq>, or press <keyseq><key>Ctrl</key><key>F</key></keyseq>.  A search dialog will appear, and your results will be highlighted as you type.</p>
   <p>You can also set several search options:</p>
   <terms>
@@ -34,4 +37,5 @@
   <note>
     <p>The text that you've searched for will remain highlighted by gedit, even after you've completed your search.  To remove the highlight, click <guiseq><gui>Search</gui><gui>Clear Highlight</gui></guiseq>, or just press <keyseq><key>Shift</key><key>Ctrl</key><key>K</key></keyseq>.</p>
   </note>
+  </section>
 </page>



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