--- a/Documentation/Source/eric5.UI.LogView.html Sun Sep 29 18:22:08 2013 +0200 +++ b/Documentation/Source/eric5.UI.LogView.html Sun Sep 29 18:23:27 2013 +0200 @@ -273,12 +273,34 @@ <b>searchNext</b>(<i>txt, caseSensitive, wholeWord</i>) <p> Public method to search the next occurrence of the given text. -</p><a NAME="LogViewerEdit.searchPrev" ID="LogViewerEdit.searchPrev"></a> +</p><dl> +<dt><i>txt</i></dt> +<dd> +text to search for (string) +</dd><dt><i>caseSensitive</i></dt> +<dd> +flag indicating case sensitivity (boolean) +</dd><dt><i>wholeWord</i></dt> +<dd> +flag indicating a search for the whole word (boolean) +</dd> +</dl><a NAME="LogViewerEdit.searchPrev" ID="LogViewerEdit.searchPrev"></a> <h4>LogViewerEdit.searchPrev</h4> <b>searchPrev</b>(<i>txt, caseSensitive, wholeWord</i>) <p> Public method to search the previous occurrence of the given text. -</p> +</p><dl> +<dt><i>txt</i></dt> +<dd> +text to search for (string) +</dd><dt><i>caseSensitive</i></dt> +<dd> +flag indicating case sensitivity (boolean) +</dd><dt><i>wholeWord</i></dt> +<dd> +flag indicating a search for the whole word (boolean) +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file