diff -r 3bc474738bf3 -r fcce4cc20d95 Documentation/Source/eric5.QScintilla.Lexers.LexerRuby.html --- a/Documentation/Source/eric5.QScintilla.Lexers.LexerRuby.html Sun Feb 28 14:33:07 2010 +0000 +++ b/Documentation/Source/eric5.QScintilla.Lexers.LexerRuby.html Sun Feb 28 17:27:35 2010 +0000 @@ -62,6 +62,9 @@ <td><a href="#LexerRuby.autoCompletionWordSeparators">autoCompletionWordSeparators</a></td> <td>Public method to return the list of separators for autocompletion.</td> </tr><tr> +<td><a href="#LexerRuby.defaultKeywords">defaultKeywords</a></td> +<td>Public method to get the default keywords.</td> +</tr><tr> <td><a href="#LexerRuby.isCommentStyle">isCommentStyle</a></td> <td>Public method to check, if a style is a comment style.</td> </tr><tr> @@ -89,6 +92,16 @@ <dd> list of separators (list of strings) </dd> +</dl><a NAME="LexerRuby.defaultKeywords" ID="LexerRuby.defaultKeywords"></a> +<h4>LexerRuby.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><a NAME="LexerRuby.isCommentStyle" ID="LexerRuby.isCommentStyle"></a> <h4>LexerRuby.isCommentStyle</h4> <b>isCommentStyle</b>(<i>style</i>)