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

changeset 3468
869d0b6e1e16
parent 3042
c9c3c0982145
child 3654
ffeb85cdc72d
equal deleted inserted replaced
3466:1406a3e1180b 3468:869d0b6e1e16
94 <td>Public method to check, if a style is a string style.</td> 94 <td>Public method to check, if a style is a string style.</td>
95 </tr><tr> 95 </tr><tr>
96 <td><a href="#Lexer.keywords">keywords</a></td> 96 <td><a href="#Lexer.keywords">keywords</a></td>
97 <td>Public method to get the keywords.</td> 97 <td>Public method to get the keywords.</td>
98 </tr><tr> 98 </tr><tr>
99 <td><a href="#Lexer.lexerName">lexerName</a></td>
100 <td>Public method to return the lexer name.</td>
101 </tr><tr>
99 <td><a href="#Lexer.smartIndentLine">smartIndentLine</a></td> 102 <td><a href="#Lexer.smartIndentLine">smartIndentLine</a></td>
100 <td>Public method to handle smart indentation for a line.</td> 103 <td>Public method to handle smart indentation for a line.</td>
101 </tr><tr> 104 </tr><tr>
102 <td><a href="#Lexer.smartIndentSelection">smartIndentSelection</a></td> 105 <td><a href="#Lexer.smartIndentSelection">smartIndentSelection</a></td>
103 <td>Public method to handle smart indentation for a selection of lines.</td> 106 <td>Public method to handle smart indentation for a selection of lines.</td>
247 </dl><dl> 250 </dl><dl>
248 <dt>Returns:</dt> 251 <dt>Returns:</dt>
249 <dd> 252 <dd>
250 string giving the keywords (string) or None 253 string giving the keywords (string) or None
251 </dd> 254 </dd>
255 </dl><a NAME="Lexer.lexerName" ID="Lexer.lexerName"></a>
256 <h4>Lexer.lexerName</h4>
257 <b>lexerName</b>(<i></i>)
258 <p>
259 Public method to return the lexer name.
260 </p><dl>
261 <dt>Returns:</dt>
262 <dd>
263 lexer name (string)
264 </dd>
252 </dl><a NAME="Lexer.smartIndentLine" ID="Lexer.smartIndentLine"></a> 265 </dl><a NAME="Lexer.smartIndentLine" ID="Lexer.smartIndentLine"></a>
253 <h4>Lexer.smartIndentLine</h4> 266 <h4>Lexer.smartIndentLine</h4>
254 <b>smartIndentLine</b>(<i>editor</i>) 267 <b>smartIndentLine</b>(<i>editor</i>)
255 <p> 268 <p>
256 Public method to handle smart indentation for a line. 269 Public method to handle smart indentation for a line.

eric ide

mercurial