diff -r 45fe12e8533b -r 5a3e736f32e1 Documentation/Source/eric5.QScintilla.Lexers.LexerContainer.html --- a/Documentation/Source/eric5.QScintilla.Lexers.LexerContainer.html Sun Nov 20 14:44:05 2011 +0100 +++ b/Documentation/Source/eric5.QScintilla.Lexers.LexerContainer.html Sun Nov 20 14:44:50 2011 +0100 @@ -64,6 +64,9 @@ <td><a href="#LexerContainer.description">description</a></td> <td>Public method returning the descriptions of the styles supported by the lexer.</td> </tr><tr> +<td><a href="#LexerContainer.keywords">keywords</a></td> +<td>Public method to get the keywords.</td> +</tr><tr> <td><a href="#LexerContainer.language">language</a></td> <td>Public method returning the language of the lexer.</td> </tr><tr> @@ -109,6 +112,21 @@ <dd> description for the given style (string) </dd> +</dl><a NAME="LexerContainer.keywords" ID="LexerContainer.keywords"></a> +<h4>LexerContainer.keywords</h4> +<b>keywords</b>(<i>kwSet</i>) +<p> + Public method to get the keywords. +</p><dl> +<dt><i>kwSet</i></dt> +<dd> +number of the keyword set (integer) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +string giving the keywords (string) or None +</dd> </dl><a NAME="LexerContainer.language" ID="LexerContainer.language"></a> <h4>LexerContainer.language</h4> <b>language</b>(<i></i>)