--- a/Documentation/Source/eric6.QScintilla.Lexers.Lexer.html Sat Mar 16 20:12:03 2019 +0100 +++ b/Documentation/Source/eric6.QScintilla.Lexers.Lexer.html Sat Mar 16 20:14:21 2019 +0100 @@ -84,6 +84,9 @@ <td><a href="#Lexer.hasSmartIndent">hasSmartIndent</a></td> <td>Public method indicating whether lexer can do smart indentation.</td> </tr><tr> +<td><a href="#Lexer.hasSubstyles">hasSubstyles</a></td> +<td>Public method to indicate the support of sub-styles.</td> +</tr><tr> <td><a href="#Lexer.initProperties">initProperties</a></td> <td>Public slot to initialize the properties.</td> </tr><tr> @@ -205,6 +208,21 @@ flag indicating availability of smartIndentLine and smartIndentSelection methods (boolean) </dd> +</dl><a NAME="Lexer.hasSubstyles" ID="Lexer.hasSubstyles"></a> +<h4>Lexer.hasSubstyles</h4> +<b>hasSubstyles</b>(<i></i>) +<p> + Public method to indicate the support of sub-styles. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating sub-styling support +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> </dl><a NAME="Lexer.initProperties" ID="Lexer.initProperties"></a> <h4>Lexer.initProperties</h4> <b>initProperties</b>(<i></i>)