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

changeset 3654
ffeb85cdc72d
parent 3468
869d0b6e1e16
equal deleted inserted replaced
3653:942c9c625bc9 3654:ffeb85cdc72d
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> 99 <td><a href="#Lexer.lexerName">lexerName</a></td>
100 <td>Public method to return the lexer name.</td> 100 <td>Public method to return the lexer name.</td>
101 </tr><tr> 101 </tr><tr>
102 <td><a href="#Lexer.maximumKeywordSet">maximumKeywordSet</a></td>
103 <td>Public method to get the maximum keyword set.</td>
104 </tr><tr>
102 <td><a href="#Lexer.smartIndentLine">smartIndentLine</a></td> 105 <td><a href="#Lexer.smartIndentLine">smartIndentLine</a></td>
103 <td>Public method to handle smart indentation for a line.</td> 106 <td>Public method to handle smart indentation for a line.</td>
104 </tr><tr> 107 </tr><tr>
105 <td><a href="#Lexer.smartIndentSelection">smartIndentSelection</a></td> 108 <td><a href="#Lexer.smartIndentSelection">smartIndentSelection</a></td>
106 <td>Public method to handle smart indentation for a selection of lines.</td> 109 <td>Public method to handle smart indentation for a selection of lines.</td>
260 </p><dl> 263 </p><dl>
261 <dt>Returns:</dt> 264 <dt>Returns:</dt>
262 <dd> 265 <dd>
263 lexer name (string) 266 lexer name (string)
264 </dd> 267 </dd>
268 </dl><a NAME="Lexer.maximumKeywordSet" ID="Lexer.maximumKeywordSet"></a>
269 <h4>Lexer.maximumKeywordSet</h4>
270 <b>maximumKeywordSet</b>(<i></i>)
271 <p>
272 Public method to get the maximum keyword set.
273 </p><p>
274 Note: A return value of 0 indicates to determine this dynamically.
275 </p><dl>
276 <dt>Returns:</dt>
277 <dd>
278 maximum keyword set (integer)
279 </dd>
265 </dl><a NAME="Lexer.smartIndentLine" ID="Lexer.smartIndentLine"></a> 280 </dl><a NAME="Lexer.smartIndentLine" ID="Lexer.smartIndentLine"></a>
266 <h4>Lexer.smartIndentLine</h4> 281 <h4>Lexer.smartIndentLine</h4>
267 <b>smartIndentLine</b>(<i>editor</i>) 282 <b>smartIndentLine</b>(<i>editor</i>)
268 <p> 283 <p>
269 Public method to handle smart indentation for a line. 284 Public method to handle smart indentation for a line.

eric ide

mercurial