~mcfletch/eric/update-to-4.5.13

« back to all changes in this revision

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

Tags: 4.5.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
<td><a href="#LexerMakefile.__init__">LexerMakefile</a></td>
64
64
<td>Constructor</td>
65
65
</tr><tr>
 
66
<td><a href="#LexerMakefile.defaultKeywords">defaultKeywords</a></td>
 
67
<td>Public method to get the default keywords.</td>
 
68
</tr><tr>
66
69
<td><a href="#LexerMakefile.isCommentStyle">isCommentStyle</a></td>
67
70
<td>Public method to check, if a style is a comment style.</td>
68
71
</tr><tr>
84
87
<dd>
85
88
parent widget of this lexer
86
89
</dd>
 
90
</dl><a NAME="LexerMakefile.defaultKeywords" ID="LexerMakefile.defaultKeywords"></a>
 
91
<h4>LexerMakefile.defaultKeywords</h4>
 
92
<b>defaultKeywords</b>(<i>kwSet</i>)
 
93
<p>
 
94
        Public method to get the default keywords.
 
95
</p><dl>
 
96
<dt><i>kwSet</i></dt>
 
97
<dd>
 
98
number of the keyword set (integer)
 
99
</dd>
 
100
</dl><dl>
 
101
<dt>Returns:</dt>
 
102
<dd>
 
103
string giving the keywords (string) or None
 
104
</dd>
87
105
</dl><a NAME="LexerMakefile.isCommentStyle" ID="LexerMakefile.isCommentStyle"></a>
88
106
<h4>LexerMakefile.isCommentStyle</h4>
89
107
<b>isCommentStyle</b>(<i>style</i>)