--- a/Documentation/Source/eric5.QScintilla.Lexers.Lexer.html Sat Jun 28 16:26:02 2014 +0200 +++ b/Documentation/Source/eric5.QScintilla.Lexers.Lexer.html Sun Jun 29 14:00:30 2014 +0200 @@ -99,6 +99,9 @@ <td><a href="#Lexer.lexerName">lexerName</a></td> <td>Public method to return the lexer name.</td> </tr><tr> +<td><a href="#Lexer.maximumKeywordSet">maximumKeywordSet</a></td> +<td>Public method to get the maximum keyword set.</td> +</tr><tr> <td><a href="#Lexer.smartIndentLine">smartIndentLine</a></td> <td>Public method to handle smart indentation for a line.</td> </tr><tr> @@ -262,6 +265,18 @@ <dd> lexer name (string) </dd> +</dl><a NAME="Lexer.maximumKeywordSet" ID="Lexer.maximumKeywordSet"></a> +<h4>Lexer.maximumKeywordSet</h4> +<b>maximumKeywordSet</b>(<i></i>) +<p> + Public method to get the maximum keyword set. +</p><p> + Note: A return value of 0 indicates to determine this dynamically. +</p><dl> +<dt>Returns:</dt> +<dd> +maximum keyword set (integer) +</dd> </dl><a NAME="Lexer.smartIndentLine" ID="Lexer.smartIndentLine"></a> <h4>Lexer.smartIndentLine</h4> <b>smartIndentLine</b>(<i>editor</i>)