--- 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> -Package implementing lexers for the various supported programming languages. +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>Module function to instantiate a lexer object for a given language.</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> - Module function to instantiate a lexer object for a given language. + Module function to instantiate a lexer object for a given language. </p><dl> <dt><i>language</i></dt> <dd> -language of the lexer (string) +language of the lexer (string) </dd><dt><i>editor</i></dt> <dd> -reference to the editor object (QScintilla.Editor) +reference to the editor object (QScintilla.Editor) </dd><dt><i>parent</i></dt> <dd> -reference to the parent object (QObject) +reference to the parent object (QObject) </dd> </dl><dl> <dt>Returns:</dt> <dd> -reference to the instanciated lexer object (QsciLexer) +reference to the instanciated lexer object (QsciLexer) </dd> </dl> <div align="right"><a href="#top">Up</a></div>