Documentation/Source/eric5.QScintilla.Terminal.html

changeset 1833
f7cd855680f1
parent 1830
f2fccb8c2ab4
child 2367
78f6c8193d37
--- a/Documentation/Source/eric5.QScintilla.Terminal.html	Wed May 02 19:10:17 2012 +0200
+++ b/Documentation/Source/eric5.QScintilla.Terminal.html	Fri May 04 20:06:17 2012 +0200
@@ -808,12 +808,38 @@
 <b>searchNext</b>(<i>txt, caseSensitive, wholeWord</i>)
 <p>
         Public method to search the next occurrence of the given text.
-</p><a NAME="Terminal.searchPrev" ID="Terminal.searchPrev"></a>
+</p><dl>
+<dt><i>txt</i></dt>
+<dd>
+text to search for (string)
+</dd><dt><i>caseSensitive</i></dt>
+<dd>
+flag indicating to perform a case sensitive
+            search (boolean)
+</dd><dt><i>wholeWord</i></dt>
+<dd>
+flag indicating to search for whole words
+            only (boolean)
+</dd>
+</dl><a NAME="Terminal.searchPrev" ID="Terminal.searchPrev"></a>
 <h4>Terminal.searchPrev</h4>
 <b>searchPrev</b>(<i>txt, caseSensitive, wholeWord</i>)
 <p>
         Public method to search the previous occurrence of the given text.
-</p><a NAME="Terminal.wheelEvent" ID="Terminal.wheelEvent"></a>
+</p><dl>
+<dt><i>txt</i></dt>
+<dd>
+text to search for (string)
+</dd><dt><i>caseSensitive</i></dt>
+<dd>
+flag indicating to perform a case sensitive
+            search (boolean)
+</dd><dt><i>wholeWord</i></dt>
+<dd>
+flag indicating to search for whole words
+            only (boolean)
+</dd>
+</dl><a NAME="Terminal.wheelEvent" ID="Terminal.wheelEvent"></a>
 <h4>Terminal.wheelEvent</h4>
 <b>wheelEvent</b>(<i>evt</i>)
 <p>

eric ide

mercurial