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

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10431
64157aeb0312
diff -r e7764f992a01 -r b51dfacef37f src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerBatch.html
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerBatch.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerBatch.html	Fri Oct 27 14:09:40 2023 +0200
@@ -31,7 +31,7 @@
 
 <tr>
 <td><a href="#createLexer">createLexer</a></td>
-<td></td>
+<td>Function to instantiate a lexer object.</td>
 </tr>
 </table>
 <hr />
@@ -72,7 +72,7 @@
 </tr>
 <tr>
 <td><a href="#LexerBatch.isStringStyle">isStringStyle</a></td>
-<td></td>
+<td>Public method to check, if a style is a string style.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -139,6 +139,22 @@
 <h4>LexerBatch.isStringStyle</h4>
 <b>isStringStyle</b>(<i>style</i>)
 
+<p>
+        Public method to check, if a style is a string style.
+</p>
+<dl>
+
+<dt><i>style</i></dt>
+<dd>
+style to check (integer)
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating a string style (boolean)
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
@@ -146,6 +162,32 @@
 <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>
+LexerBatch
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial