diff options
author | David Adam Bordoley <bordoley@msu.edu> | 2003-05-07 22:52:53 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-07 22:52:53 +0800 |
commit | 83d90db8645321a6ff2c4399cb269e47a0a9fd67 (patch) | |
tree | 768bb993023f878352c62c7512cf94ddd7bfab9f | |
parent | 574c3c12fac6ecac351314bd7cc443ab44bc496b (diff) | |
download | gsoc2013-epiphany-83d90db8645321a6ff2c4399cb269e47a0a9fd67.tar gsoc2013-epiphany-83d90db8645321a6ff2c4399cb269e47a0a9fd67.tar.gz gsoc2013-epiphany-83d90db8645321a6ff2c4399cb269e47a0a9fd67.tar.bz2 gsoc2013-epiphany-83d90db8645321a6ff2c4399cb269e47a0a9fd67.tar.lz gsoc2013-epiphany-83d90db8645321a6ff2c4399cb269e47a0a9fd67.tar.xz gsoc2013-epiphany-83d90db8645321a6ff2c4399cb269e47a0a9fd67.tar.zst gsoc2013-epiphany-83d90db8645321a6ff2c4399cb269e47a0a9fd67.zip |
Add find help.
2003-05-07 David Adam Bordoley <bordoley@msu.edu>
* help/C/epiphany.xml:
Add find help.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | help/C/epiphany.xml | 37 |
2 files changed, 39 insertions, 4 deletions
@@ -2,6 +2,12 @@ * help/C/epiphany.xml: + Add find help. + +2003-05-07 David Adam Bordoley <bordoley@msu.edu> + + * help/C/epiphany.xml: + Add Zooming help. 2003-05-07 David Adam Bordoley <bordoley@msu.edu> diff --git a/help/C/epiphany.xml b/help/C/epiphany.xml index 02024ab1d..dd8eb6648 100644 --- a/help/C/epiphany.xml +++ b/help/C/epiphany.xml @@ -334,10 +334,39 @@ you can choose items related to the display of the web page.</para> <para> </para> </sect2> - <sect2 id="to-search-for-text-in-page"> - <title>To Search for Text in a Page</title> - <para> - </para> + <sect2 id="to-find-text-in-page"> + <title>To Find Text in a Page</title> + <para>To search a page for a string, perform the following steps:</para> + <orderedlist> + <listitem><para>Choose + <menuchoice> <guimenu>Edit</guimenu> + <guimenuitem>Find</guimenuitem> </menuchoice> + to display the <guilabel>Find</guilabel> dialog.</para> + </listitem> + <listitem><para>Type the string that you want to find, in the + <guilabel>Find</guilabel> field.</para> + </listitem> + <listitem><para>Select the <guilabel>Case sensitive</guilabel> option + to only find occurrences of the string that match the case of the text that you + type. </para> + </listitem> + <listitem><para>Select the <guilabel>Wrap around</guilabel> option to search to the end of the page and then continue the search from the beginning of the page. </para> + </listitem> + <listitem><para>Click <guibutton>Next</guibutton> to search the file + for the first occurrence of the string. If <application>&fr;</application> + finds the string, the application moves the cursor to the string, and selects + the string.</para> + </listitem> + <listitem><para>To find the next occurrence of the string, click + <guibutton>Next</guibutton>.</para> + </listitem> + <listitem><para>To find the previous occurrence of the string, click + <guibutton>Previous</guibutton>.</para> + </listitem> + <listitem><para>To finish the search, click + <guibutton>Close</guibutton>. </para> + </listitem> + </orderedlist> </sect2> <sect2 id="to-change-zoom"> <title>To Change the Zoom Factor</title>
|