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

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
--- a/Documentation/Source/eric5.QScintilla.TypingCompleters.__init__.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.QScintilla.TypingCompleters.__init__.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.QScintilla.TypingCompleters.__init__</h1>
 <p>
-&#80;&#97;&#99;&#107;&#97;&#103;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#108;&#101;x&#101;&#114;&#115; &#102;&#111;&#114; &#116;&#104;&#101; v&#97;&#114;&#105;&#111;&#117;&#115; &#115;&#117;&#112;&#112;&#111;&#114;&#116;&#101;&#100; &#112;&#114;&#111;&#103;&#114;&#97;&#109;&#109;&#105;&#110;&#103; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101;&#115;.
+Package implementing lexers for the various supported programming languages.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -36,7 +36,7 @@
 <table>
 <tr>
 <td><a href="#getCompleter">getCompleter</a></td>
-<td>&#77;&#111;&#100;&#117;&#108;&#101; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#105;&#110;&#115;&#116;&#97;&#110;&#116;&#105;&#97;&#116;&#101; &#97; &#108;&#101;x&#101;&#114; &#111;&#98;&#106;&#101;&#99;&#116; &#102;&#111;&#114; &#97; &#103;&#105;v&#101;&#110; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101;.</td>
+<td>Module function to instantiate a lexer object for a given language.</td>
 </tr>
 </table>
 <hr /><hr />
@@ -44,22 +44,22 @@
 <h2>getCompleter</h2>
 <b>getCompleter</b>(<i>language, editor, parent = None</i>)
 <p>
-    &#77;&#111;&#100;&#117;&#108;&#101; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#105;&#110;&#115;&#116;&#97;&#110;&#116;&#105;&#97;&#116;&#101; &#97; &#108;&#101;x&#101;&#114; &#111;&#98;&#106;&#101;&#99;&#116; &#102;&#111;&#114; &#97; &#103;&#105;v&#101;&#110; &#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101;.
+    Module function to instantiate a lexer object for a given language.
 </p><dl>
 <dt><i>language</i></dt>
 <dd>
-&#108;&#97;&#110;&#103;&#117;&#97;&#103;&#101; &#111;&#102; &#116;&#104;&#101; &#108;&#101;x&#101;&#114; (&#115;&#116;&#114;&#105;&#110;&#103;)
+language of the lexer (string)
 </dd><dt><i>editor</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#101;&#100;&#105;&#116;&#111;&#114; &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#83;&#99;&#105;&#110;&#116;&#105;&#108;&#108;&#97;.&#69;&#100;&#105;&#116;&#111;&#114;)
+reference to the editor object (QScintilla.Editor)
 </dd><dt><i>parent</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#79;&#98;&#106;&#101;&#99;&#116;)
+reference to the parent object (QObject)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#105;&#110;&#115;&#116;&#97;&#110;&#99;&#105;&#97;&#116;&#101;&#100; &#108;&#101;x&#101;&#114; &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#115;&#99;&#105;&#76;&#101;x&#101;&#114;)
+reference to the instanciated lexer object (QsciLexer)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial