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

branch
eric7
changeset 10479
856476537696
parent 10201
5beaa25bdfbe
--- a/src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterYaml.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.TypingCompleters.CompleterYaml.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,57 +7,53 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.QScintilla.TypingCompleters.CompleterYaml</h1>
-
 <p>
 Module implementing a typing completer for YAML.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#CompleterYaml">CompleterYaml</a></td>
 <td>Class implementing typing completer for YAML.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#createCompleter">createCompleter</a></td>
 <td>Function to instantiate a typing completer object.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="CompleterYaml" ID="CompleterYaml"></a>
 <h2>CompleterYaml</h2>
-
 <p>
     Class implementing typing completer for YAML.
 </p>
+
 <h3>Derived from</h3>
 CompleterBase
 <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="#CompleterYaml.__init__">CompleterYaml</a></td>
 <td>Constructor</td>
@@ -75,19 +71,20 @@
 <td>Public slot called to reread the configuration parameters.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="CompleterYaml.__init__" ID="CompleterYaml.__init__"></a>
 <h4>CompleterYaml (Constructor)</h4>
 <b>CompleterYaml</b>(<i>editor, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>editor</i> (QScintilla.Editor)</dt>
@@ -102,10 +99,10 @@
 <a NAME="CompleterYaml.__inComment" ID="CompleterYaml.__inComment"></a>
 <h4>CompleterYaml.__inComment</h4>
 <b>__inComment</b>(<i>line, col</i>)
-
 <p>
         Private method to check, if the cursor is inside a comment.
 </p>
+
 <dl>
 
 <dt><i>line</i> (int)</dt>
@@ -132,10 +129,10 @@
 <a NAME="CompleterYaml.charAdded" ID="CompleterYaml.charAdded"></a>
 <h4>CompleterYaml.charAdded</h4>
 <b>charAdded</b>(<i>charNumber</i>)
-
 <p>
         Public slot called to handle the user entering a character.
 </p>
+
 <dl>
 
 <dt><i>charNumber</i> (int)</dt>
@@ -146,20 +143,20 @@
 <a NAME="CompleterYaml.readSettings" ID="CompleterYaml.readSettings"></a>
 <h4>CompleterYaml.readSettings</h4>
 <b>readSettings</b>(<i></i>)
-
 <p>
         Public slot called to reread the configuration parameters.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="createCompleter" ID="createCompleter"></a>
 <h2>createCompleter</h2>
 <b>createCompleter</b>(<i>editor, parent=None</i>)
-
 <p>
     Function to instantiate a typing completer object.
 </p>
+
 <dl>
 
 <dt><i>editor</i> (QScintilla.Editor)</dt>
@@ -185,4 +182,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