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

branch
eric7
changeset 10431
64157aeb0312
parent 9602
28e7f6cdf385
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.__init__.html	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.__init__.html	Thu Dec 21 12:03:40 2023 +0100
@@ -77,19 +77,25 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
 reference to the parent widget
 </dd>
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
-name of the pygments lexer to use (string)
+name of the pygments lexer to use
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the lexer (LexerPygments) or None
+reference to the lexer or None
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+LexerPygments
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -108,6 +114,12 @@
 dictionary with the default lexer associations
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+dict
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
@@ -120,19 +132,25 @@
 </p>
 <dl>
 
-<dt><i>language</i></dt>
+<dt><i>language</i> (str)</dt>
 <dd>
-language of the lexer (string)
+language of the lexer
 </dd>
-<dt><i>pixmap</i></dt>
+<dt><i>pixmap</i> (bool)</dt>
 <dd>
-flag indicating to return a pixmap (boolean)
+flag indicating to return a pixmap
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-icon for the language (QPixmap or QIcon)
+icon for the language
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QPixmap or QIcon
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -147,23 +165,29 @@
 </p>
 <dl>
 
-<dt><i>language</i></dt>
+<dt><i>language</i> (str)</dt>
 <dd>
-language of the lexer (string)
+language of the lexer
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QObject)</dt>
 <dd>
-reference to the parent object (QObject)
+reference to the parent object
 </dd>
-<dt><i>pyname</i></dt>
+<dt><i>pyname</i> (str)</dt>
 <dd>
-name of the pygments lexer to use (string)
+name of the pygments lexer to use
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the instantiated lexer object (QsciLexer)
+reference to the instantiated lexer object
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QsciLexer
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -178,26 +202,30 @@
 </p>
 <dl>
 
-<dt><i>includeAll</i></dt>
+<dt><i>includeAll</i> (bool)</dt>
 <dd>
-flag indicating the inclusion of the
-        All Files filter (boolean)
+flag indicating the inclusion of the "All Files" filter
 </dd>
-<dt><i>asString</i></dt>
+<dt><i>asString</i> (bool)</dt>
 <dd>
-flag indicating the list should be returned
-        as a string (boolean)
+flag indicating the list should be returned as a string
 </dd>
-<dt><i>withAdditional</i></dt>
+<dt><i>withAdditional</i> (bool)</dt>
 <dd>
-flag indicating to include additional filters
-        defined by the user (boolean)
+flag indicating to include additional filters defined
+        by the user
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-file filter list (list of strings or string)
+file filter list
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str or str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -212,26 +240,30 @@
 </p>
 <dl>
 
-<dt><i>includeAll</i></dt>
+<dt><i>includeAll</i> (bool)</dt>
 <dd>
-flag indicating the inclusion of the
-        All Files filter (boolean)
+flag indicating the inclusion of the "All Files" filter
 </dd>
-<dt><i>asString</i></dt>
+<dt><i>asString</i> (bool)</dt>
 <dd>
-flag indicating the list should be returned
-        as a string (boolean)
+flag indicating the list should be returned as a string
 </dd>
-<dt><i>withAdditional</i></dt>
+<dt><i>withAdditional</i> (bool)</dt>
 <dd>
-flag indicating to include additional filters
-        defined by the user (boolean)
+flag indicating to include additional filters defined
+        by the user
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-file filter list (list of strings or string)
+file filter list
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str or str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -274,7 +306,12 @@
         The first is the display string for the language, the second
         is a dummy file name, which can be used to derive the lexer, and
         the third is the name of an icon file.
-        (string, string, string)
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+dict of {str: [str, str, str]}
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial