60 <td>Constructor</td> |
60 <td>Constructor</td> |
61 </tr><tr> |
61 </tr><tr> |
62 <td><a href="#LexerRuby.autoCompletionWordSeparators">autoCompletionWordSeparators</a></td> |
62 <td><a href="#LexerRuby.autoCompletionWordSeparators">autoCompletionWordSeparators</a></td> |
63 <td>Public method to return the list of separators for autocompletion.</td> |
63 <td>Public method to return the list of separators for autocompletion.</td> |
64 </tr><tr> |
64 </tr><tr> |
|
65 <td><a href="#LexerRuby.defaultKeywords">defaultKeywords</a></td> |
|
66 <td>Public method to get the default keywords.</td> |
|
67 </tr><tr> |
65 <td><a href="#LexerRuby.isCommentStyle">isCommentStyle</a></td> |
68 <td><a href="#LexerRuby.isCommentStyle">isCommentStyle</a></td> |
66 <td>Public method to check, if a style is a comment style.</td> |
69 <td>Public method to check, if a style is a comment style.</td> |
67 </tr><tr> |
70 </tr><tr> |
68 <td><a href="#LexerRuby.isStringStyle">isStringStyle</a></td> |
71 <td><a href="#LexerRuby.isStringStyle">isStringStyle</a></td> |
69 <td>Public method to check, if a style is a string style.</td> |
72 <td>Public method to check, if a style is a string style.</td> |
87 </p><dl> |
90 </p><dl> |
88 <dt>Returns:</dt> |
91 <dt>Returns:</dt> |
89 <dd> |
92 <dd> |
90 list of separators (list of strings) |
93 list of separators (list of strings) |
91 </dd> |
94 </dd> |
|
95 </dl><a NAME="LexerRuby.defaultKeywords" ID="LexerRuby.defaultKeywords"></a> |
|
96 <h4>LexerRuby.defaultKeywords</h4> |
|
97 <b>defaultKeywords</b>(<i>kwSet</i>) |
|
98 <p> |
|
99 Public method to get the default keywords. |
|
100 </p><dl> |
|
101 <dt><i>kwSet</i></dt> |
|
102 <dd> |
|
103 number of the keyword set (integer) |
|
104 </dd> |
92 </dl><a NAME="LexerRuby.isCommentStyle" ID="LexerRuby.isCommentStyle"></a> |
105 </dl><a NAME="LexerRuby.isCommentStyle" ID="LexerRuby.isCommentStyle"></a> |
93 <h4>LexerRuby.isCommentStyle</h4> |
106 <h4>LexerRuby.isCommentStyle</h4> |
94 <b>isCommentStyle</b>(<i>style</i>) |
107 <b>isCommentStyle</b>(<i>style</i>) |
95 <p> |
108 <p> |
96 Public method to check, if a style is a comment style. |
109 Public method to check, if a style is a comment style. |