~mcfletch/eric/update-to-4.5.13

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric4.QScintilla.Lexers.Lexer.html

Tags: 4.5.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
<td><a href="#Lexer.isStringStyle">isStringStyle</a></td>
97
97
<td>Public method to check, if a style is a string style.</td>
98
98
</tr><tr>
 
99
<td><a href="#Lexer.keywords">keywords</a></td>
 
100
<td>Public method to get the keywords.</td>
 
101
</tr><tr>
99
102
<td><a href="#Lexer.smartIndentLine">smartIndentLine</a></td>
100
103
<td>Public method to handle smart indentation for a line.</td>
101
104
</tr><tr>
221
224
<dd>
222
225
flag indicating a string style (boolean)
223
226
</dd>
 
227
</dl><a NAME="Lexer.keywords" ID="Lexer.keywords"></a>
 
228
<h4>Lexer.keywords</h4>
 
229
<b>keywords</b>(<i>kwSet</i>)
 
230
<p>
 
231
        Public method to get the keywords.
 
232
</p><dl>
 
233
<dt><i>kwSet</i></dt>
 
234
<dd>
 
235
number of the keyword set (integer)
 
236
</dd>
 
237
</dl><dl>
 
238
<dt>Returns:</dt>
 
239
<dd>
 
240
string giving the keywords (string) or None
 
241
</dd>
224
242
</dl><a NAME="Lexer.smartIndentLine" ID="Lexer.smartIndentLine"></a>
225
243
<h4>Lexer.smartIndentLine</h4>
226
244
<b>smartIndentLine</b>(<i>editor</i>)