eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.__init__.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.__init__.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.__init__.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,44 +18,57 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.QScintilla.TypingCompleters.__init__</h1>
+
 <p>
 Package implementing lexers for the various supported programming languages.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Functions</h3>
+
 <table>
+
 <tr>
 <td><a href="#getCompleter">getCompleter</a></td>
 <td>Module function to instantiate a lexer object for a given language.</td>
 </tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="getCompleter" ID="getCompleter"></a>
 <h2>getCompleter</h2>
 <b>getCompleter</b>(<i>language, editor, parent=None</i>)
+
 <p>
     Module function to instantiate a lexer object for a given language.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>language</i></dt>
 <dd>
 language of the lexer (string)
-</dd><dt><i>editor</i></dt>
+</dd>
+<dt><i>editor</i></dt>
 <dd>
 reference to the editor object (QScintilla.Editor)
-</dd><dt><i>parent</i></dt>
+</dd>
+<dt><i>parent</i></dt>
 <dd>
 reference to the parent object (QObject)
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Returns:</dt>
 <dd>
 reference to the instanciated lexer object (QsciLexer)

eric ide

mercurial