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

branch
eric7
changeset 9503
ae9232bf4854
parent 9209
b99e7fd55fd3
child 10070
9f5758c0fec1
equal deleted inserted replaced
9502:6091145e189e 9503:ae9232bf4854
26 </tr> 26 </tr>
27 </table> 27 </table>
28 <h3>Functions</h3> 28 <h3>Functions</h3>
29 29
30 <table> 30 <table>
31 <tr><td>None</td></tr> 31
32 <tr>
33 <td><a href="#createLexer">createLexer</a></td>
34 <td>Function to instantiate a lexer object.</td>
35 </tr>
32 </table> 36 </table>
33 <hr /> 37 <hr />
34 <hr /> 38 <hr />
35 <a NAME="LexerJavaScript" ID="LexerJavaScript"></a> 39 <a NAME="LexerJavaScript" ID="LexerJavaScript"></a>
36 <h2>LexerJavaScript</h2> 40 <h2>LexerJavaScript</h2>
179 maximum keyword set (integer) 183 maximum keyword set (integer)
180 </dd> 184 </dd>
181 </dl> 185 </dl>
182 <div align="right"><a href="#top">Up</a></div> 186 <div align="right"><a href="#top">Up</a></div>
183 <hr /> 187 <hr />
188 <hr />
189 <a NAME="createLexer" ID="createLexer"></a>
190 <h2>createLexer</h2>
191 <b>createLexer</b>(<i>variant="", parent=None</i>)
192
193 <p>
194 Function to instantiate a lexer object.
195 </p>
196 <dl>
197
198 <dt><i>variant</i> (str)</dt>
199 <dd>
200 name of the language variant
201 </dd>
202 <dt><i>parent</i> (QObject)</dt>
203 <dd>
204 parent widget of this lexer
205 </dd>
206 </dl>
207 <dl>
208 <dt>Return:</dt>
209 <dd>
210 instantiated lexer object
211 </dd>
212 </dl>
213 <dl>
214 <dt>Return Type:</dt>
215 <dd>
216 LexerJavaScript
217 </dd>
218 </dl>
219 <div align="right"><a href="#top">Up</a></div>
220 <hr />
184 </body></html> 221 </body></html>

eric ide

mercurial