Documentation/Source/eric6.QScintilla.Lexers.Lexer.html

branch
sub_styles
changeset 6866
b792455b35cd
parent 3673
e26d7d0c1088
child 6876
af2ae79e03b3
--- 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>)

eric ide

mercurial