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

branch
eric7
changeset 10479
856476537696
parent 10431
64157aeb0312
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerContainer.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerContainer.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.QScintilla.Lexers.LexerContainer</h1>
-
 <p>
 Module implementing a base class for custom lexers.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#LexerContainer">LexerContainer</a></td>
 <td>Subclass as a base for the implementation of custom lexers.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="LexerContainer" ID="LexerContainer"></a>
 <h2>LexerContainer</h2>
-
 <p>
     Subclass as a base for the implementation of custom lexers.
 </p>
+
 <h3>Derived from</h3>
 Lexer, QsciLexer
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#LexerContainer.__init__">LexerContainer</a></td>
 <td>Constructor</td>
@@ -79,19 +76,20 @@
 <td>Public method to perform the styling.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="LexerContainer.__init__" ID="LexerContainer.__init__"></a>
 <h4>LexerContainer (Constructor)</h4>
 <b>LexerContainer</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -102,7 +100,6 @@
 <a NAME="LexerContainer.description" ID="LexerContainer.description"></a>
 <h4>LexerContainer.description</h4>
 <b>description</b>(<i>style</i>)
-
 <p>
         Public method returning the descriptions of the styles supported
         by the lexer.
@@ -110,6 +107,7 @@
 <p>
         <b>Note</b>: This methods needs to be overridden by the lexer class.
 </p>
+
 <dl>
 
 <dt><i>style</i> (int)</dt>
@@ -132,10 +130,10 @@
 <a NAME="LexerContainer.keywords" ID="LexerContainer.keywords"></a>
 <h4>LexerContainer.keywords</h4>
 <b>keywords</b>(<i>kwSet</i>)
-
 <p>
         Public method to get the keywords.
 </p>
+
 <dl>
 
 <dt><i>kwSet</i> (int)</dt>
@@ -158,10 +156,10 @@
 <a NAME="LexerContainer.language" ID="LexerContainer.language"></a>
 <h4>LexerContainer.language</h4>
 <b>language</b>(<i></i>)
-
 <p>
         Public method returning the language of the lexer.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -177,10 +175,10 @@
 <a NAME="LexerContainer.lexer" ID="LexerContainer.lexer"></a>
 <h4>LexerContainer.lexer</h4>
 <b>lexer</b>(<i></i>)
-
 <p>
         Public method returning the type of the lexer.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -196,10 +194,10 @@
 <a NAME="LexerContainer.styleText" ID="LexerContainer.styleText"></a>
 <h4>LexerContainer.styleText</h4>
 <b>styleText</b>(<i>start, end</i>)
-
 <p>
         Public method to perform the styling.
 </p>
+
 <dl>
 
 <dt><i>start</i> (int)</dt>
@@ -213,4 +211,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial