src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10431
64157aeb0312
equal deleted inserted replaced
10258:e7764f992a01 10259:b51dfacef37f
86 <td><a href="#Lexer.commentStr">commentStr</a></td> 86 <td><a href="#Lexer.commentStr">commentStr</a></td>
87 <td>Public method to return the comment string.</td> 87 <td>Public method to return the comment string.</td>
88 </tr> 88 </tr>
89 <tr> 89 <tr>
90 <td><a href="#Lexer.defaultKeywords">defaultKeywords</a></td> 90 <td><a href="#Lexer.defaultKeywords">defaultKeywords</a></td>
91 <td></td> 91 <td>Public method to get the default keywords.</td>
92 </tr> 92 </tr>
93 <tr> 93 <tr>
94 <td><a href="#Lexer.hasSmartIndent">hasSmartIndent</a></td> 94 <td><a href="#Lexer.hasSmartIndent">hasSmartIndent</a></td>
95 <td>Public method indicating whether lexer can do smart indentation.</td> 95 <td>Public method indicating whether lexer can do smart indentation.</td>
96 </tr> 96 </tr>
102 <td><a href="#Lexer.initProperties">initProperties</a></td> 102 <td><a href="#Lexer.initProperties">initProperties</a></td>
103 <td>Public slot to initialize the properties.</td> 103 <td>Public slot to initialize the properties.</td>
104 </tr> 104 </tr>
105 <tr> 105 <tr>
106 <td><a href="#Lexer.isCommentStyle">isCommentStyle</a></td> 106 <td><a href="#Lexer.isCommentStyle">isCommentStyle</a></td>
107 <td></td> 107 <td>Public method to check, if a style is a comment style.</td>
108 </tr> 108 </tr>
109 <tr> 109 <tr>
110 <td><a href="#Lexer.isStringStyle">isStringStyle</a></td> 110 <td><a href="#Lexer.isStringStyle">isStringStyle</a></td>
111 <td></td> 111 <td>Public method to check, if a style is a string style.</td>
112 </tr> 112 </tr>
113 <tr> 113 <tr>
114 <td><a href="#Lexer.keywords">keywords</a></td> 114 <td><a href="#Lexer.keywords">keywords</a></td>
115 <td>Public method to get the keywords.</td> 115 <td>Public method to get the keywords.</td>
116 </tr> 116 </tr>
278 </dl> 278 </dl>
279 <a NAME="Lexer.defaultKeywords" ID="Lexer.defaultKeywords"></a> 279 <a NAME="Lexer.defaultKeywords" ID="Lexer.defaultKeywords"></a>
280 <h4>Lexer.defaultKeywords</h4> 280 <h4>Lexer.defaultKeywords</h4>
281 <b>defaultKeywords</b>(<i>kwSet</i>) 281 <b>defaultKeywords</b>(<i>kwSet</i>)
282 282
283 <p>
284 Public method to get the default keywords.
285 </p>
286 <dl>
287
288 <dt><i>kwSet</i> (int)</dt>
289 <dd>
290 number of the keyword set
291 </dd>
292 </dl>
293 <dl>
294 <dt>Return:</dt>
295 <dd>
296 space separated list of keywords
297 </dd>
298 </dl>
299 <dl>
300 <dt>Return Type:</dt>
301 <dd>
302 str or None
303 </dd>
304 </dl>
283 <a NAME="Lexer.hasSmartIndent" ID="Lexer.hasSmartIndent"></a> 305 <a NAME="Lexer.hasSmartIndent" ID="Lexer.hasSmartIndent"></a>
284 <h4>Lexer.hasSmartIndent</h4> 306 <h4>Lexer.hasSmartIndent</h4>
285 <b>hasSmartIndent</b>(<i></i>) 307 <b>hasSmartIndent</b>(<i></i>)
286 308
287 <p> 309 <p>
322 </p> 344 </p>
323 <a NAME="Lexer.isCommentStyle" ID="Lexer.isCommentStyle"></a> 345 <a NAME="Lexer.isCommentStyle" ID="Lexer.isCommentStyle"></a>
324 <h4>Lexer.isCommentStyle</h4> 346 <h4>Lexer.isCommentStyle</h4>
325 <b>isCommentStyle</b>(<i>style</i>) 347 <b>isCommentStyle</b>(<i>style</i>)
326 348
349 <p>
350 Public method to check, if a style is a comment style.
351 </p>
352 <dl>
353
354 <dt><i>style</i></dt>
355 <dd>
356 style to check (integer)
357 </dd>
358 </dl>
359 <dl>
360 <dt>Return:</dt>
361 <dd>
362 flag indicating a comment style (boolean)
363 </dd>
364 </dl>
327 <a NAME="Lexer.isStringStyle" ID="Lexer.isStringStyle"></a> 365 <a NAME="Lexer.isStringStyle" ID="Lexer.isStringStyle"></a>
328 <h4>Lexer.isStringStyle</h4> 366 <h4>Lexer.isStringStyle</h4>
329 <b>isStringStyle</b>(<i>style</i>) 367 <b>isStringStyle</b>(<i>style</i>)
330 368
369 <p>
370 Public method to check, if a style is a string style.
371 </p>
372 <dl>
373
374 <dt><i>style</i></dt>
375 <dd>
376 style to check (integer)
377 </dd>
378 </dl>
379 <dl>
380 <dt>Return:</dt>
381 <dd>
382 flag indicating a string style (boolean)
383 </dd>
384 </dl>
331 <a NAME="Lexer.keywords" ID="Lexer.keywords"></a> 385 <a NAME="Lexer.keywords" ID="Lexer.keywords"></a>
332 <h4>Lexer.keywords</h4> 386 <h4>Lexer.keywords</h4>
333 <b>keywords</b>(<i>kwSet</i>) 387 <b>keywords</b>(<i>kwSet</i>)
334 388
335 <p> 389 <p>

eric ide

mercurial