diff -r 779cda568acb -r 58c7f23ae1cb src/eric7/Documentation/Source/eric7.UI.PythonDisViewer.html --- a/src/eric7/Documentation/Source/eric7.UI.PythonDisViewer.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.PythonDisViewer.html Sat Apr 20 18:02:35 2024 +0200 @@ -512,7 +512,7 @@ </dl> <a NAME="PythonDisViewer.__editorLineChanged" ID="PythonDisViewer.__editorLineChanged"></a> <h4>PythonDisViewer.__editorLineChanged</h4> -<b>__editorLineChanged</b>(<i>editor, lineno</i>) +<b>__editorLineChanged</b>(<i>editor, _lineno</i>) <p> Private slot to handle a mouse button double click in the editor. </p> @@ -523,9 +523,9 @@ <dd> reference to the editor, that emitted the signal </dd> -<dt><i>lineno</i> (int)</dt> +<dt><i>_lineno</i> (int)</dt> <dd> -line number of the editor's cursor (zero based) +line number of the editor's cursor (zero based) (unused) </dd> </dl> <a NAME="PythonDisViewer.__editorSaved" ID="PythonDisViewer.__editorSaved"></a>