diff -r e7764f992a01 -r b51dfacef37f src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html --- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html Fri Oct 27 14:09:40 2023 +0200 @@ -88,7 +88,7 @@ </tr> <tr> <td><a href="#Lexer.defaultKeywords">defaultKeywords</a></td> -<td></td> +<td>Public method to get the default keywords.</td> </tr> <tr> <td><a href="#Lexer.hasSmartIndent">hasSmartIndent</a></td> @@ -104,11 +104,11 @@ </tr> <tr> <td><a href="#Lexer.isCommentStyle">isCommentStyle</a></td> -<td></td> +<td>Public method to check, if a style is a comment style.</td> </tr> <tr> <td><a href="#Lexer.isStringStyle">isStringStyle</a></td> -<td></td> +<td>Public method to check, if a style is a string style.</td> </tr> <tr> <td><a href="#Lexer.keywords">keywords</a></td> @@ -280,6 +280,28 @@ <h4>Lexer.defaultKeywords</h4> <b>defaultKeywords</b>(<i>kwSet</i>) +<p> + Public method to get the default keywords. +</p> +<dl> + +<dt><i>kwSet</i> (int)</dt> +<dd> +number of the keyword set +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +space separated list of keywords +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str or None +</dd> +</dl> <a NAME="Lexer.hasSmartIndent" ID="Lexer.hasSmartIndent"></a> <h4>Lexer.hasSmartIndent</h4> <b>hasSmartIndent</b>(<i></i>) @@ -324,10 +346,42 @@ <h4>Lexer.isCommentStyle</h4> <b>isCommentStyle</b>(<i>style</i>) +<p> + Public method to check, if a style is a comment style. +</p> +<dl> + +<dt><i>style</i></dt> +<dd> +style to check (integer) +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +flag indicating a comment style (boolean) +</dd> +</dl> <a NAME="Lexer.isStringStyle" ID="Lexer.isStringStyle"></a> <h4>Lexer.isStringStyle</h4> <b>isStringStyle</b>(<i>style</i>) +<p> + Public method to check, if a style is a string style. +</p> +<dl> + +<dt><i>style</i></dt> +<dd> +style to check (integer) +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +flag indicating a string style (boolean) +</dd> +</dl> <a NAME="Lexer.keywords" ID="Lexer.keywords"></a> <h4>Lexer.keywords</h4> <b>keywords</b>(<i>kwSet</i>)