--- a/Documentation/Source/eric5.QScintilla.Lexers.LexerPygments.html Thu Apr 01 09:38:39 2010 +0000 +++ b/Documentation/Source/eric5.QScintilla.Lexers.LexerPygments.html Fri Apr 02 13:57:06 2010 +0000 @@ -71,6 +71,9 @@ <td><a href="#LexerPygments.defaultFont">defaultFont</a></td> <td>Public method to get the default font for a style.</td> </tr><tr> +<td><a href="#LexerPygments.defaultKeywords">defaultKeywords</a></td> +<td>Public method to get the default keywords.</td> +</tr><tr> <td><a href="#LexerPygments.defaultPaper">defaultPaper</a></td> <td>Public method to get the default background color for a style.</td> </tr><tr> @@ -164,6 +167,21 @@ <dd> font (QFont) </dd> +</dl><a NAME="LexerPygments.defaultKeywords" ID="LexerPygments.defaultKeywords"></a> +<h4>LexerPygments.defaultKeywords</h4> +<b>defaultKeywords</b>(<i>kwSet</i>) +<p> + Public method to get the default 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="LexerPygments.defaultPaper" ID="LexerPygments.defaultPaper"></a> <h4>LexerPygments.defaultPaper</h4> <b>defaultPaper</b>(<i>style</i>)