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

branch
eric7
changeset 10070
9f5758c0fec1
parent 9503
ae9232bf4854
child 10259
b51dfacef37f
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
29 29
30 <table> 30 <table>
31 31
32 <tr> 32 <tr>
33 <td><a href="#createLexer">createLexer</a></td> 33 <td><a href="#createLexer">createLexer</a></td>
34 <td>Function to instantiate a lexer object.</td> 34 <td></td>
35 </tr> 35 </tr>
36 </table> 36 </table>
37 <hr /> 37 <hr />
38 <hr /> 38 <hr />
39 <a NAME="LexerDiff" ID="LexerDiff"></a> 39 <a NAME="LexerDiff" ID="LexerDiff"></a>
70 <td><a href="#LexerDiff.isCommentStyle">isCommentStyle</a></td> 70 <td><a href="#LexerDiff.isCommentStyle">isCommentStyle</a></td>
71 <td>Public method to check, if a style is a comment style.</td> 71 <td>Public method to check, if a style is a comment style.</td>
72 </tr> 72 </tr>
73 <tr> 73 <tr>
74 <td><a href="#LexerDiff.isStringStyle">isStringStyle</a></td> 74 <td><a href="#LexerDiff.isStringStyle">isStringStyle</a></td>
75 <td>Public method to check, if a style is a string style.</td> 75 <td></td>
76 </tr> 76 </tr>
77 </table> 77 </table>
78 <h3>Static Methods</h3> 78 <h3>Static Methods</h3>
79 79
80 <table> 80 <table>
137 </dl> 137 </dl>
138 <a NAME="LexerDiff.isStringStyle" ID="LexerDiff.isStringStyle"></a> 138 <a NAME="LexerDiff.isStringStyle" ID="LexerDiff.isStringStyle"></a>
139 <h4>LexerDiff.isStringStyle</h4> 139 <h4>LexerDiff.isStringStyle</h4>
140 <b>isStringStyle</b>(<i>style</i>) 140 <b>isStringStyle</b>(<i>style</i>)
141 141
142 <p>
143 Public method to check, if a style is a string style.
144 </p>
145 <dl>
146
147 <dt><i>style</i></dt>
148 <dd>
149 style to check (integer)
150 </dd>
151 </dl>
152 <dl>
153 <dt>Return:</dt>
154 <dd>
155 flag indicating a string style (boolean)
156 </dd>
157 </dl>
158 <div align="right"><a href="#top">Up</a></div> 142 <div align="right"><a href="#top">Up</a></div>
159 <hr /> 143 <hr />
160 <hr /> 144 <hr />
161 <a NAME="createLexer" ID="createLexer"></a> 145 <a NAME="createLexer" ID="createLexer"></a>
162 <h2>createLexer</h2> 146 <h2>createLexer</h2>
163 <b>createLexer</b>(<i>variant="", parent=None</i>) 147 <b>createLexer</b>(<i>variant="", parent=None</i>)
164 148
165 <p>
166 Function to instantiate a lexer object.
167 </p>
168 <dl>
169
170 <dt><i>variant</i> (str)</dt>
171 <dd>
172 name of the language variant
173 </dd>
174 <dt><i>parent</i> (QObject)</dt>
175 <dd>
176 parent widget of this lexer
177 </dd>
178 </dl>
179 <dl>
180 <dt>Return:</dt>
181 <dd>
182 instantiated lexer object
183 </dd>
184 </dl>
185 <dl>
186 <dt>Return Type:</dt>
187 <dd>
188 LexerDiff
189 </dd>
190 </dl>
191 <div align="right"><a href="#top">Up</a></div> 149 <div align="right"><a href="#top">Up</a></div>
192 <hr /> 150 <hr />
193 </body></html> 151 </body></html>

eric ide

mercurial