~mcfletch/eric/update-to-4.5.13

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric4.QScintilla.Lexers.LexerCSharp.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="#LexerCSharp.__init__">LexerCSharp</a></td>
64
64
<td>Constructor</td>
65
65
</tr><tr>
 
66
<td><a href="#LexerCSharp.defaultKeywords">defaultKeywords</a></td>
 
67
<td>Public method to get the default keywords.</td>
 
68
</tr><tr>
66
69
<td><a href="#LexerCSharp.initProperties">initProperties</a></td>
67
70
<td>Public slot to initialize the properties.</td>
68
71
</tr><tr>
87
90
<dd>
88
91
parent widget of this lexer
89
92
</dd>
 
93
</dl><a NAME="LexerCSharp.defaultKeywords" ID="LexerCSharp.defaultKeywords"></a>
 
94
<h4>LexerCSharp.defaultKeywords</h4>
 
95
<b>defaultKeywords</b>(<i>kwSet</i>)
 
96
<p>
 
97
        Public method to get the default keywords.
 
98
</p><dl>
 
99
<dt><i>kwSet</i></dt>
 
100
<dd>
 
101
number of the keyword set (integer)
 
102
</dd>
 
103
</dl><dl>
 
104
<dt>Returns:</dt>
 
105
<dd>
 
106
string giving the keywords (string) or None
 
107
</dd>
90
108
</dl><a NAME="LexerCSharp.initProperties" ID="LexerCSharp.initProperties"></a>
91
109
<h4>LexerCSharp.initProperties</h4>
92
110
<b>initProperties</b>(<i></i>)