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

branch
eric7
changeset 10070
9f5758c0fec1
parent 9295
d14096c04126
child 10259
b51dfacef37f
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
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>Public method to get the default keywords.</td> 91 <td></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>Public method to check, if a style is a comment style.</td> 107 <td></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>Public method to check, if a style is a string style.</td> 111 <td></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>
305 <a NAME="Lexer.hasSmartIndent" ID="Lexer.hasSmartIndent"></a> 283 <a NAME="Lexer.hasSmartIndent" ID="Lexer.hasSmartIndent"></a>
306 <h4>Lexer.hasSmartIndent</h4> 284 <h4>Lexer.hasSmartIndent</h4>
307 <b>hasSmartIndent</b>(<i></i>) 285 <b>hasSmartIndent</b>(<i></i>)
308 286
309 <p> 287 <p>
344 </p> 322 </p>
345 <a NAME="Lexer.isCommentStyle" ID="Lexer.isCommentStyle"></a> 323 <a NAME="Lexer.isCommentStyle" ID="Lexer.isCommentStyle"></a>
346 <h4>Lexer.isCommentStyle</h4> 324 <h4>Lexer.isCommentStyle</h4>
347 <b>isCommentStyle</b>(<i>style</i>) 325 <b>isCommentStyle</b>(<i>style</i>)
348 326
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>
365 <a NAME="Lexer.isStringStyle" ID="Lexer.isStringStyle"></a> 327 <a NAME="Lexer.isStringStyle" ID="Lexer.isStringStyle"></a>
366 <h4>Lexer.isStringStyle</h4> 328 <h4>Lexer.isStringStyle</h4>
367 <b>isStringStyle</b>(<i>style</i>) 329 <b>isStringStyle</b>(<i>style</i>)
368 330
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>
385 <a NAME="Lexer.keywords" ID="Lexer.keywords"></a> 331 <a NAME="Lexer.keywords" ID="Lexer.keywords"></a>
386 <h4>Lexer.keywords</h4> 332 <h4>Lexer.keywords</h4>
387 <b>keywords</b>(<i>kwSet</i>) 333 <b>keywords</b>(<i>kwSet</i>)
388 334
389 <p> 335 <p>

eric ide

mercurial