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

branch
eric7
changeset 10479
856476537696
parent 10431
64157aeb0312
--- a/src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterBase.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterBase.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,7 +7,6 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.QScintilla.TypingCompleters.CompleterBase</h1>
-
 <p>
 Module implementing a base class for all typing completers.
 </p>
@@ -16,49 +15,47 @@
 that are performed while the user is typing (e.g. insert ')' when the
 user types '(').
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#CompleterBase">CompleterBase</a></td>
 <td>Class implementing the base class for all completers.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="CompleterBase" ID="CompleterBase"></a>
 <h2>CompleterBase</h2>
-
 <p>
     Class implementing the base class for all completers.
 </p>
+
 <h3>Derived from</h3>
 QObject
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#CompleterBase.__init__">CompleterBase</a></td>
 <td>Constructor</td>
@@ -80,19 +77,20 @@
 <td>Public slot to set the enabled state.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="CompleterBase.__init__" ID="CompleterBase.__init__"></a>
 <h4>CompleterBase (Constructor)</h4>
 <b>CompleterBase</b>(<i>editor, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>editor</i> (QScintilla.Editor)</dt>
@@ -108,7 +106,6 @@
 <a NAME="CompleterBase.charAdded" ID="CompleterBase.charAdded"></a>
 <h4>CompleterBase.charAdded</h4>
 <b>charAdded</b>(<i>charNumber</i>)
-
 <p>
         Public slot called to handle the user entering a character.
 </p>
@@ -120,6 +117,7 @@
         Note 2: charNumber can be greater than 255 because the editor is
         in UTF-8 mode by default.
 </p>
+
 <dl>
 
 <dt><i>charNumber</i> (int)</dt>
@@ -130,10 +128,10 @@
 <a NAME="CompleterBase.isEnabled" ID="CompleterBase.isEnabled"></a>
 <h4>CompleterBase.isEnabled</h4>
 <b>isEnabled</b>(<i></i>)
-
 <p>
         Public method to get the enabled state.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -149,7 +147,6 @@
 <a NAME="CompleterBase.readSettings" ID="CompleterBase.readSettings"></a>
 <h4>CompleterBase.readSettings</h4>
 <b>readSettings</b>(<i></i>)
-
 <p>
         Public slot called to reread the configuration parameters.
 </p>
@@ -157,13 +154,14 @@
         Note: this slot should be overridden by subclasses having
         configurable parameters.
 </p>
+
 <a NAME="CompleterBase.setEnabled" ID="CompleterBase.setEnabled"></a>
 <h4>CompleterBase.setEnabled</h4>
 <b>setEnabled</b>(<i>enable</i>)
-
 <p>
         Public slot to set the enabled state.
 </p>
+
 <dl>
 
 <dt><i>enable</i> (bool)</dt>
@@ -173,4 +171,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial