Documentation/Source/eric5.QScintilla.Lexers.LexerContainer.html

branch
5_1_x
changeset 1460
8796ba2ba2ec
parent 1278
fb0460fd00b9
diff -r 191eea8598e8 -r 8796ba2ba2ec Documentation/Source/eric5.QScintilla.Lexers.LexerContainer.html
--- a/Documentation/Source/eric5.QScintilla.Lexers.LexerContainer.html	Sun Nov 20 14:44:05 2011 +0100
+++ b/Documentation/Source/eric5.QScintilla.Lexers.LexerContainer.html	Sun Nov 20 14:46:50 2011 +0100
@@ -66,6 +66,9 @@
 <td><a href="#LexerContainer.description">description</a></td>
 <td>Public method returning the descriptions of the styles supported by the lexer.</td>
 </tr><tr>
+<td><a href="#LexerContainer.keywords">keywords</a></td>
+<td>Public method to get the keywords.</td>
+</tr><tr>
 <td><a href="#LexerContainer.language">language</a></td>
 <td>Public method returning the language of the lexer.</td>
 </tr><tr>
@@ -111,6 +114,21 @@
 <dd>
 description for the given style (string)
 </dd>
+</dl><a NAME="LexerContainer.keywords" ID="LexerContainer.keywords"></a>
+<h4>LexerContainer.keywords</h4>
+<b>keywords</b>(<i>kwSet</i>)
+<p>
+        Public method to get the keywords.
+</p><dl>
+<dt><i>kwSet</i></dt>
+<dd>
+number of the keyword set (integer)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+string giving the keywords (string) or None
+</dd>
 </dl><a NAME="LexerContainer.language" ID="LexerContainer.language"></a>
 <h4>LexerContainer.language</h4>
 <b>language</b>(<i></i>)

eric ide

mercurial