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

changeset 6876
af2ae79e03b3
parent 6866
b792455b35cd
--- a/Documentation/Source/eric6.QScintilla.Lexers.Lexer.html	Sun Mar 17 19:37:28 2019 +0100
+++ b/Documentation/Source/eric6.QScintilla.Lexers.Lexer.html	Sun Mar 17 19:38:42 2019 +0100
@@ -81,6 +81,9 @@
 <td><a href="#Lexer.commentStr">commentStr</a></td>
 <td>Public method to return the comment string.</td>
 </tr><tr>
+<td><a href="#Lexer.defaultKeywords">defaultKeywords</a></td>
+<td>Public method to get the default keywords.</td>
+</tr><tr>
 <td><a href="#Lexer.hasSmartIndent">hasSmartIndent</a></td>
 <td>Public method indicating whether lexer can do smart indentation.</td>
 </tr><tr>
@@ -99,6 +102,9 @@
 <td><a href="#Lexer.keywords">keywords</a></td>
 <td>Public method to get the keywords.</td>
 </tr><tr>
+<td><a href="#Lexer.keywordsDescription">keywordsDescription</a></td>
+<td>Public method to get the description for a keywords set.</td>
+</tr><tr>
 <td><a href="#Lexer.lexerName">lexerName</a></td>
 <td>Public method to return the lexer name.</td>
 </tr><tr>
@@ -197,6 +203,26 @@
 <dd>
 comment string (string)
 </dd>
+</dl><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>
+<dd>
+number of the keyword set
+</dd>
+</dl><dl>
+<dt>Returns:</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>)
@@ -264,14 +290,39 @@
 <p>
         Public method to get the keywords.
 </p><dl>
-<dt><i>kwSet</i></dt>
+<dt><i>kwSet</i> (int)</dt>
 <dd>
-number of the keyword set (integer)
+number of the keyword set
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-string giving the keywords (string) or None
+space separated list of keywords
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str or None
+</dd>
+</dl><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>
+<dd>
+number of the keyword set
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+description of the keyword set
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl><a NAME="Lexer.lexerName" ID="Lexer.lexerName"></a>
 <h4>Lexer.lexerName</h4>
@@ -293,7 +344,12 @@
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-maximum keyword set (integer)
+maximum keyword set
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl><a NAME="Lexer.smartIndentLine" ID="Lexer.smartIndentLine"></a>
 <h4>Lexer.smartIndentLine</h4>

eric ide

mercurial