diff -r e440aaf179ce -r 64157aeb0312 src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterPython.html --- a/src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterPython.html Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterPython.html Thu Dec 21 12:03:40 2023 +0100 @@ -138,13 +138,13 @@ </p> <dl> -<dt><i>editor</i></dt> +<dt><i>editor</i> (QScintilla.Editor)</dt> <dd> -reference to the editor object (QScintilla.Editor) +reference to the editor object </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QObject)</dt> <dd> -reference to the parent object (QObject) +reference to the parent object </dd> </dl> <a NAME="CompleterPython.__dedentDefStatement" ID="CompleterPython.__dedentDefStatement"></a> @@ -196,19 +196,25 @@ </p> <dl> -<dt><i>line</i></dt> +<dt><i>line</i> (int)</dt> <dd> -current line (integer) +current line </dd> -<dt><i>col</i></dt> +<dt><i>col</i> (int)</dt> <dd> -current position within line (integer) +current position within line </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating, if the cursor is inside a comment (boolean) +flag indicating, if the cursor is inside a comment +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="CompleterPython.__inDoubleQuotedString" ID="CompleterPython.__inDoubleQuotedString"></a> @@ -223,7 +229,13 @@ <dt>Return:</dt> <dd> flag indicating, if the cursor is inside a double - quoted string (boolean) + quoted string +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="CompleterPython.__inSingleQuotedString" ID="CompleterPython.__inSingleQuotedString"></a> @@ -238,7 +250,13 @@ <dt>Return:</dt> <dd> flag indicating, if the cursor is inside a single - quoted string (boolean) + quoted string +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="CompleterPython.__inTripleDoubleQuotedString" ID="CompleterPython.__inTripleDoubleQuotedString"></a> @@ -253,7 +271,13 @@ <dt>Return:</dt> <dd> flag indicating, if the cursor is inside a triple double - quoted string (boolean) + quoted string +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="CompleterPython.__inTripleSingleQuotedString" ID="CompleterPython.__inTripleSingleQuotedString"></a> @@ -268,7 +292,13 @@ <dt>Return:</dt> <dd> flag indicating, if the cursor is inside a triple single - quoted string (boolean) + quoted string +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="CompleterPython.__isClassMethod" ID="CompleterPython.__isClassMethod"></a> @@ -281,7 +311,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating the definition of a class method (boolean) +flag indicating the definition of a class method +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="CompleterPython.__isClassMethodDef" ID="CompleterPython.__isClassMethodDef"></a> @@ -295,7 +331,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating the definition of a class method (boolean) +flag indicating the definition of a class method +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="CompleterPython.__isStaticMethodDef" ID="CompleterPython.__isStaticMethodDef"></a> @@ -309,7 +351,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating the definition of a static method (boolean) +flag indicating the definition of a static method +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="CompleterPython.charAdded" ID="CompleterPython.charAdded"></a> @@ -321,9 +369,9 @@ </p> <dl> -<dt><i>charNumber</i></dt> +<dt><i>charNumber</i> (int)</dt> <dd> -value of the character entered (integer) +value of the character entered </dd> </dl> <a NAME="CompleterPython.readSettings" ID="CompleterPython.readSettings"></a>