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

branch
eric7
changeset 10431
64157aeb0312
parent 10259
b51dfacef37f
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerContainer.html	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerContainer.html	Thu Dec 21 12:03:40 2023 +0100
@@ -94,7 +94,7 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
 parent widget of this lexer
 </dd>
@@ -112,15 +112,21 @@
 </p>
 <dl>
 
-<dt><i>style</i></dt>
+<dt><i>style</i> (int)</dt>
 <dd>
-style number (integer)
+style number
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-description for the given style (string)
+description for the given style
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="LexerContainer.keywords" ID="LexerContainer.keywords"></a>
@@ -132,15 +138,21 @@
 </p>
 <dl>
 
-<dt><i>kwSet</i></dt>
+<dt><i>kwSet</i> (int)</dt>
 <dd>
-number of the keyword set (integer)
+number of the keyword set
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-string giving the keywords (string) or None
+string giving the keywords or None
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="LexerContainer.language" ID="LexerContainer.language"></a>
@@ -153,7 +165,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-language of the lexer (string)
+language of the lexer
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="LexerContainer.lexer" ID="LexerContainer.lexer"></a>
@@ -166,7 +184,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-type of the lexer (string)
+type of the lexer
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="LexerContainer.styleText" ID="LexerContainer.styleText"></a>
@@ -178,13 +202,13 @@
 </p>
 <dl>
 
-<dt><i>start</i></dt>
+<dt><i>start</i> (int)</dt>
 <dd>
-position of first character to be styled (integer)
+position of first character to be styled
 </dd>
-<dt><i>end</i></dt>
+<dt><i>end</i> (int)</dt>
 <dd>
-position of last character to be styled (integer)
+position of last character to be styled
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial