~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to doc/help/tora/searchreplace.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2008-03-26 09:55:07 UTC
  • mfrom: (1.2.6 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080326095507-sm1ieybfn8iomub1
Tags: 1.3.23-1
* New upstream version
* Moved config.* handling from clean target to configure target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html lang="en">
2
 
<head>
3
 
<title>searchreplace - TOra</title>
4
 
<meta http-equiv="Content-Type" content="text/html">
5
 
<meta name="description" content="TOra">
6
 
<meta name="generator" content="makeinfo 4.8">
7
 
<link title="Top" rel="start" href="index.html#Top">
8
 
<link rel="up" href="workspace.html#workspace" title="workspace">
9
 
<link rel="prev" href="Using-charts.html#Using-charts" title="Using charts">
10
 
<link rel="next" href="preferences.html#preferences" title="preferences">
11
 
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
12
 
<!--
13
 
This manual is for TOra, version 1.3.22.-->
14
 
<meta http-equiv="Content-Style-Type" content="text/css">
15
 
<style type="text/css"><!--
16
 
  pre.display { font-family:inherit }
17
 
  pre.format  { font-family:inherit }
18
 
  pre.smalldisplay { font-family:inherit; font-size:smaller }
19
 
  pre.smallformat  { font-family:inherit; font-size:smaller }
20
 
  pre.smallexample { font-size:smaller }
21
 
  pre.smalllisp    { font-size:smaller }
22
 
  span.sc    { font-variant:small-caps }
23
 
  span.roman { font-family:serif; font-weight:normal; } 
24
 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
25
 
--></style>
26
 
</head>
27
 
<body>
28
 
<div class="node">
29
 
<p>
30
 
<a name="searchreplace"></a>
31
 
Next:&nbsp;<a rel="next" accesskey="n" href="preferences.html#preferences">preferences</a>,
32
 
Previous:&nbsp;<a rel="previous" accesskey="p" href="Using-charts.html#Using-charts">Using charts</a>,
33
 
Up:&nbsp;<a rel="up" accesskey="u" href="workspace.html#workspace">workspace</a>
34
 
<hr>
35
 
</div>
36
 
 
37
 
<h3 class="section">3.7 Search &amp; Replace</h3>
38
 
 
39
 
<p><a name="index-Search-_0026-Replace-9"></a>
40
 
Ora has an advanced search and replace function that allows you to search result list and editors. Replace is only available for editors though. You can invoke the search &amp; replace dialog by selecting the menu <strong>Edit|Search &amp; Replace</strong> or by pressing <strong>CTRL+F</strong>. The search always operates on the last editor or list that had the focus <strong>when you invoked the dialog</strong>. Not on the current widget of the next search etc. The dialog looks like this.
41
 
 
42
 
   <div class="block-image"><img src="images/searchreplace.png" alt="images/searchreplace.png"></div>
43
 
 
44
 
<h4 class="subheading">Specifying the search criteria</h4>
45
 
 
46
 
<p>You enter the text to search for, this can be either in the format of plain text or regular expressions as defined by the current version of Qt which TOra is compiled against (For more information check out <a href="http://doc.trolltech.com/qregexp.html">http://doc.trolltech.com/qregexp.html</a>, if you are using Qt 3.0 or later you have a more advanced form of regular expressions).
47
 
 
48
 
   <p>You can also specify if the search expression must match a whole word or if the match is to be case sensitive.
49
 
 
50
 
   <p>After specifying what you are looking for you can execute your search by either pressing the <strong>Search Top</strong> button which will start the search from the top of the contents of the target for the search or <strong>Search Next</strong> which will continue searching for the next match from the current location.
51
 
 
52
 
<h4 class="subheading">Replacing</h4>
53
 
 
54
 
<p>In the replace text field you can specify the text with which to replace a matched find that has been found. Note that regardless of if the search is case sensitive or not the replacement is the same case as specified in the text field.
55
 
 
56
 
   <p>After finding the first occurrence by pressing <strong>Search Top</strong> or <strong>Search Next</strong> you can either replace it with the current substitution by pressing <strong>Replace</strong>, or skip to the next by pressing <strong>Search Next</strong> button again. At any time the <strong>Replace All</strong> will replace all occurrences after the current location in the editor.
57
 
 
58
 
   </body></html>
59