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

changeset 948
fe7b94ed01ec
parent 945
8cd4d08fa9f6
child 1228
7afaf2fca55b
equal deleted inserted replaced
946:daf90a162be4 948:fe7b94ed01ec
61 <td>Public method to return the list of separators for autocompletion.</td> 61 <td>Public method to return the list of separators for autocompletion.</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#LexerRuby.defaultKeywords">defaultKeywords</a></td> 63 <td><a href="#LexerRuby.defaultKeywords">defaultKeywords</a></td>
64 <td>Public method to get the default keywords.</td> 64 <td>Public method to get the default keywords.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#LexerRuby.initProperties">initProperties</a></td>
67 <td>Public slot to initialize the properties.</td>
68 </tr><tr>
66 <td><a href="#LexerRuby.isCommentStyle">isCommentStyle</a></td> 69 <td><a href="#LexerRuby.isCommentStyle">isCommentStyle</a></td>
67 <td>Public method to check, if a style is a comment style.</td> 70 <td>Public method to check, if a style is a comment style.</td>
68 </tr><tr> 71 </tr><tr>
69 <td><a href="#LexerRuby.isStringStyle">isStringStyle</a></td> 72 <td><a href="#LexerRuby.isStringStyle">isStringStyle</a></td>
70 <td>Public method to check, if a style is a string style.</td> 73 <td>Public method to check, if a style is a string style.</td>
103 </dl><dl> 106 </dl><dl>
104 <dt>Returns:</dt> 107 <dt>Returns:</dt>
105 <dd> 108 <dd>
106 string giving the keywords (string) or None 109 string giving the keywords (string) or None
107 </dd> 110 </dd>
108 </dl><a NAME="LexerRuby.isCommentStyle" ID="LexerRuby.isCommentStyle"></a> 111 </dl><a NAME="LexerRuby.initProperties" ID="LexerRuby.initProperties"></a>
112 <h4>LexerRuby.initProperties</h4>
113 <b>initProperties</b>(<i></i>)
114 <p>
115 Public slot to initialize the properties.
116 </p><a NAME="LexerRuby.isCommentStyle" ID="LexerRuby.isCommentStyle"></a>
109 <h4>LexerRuby.isCommentStyle</h4> 117 <h4>LexerRuby.isCommentStyle</h4>
110 <b>isCommentStyle</b>(<i>style</i>) 118 <b>isCommentStyle</b>(<i>style</i>)
111 <p> 119 <p>
112 Public method to check, if a style is a comment style. 120 Public method to check, if a style is a comment style.
113 </p><dl> 121 </p><dl>

eric ide

mercurial