--- a/src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterRuby.html Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterRuby.html Thu Dec 21 12:03:40 2023 +0100 @@ -106,13 +106,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="CompleterRuby.__inComment" ID="CompleterRuby.__inComment"></a> @@ -124,19 +124,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="CompleterRuby.__inDoubleQuotedString" ID="CompleterRuby.__inDoubleQuotedString"></a> @@ -151,7 +157,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="CompleterRuby.__inHereDocument" ID="CompleterRuby.__inHereDocument"></a> @@ -165,7 +177,12 @@ <dt>Return:</dt> <dd> flag indicating, if the cursor is inside a here document - (boolean) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="CompleterRuby.__inInlineDocument" ID="CompleterRuby.__inInlineDocument"></a> @@ -179,7 +196,12 @@ <dt>Return:</dt> <dd> flag indicating, if the cursor is inside an inline document - (boolean) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="CompleterRuby.__inSingleQuotedString" ID="CompleterRuby.__inSingleQuotedString"></a> @@ -194,7 +216,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="CompleterRuby.charAdded" ID="CompleterRuby.charAdded"></a> @@ -206,9 +234,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="CompleterRuby.readSettings" ID="CompleterRuby.readSettings"></a>