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

branch
eric7
changeset 9503
ae9232bf4854
parent 9209
b99e7fd55fd3
child 10070
9f5758c0fec1
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerCPP.html	Wed Nov 09 15:17:05 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerCPP.html	Wed Nov 09 15:18:07 2022 +0100
@@ -28,7 +28,11 @@
 <h3>Functions</h3>
 
 <table>
-<tr><td>None</td></tr>
+
+<tr>
+<td><a href="#createLexer">createLexer</a></td>
+<td>Function to instantiate a lexer object.</td>
+</tr>
 </table>
 <hr />
 <hr />
@@ -91,22 +95,17 @@
 
 <a NAME="LexerCPP.__init__" ID="LexerCPP.__init__"></a>
 <h4>LexerCPP (Constructor)</h4>
-<b>LexerCPP</b>(<i>parent=None, caseInsensitiveKeywords=False</i>)
+<b>LexerCPP</b>(<i>parent=None</i>)
 
 <p>
         Constructor
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QObject)</dt>
 <dd>
 parent widget of this lexer
 </dd>
-<dt><i>caseInsensitiveKeywords</i></dt>
-<dd>
-flag indicating keywords are case
-            insensitive (boolean)
-</dd>
 </dl>
 <a NAME="LexerCPP.autoCompletionWordSeparators" ID="LexerCPP.autoCompletionWordSeparators"></a>
 <h4>LexerCPP.autoCompletionWordSeparators</h4>
@@ -203,4 +202,37 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
+<hr />
+<a NAME="createLexer" ID="createLexer"></a>
+<h2>createLexer</h2>
+<b>createLexer</b>(<i>variant="", parent=None</i>)
+
+<p>
+    Function to instantiate a lexer object.
+</p>
+<dl>
+
+<dt><i>variant</i> (str)</dt>
+<dd>
+name of the language variant
+</dd>
+<dt><i>parent</i> (QObject)</dt>
+<dd>
+parent widget of this lexer
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+instantiated lexer object
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+LexerCPP
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial