--- a/src/eric7/Documentation/Source/eric7.UI.LogView.html Thu Dec 21 15:46:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.UI.LogView.html Thu Dec 21 19:50:01 2023 +0100 @@ -94,13 +94,13 @@ </p> <dl> -<dt><i>ui</i></dt> +<dt><i>ui</i> (UserInterface)</dt> <dd> -reference to the main window (UserInterface) +reference to the main window </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="LogViewer.appendToStderr" ID="LogViewer.appendToStderr"></a> @@ -112,9 +112,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text to be appended (string) +text to be appended </dd> </dl> <a NAME="LogViewer.appendToStdout" ID="LogViewer.appendToStdout"></a> @@ -126,9 +126,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text to be appended (string) +text to be appended </dd> </dl> <a NAME="LogViewer.preferencesChanged" ID="LogViewer.preferencesChanged"></a> @@ -147,9 +147,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text to be shown in the combo (string) +text to be shown in the combo </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -212,11 +212,11 @@ </tr> <tr> <td><a href="#LogViewerEdit.appendToStderr">appendToStderr</a></td> -<td>Public slot to appand text to the "stderr" tab.</td> +<td>Public slot to append text to the "stderr" tab.</td> </tr> <tr> <td><a href="#LogViewerEdit.appendToStdout">appendToStdout</a></td> -<td>Public slot to appand text to the "stdout" tab.</td> +<td>Public slot to append text to the "stdout" tab.</td> </tr> <tr> <td><a href="#LogViewerEdit.keyPressEvent">keyPressEvent</a></td> @@ -250,9 +250,9 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="LogViewerEdit.__appendText" ID="LogViewerEdit.__appendText"></a> @@ -264,13 +264,13 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text to insert (string) +text to insert </dd> -<dt><i>isErrorMessage</i></dt> +<dt><i>isErrorMessage</i> (bool)</dt> <dd> -flag indicating to insert error text (boolean) +flag indicating to insert error text </dd> </dl> <a NAME="LogViewerEdit.__configure" ID="LogViewerEdit.__configure"></a> @@ -289,21 +289,25 @@ </p> <dl> -<dt><i>message</i></dt> +<dt><i>message</i> (str)</dt> <dd> -message to be checked (string) +message to be checked </dd> -<dt><i>isErrorMessage</i></dt> +<dt><i>isErrorMessage</i> (bool)</dt> <dd> flag indicating to check an error message - (boolean) </dd> </dl> <dl> <dt>Return:</dt> <dd> flag indicating that the message should be filtered out - (boolean) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="LogViewerEdit.__find" ID="LogViewerEdit.__find"></a> @@ -322,9 +326,9 @@ </p> <dl> -<dt><i>coord</i></dt> +<dt><i>coord</i> (QPoint)</dt> <dd> -the position of the mouse pointer (QPoint) +the position of the mouse pointer </dd> </dl> <a NAME="LogViewerEdit.appendToStderr" ID="LogViewerEdit.appendToStderr"></a> @@ -332,19 +336,25 @@ <b>appendToStderr</b>(<i>txt</i>) <p> - Public slot to appand text to the "stderr" tab. + Public slot to append text to the "stderr" tab. </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text to be appended (string) +text to be appended </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating text was appended (boolean) +flag indicating text was appended +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="LogViewerEdit.appendToStdout" ID="LogViewerEdit.appendToStdout"></a> @@ -352,19 +362,25 @@ <b>appendToStdout</b>(<i>txt</i>) <p> - Public slot to appand text to the "stdout" tab. + Public slot to append text to the "stdout" tab. </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text to be appended (string) +text to be appended </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating text was appended (boolean) +flag indicating text was appended +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="LogViewerEdit.keyPressEvent" ID="LogViewerEdit.keyPressEvent"></a> @@ -376,9 +392,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QKeyEvent)</dt> <dd> -key press event (QKeyEvent) +key press event </dd> </dl> <a NAME="LogViewerEdit.preferencesChanged" ID="LogViewerEdit.preferencesChanged"></a> @@ -403,13 +419,11 @@ </dd> <dt><i>caseSensitive</i> (bool)</dt> <dd> -flag indicating to perform a case sensitive - search +flag indicating to perform a case sensitive search </dd> <dt><i>wholeWord</i> (bool)</dt> <dd> -flag indicating to search for whole words - only +flag indicating to search for whole words only </dd> <dt><i>regexp</i> (bool)</dt> <dd> @@ -431,13 +445,11 @@ </dd> <dt><i>caseSensitive</i> (bool)</dt> <dd> -flag indicating to perform a case sensitive - search +flag indicating to perform a case sensitive search </dd> <dt><i>wholeWord</i> (bool)</dt> <dd> -flag indicating to search for whole words - only +flag indicating to search for whole words only </dd> <dt><i>regexp</i> (bool)</dt> <dd>