--- a/Documentation/Source/eric5.UI.FindFileDialog.html Tue Jan 18 16:31:26 2011 +0100 +++ b/Documentation/Source/eric5.UI.FindFileDialog.html Tue Jan 18 19:32:48 2011 +0100 @@ -95,6 +95,9 @@ <td><a href="#FindFileDialog.__stopSearch">__stopSearch</a></td> <td>Private slot to handle the stop button being pressed.</td> </tr><tr> +<td><a href="#FindFileDialog.__stripEol">__stripEol</a></td> +<td>Private method to strip the eol part.</td> +</tr><tr> <td><a href="#FindFileDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot called by a button of the button box clicked.</td> </tr><tr> @@ -230,7 +233,22 @@ <b>__stopSearch</b>(<i></i>) <p> Private slot to handle the stop button being pressed. -</p><a NAME="FindFileDialog.on_buttonBox_clicked" ID="FindFileDialog.on_buttonBox_clicked"></a> +</p><a NAME="FindFileDialog.__stripEol" ID="FindFileDialog.__stripEol"></a> +<h4>FindFileDialog.__stripEol</h4> +<b>__stripEol</b>(<i>txt</i>) +<p> + Private method to strip the eol part. +</p><dl> +<dt><i>txt</i></dt> +<dd> +line of text that should be treated (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +text with eol stripped (string) +</dd> +</dl><a NAME="FindFileDialog.on_buttonBox_clicked" ID="FindFileDialog.on_buttonBox_clicked"></a> <h4>FindFileDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) <p>