--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.QScintilla.Lexers.Lexer</h1> - <p> Module implementing the lexer mixin class. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#Lexer">Lexer</a></td> <td>Class to implement the lexer mixin class.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="Lexer" ID="Lexer"></a> <h2>Lexer</h2> - <p> Class to implement the lexer mixin class. </p> + <h3>Derived from</h3> None <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#Lexer.__init__">Lexer</a></td> <td>Constructor</td> @@ -139,26 +136,27 @@ <td>Public method to return the stream comment strings.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="Lexer.__init__" ID="Lexer.__init__"></a> <h4>Lexer (Constructor)</h4> <b>Lexer</b>(<i></i>) - <p> Constructor </p> + <a NAME="Lexer.alwaysKeepTabs" ID="Lexer.alwaysKeepTabs"></a> <h4>Lexer.alwaysKeepTabs</h4> <b>alwaysKeepTabs</b>(<i></i>) - <p> Public method to check, if tab conversion is allowed. </p> + <dl> <dt>Return:</dt> <dd> @@ -174,10 +172,10 @@ <a NAME="Lexer.autoCompletionWordSeparators" ID="Lexer.autoCompletionWordSeparators"></a> <h4>Lexer.autoCompletionWordSeparators</h4> <b>autoCompletionWordSeparators</b>(<i></i>) - <p> Public method to return the list of separators for autocompletion. </p> + <dl> <dt>Return:</dt> <dd> @@ -193,10 +191,10 @@ <a NAME="Lexer.boxCommentStr" ID="Lexer.boxCommentStr"></a> <h4>Lexer.boxCommentStr</h4> <b>boxCommentStr</b>(<i></i>) - <p> Public method to return the box comment strings. </p> + <dl> <dt>Return:</dt> <dd> @@ -212,11 +210,11 @@ <a NAME="Lexer.canBlockComment" ID="Lexer.canBlockComment"></a> <h4>Lexer.canBlockComment</h4> <b>canBlockComment</b>(<i></i>) - <p> Public method to determine, whether the lexer language supports a block comment. </p> + <dl> <dt>Return:</dt> <dd> @@ -232,11 +230,11 @@ <a NAME="Lexer.canBoxComment" ID="Lexer.canBoxComment"></a> <h4>Lexer.canBoxComment</h4> <b>canBoxComment</b>(<i></i>) - <p> Public method to determine, whether the lexer language supports a box comment. </p> + <dl> <dt>Return:</dt> <dd> @@ -252,11 +250,11 @@ <a NAME="Lexer.canStreamComment" ID="Lexer.canStreamComment"></a> <h4>Lexer.canStreamComment</h4> <b>canStreamComment</b>(<i></i>) - <p> Public method to determine, whether the lexer language supports a stream comment. </p> + <dl> <dt>Return:</dt> <dd> @@ -272,10 +270,10 @@ <a NAME="Lexer.commentStr" ID="Lexer.commentStr"></a> <h4>Lexer.commentStr</h4> <b>commentStr</b>(<i></i>) - <p> Public method to return the comment string. </p> + <dl> <dt>Return:</dt> <dd> @@ -291,10 +289,10 @@ <a NAME="Lexer.defaultKeywords" ID="Lexer.defaultKeywords"></a> <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> @@ -317,10 +315,10 @@ <a NAME="Lexer.hasSmartIndent" ID="Lexer.hasSmartIndent"></a> <h4>Lexer.hasSmartIndent</h4> <b>hasSmartIndent</b>(<i></i>) - <p> Public method indicating whether lexer can do smart indentation. </p> + <dl> <dt>Return:</dt> <dd> @@ -337,10 +335,10 @@ <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>Return:</dt> <dd> @@ -356,17 +354,17 @@ <a NAME="Lexer.initProperties" ID="Lexer.initProperties"></a> <h4>Lexer.initProperties</h4> <b>initProperties</b>(<i></i>) - <p> Public slot to initialize the properties. </p> + <a NAME="Lexer.isCommentStyle" ID="Lexer.isCommentStyle"></a> <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> (int)</dt> @@ -389,10 +387,10 @@ <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> (int)</dt> @@ -415,10 +413,10 @@ <a NAME="Lexer.keywords" ID="Lexer.keywords"></a> <h4>Lexer.keywords</h4> <b>keywords</b>(<i>kwSet</i>) - <p> Public method to get the keywords. </p> + <dl> <dt><i>kwSet</i> (int)</dt> @@ -441,10 +439,10 @@ <a NAME="Lexer.keywordsDescription" ID="Lexer.keywordsDescription"></a> <h4>Lexer.keywordsDescription</h4> <b>keywordsDescription</b>(<i>kwSet</i>) - <p> Public method to get the description for a keywords set. </p> + <dl> <dt><i>kwSet</i> (int)</dt> @@ -467,10 +465,10 @@ <a NAME="Lexer.lexerName" ID="Lexer.lexerName"></a> <h4>Lexer.lexerName</h4> <b>lexerName</b>(<i></i>) - <p> Public method to return the lexer name. </p> + <dl> <dt>Return:</dt> <dd> @@ -486,13 +484,13 @@ <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>Return:</dt> <dd> @@ -508,10 +506,10 @@ <a NAME="Lexer.smartIndentLine" ID="Lexer.smartIndentLine"></a> <h4>Lexer.smartIndentLine</h4> <b>smartIndentLine</b>(<i>editor</i>) - <p> Public method to handle smart indentation for a line. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -522,7 +520,6 @@ <a NAME="Lexer.smartIndentSelection" ID="Lexer.smartIndentSelection"></a> <h4>Lexer.smartIndentSelection</h4> <b>smartIndentSelection</b>(<i>editor</i>) - <p> Public method to handle smart indentation for a selection of lines. </p> @@ -530,6 +527,7 @@ Note: The assumption is, that the first line determines the new indentation level. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -540,10 +538,10 @@ <a NAME="Lexer.streamCommentStr" ID="Lexer.streamCommentStr"></a> <h4>Lexer.streamCommentStr</h4> <b>streamCommentStr</b>(<i></i>) - <p> Public method to return the stream comment strings. </p> + <dl> <dt>Return:</dt> <dd> @@ -558,4 +556,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>