src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterBase.html

branch
eric7
changeset 10431
64157aeb0312
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterBase.html	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterBase.html	Thu Dec 21 12:03:40 2023 +0100
@@ -95,14 +95,14 @@
 </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)
-            If parent is None, we set the editor as the parent.
+reference to the parent object. If parent is None, we set
+            the editor as the parent.
 </dd>
 </dl>
 <a NAME="CompleterBase.charAdded" ID="CompleterBase.charAdded"></a>
@@ -122,9 +122,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="CompleterBase.isEnabled" ID="CompleterBase.isEnabled"></a>
@@ -137,7 +137,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-enabled state (boolean)
+enabled state
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="CompleterBase.readSettings" ID="CompleterBase.readSettings"></a>
@@ -160,9 +166,9 @@
 </p>
 <dl>
 
-<dt><i>enable</i></dt>
+<dt><i>enable</i> (bool)</dt>
 <dd>
-flag indicating the new enabled state (boolean)
+flag indicating the new enabled state
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial