diff -r 942c9c625bc9 -r ffeb85cdc72d Documentation/Source/eric5.QScintilla.Lexers.LexerSQL.html --- a/Documentation/Source/eric5.QScintilla.Lexers.LexerSQL.html Sat Jun 28 16:26:02 2014 +0200 +++ b/Documentation/Source/eric5.QScintilla.Lexers.LexerSQL.html Sun Jun 29 14:00:30 2014 +0200 @@ -71,6 +71,9 @@ </tr><tr> <td><a href="#LexerSQL.isStringStyle">isStringStyle</a></td> <td>Public method to check, if a style is a string style.</td> +</tr><tr> +<td><a href="#LexerSQL.maximumKeywordSet">maximumKeywordSet</a></td> +<td>Public method to get the maximum keyword set.</td> </tr> </table> <h3>Static Methods</h3> @@ -137,6 +140,16 @@ <dd> flag indicating a string style (boolean) </dd> +</dl><a NAME="LexerSQL.maximumKeywordSet" ID="LexerSQL.maximumKeywordSet"></a> +<h4>LexerSQL.maximumKeywordSet</h4> +<b>maximumKeywordSet</b>(<i></i>) +<p> + Public method to get the maximum keyword set. +</p><dl> +<dt>Returns:</dt> +<dd> +maximum keyword set (integer) +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr />