src/eric7/Documentation/Source/eric7.QScintilla.EditorAssembly.html

branch
eric7
changeset 10479
856476537696
parent 9687
3a240d3f3b8c
child 10849
78d338b6d89f
--- a/src/eric7/Documentation/Source/eric7.QScintilla.EditorAssembly.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.EditorAssembly.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,55 +7,52 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.QScintilla.EditorAssembly</h1>
-
 <p>
 Module implementing the editor assembly widget containing the navigation
 combos and the editor widget.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EditorAssembly">EditorAssembly</a></td>
 <td>Class implementing the editor assembly widget containing the navigation combos and the editor widget.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EditorAssembly" ID="EditorAssembly"></a>
 <h2>EditorAssembly</h2>
-
 <p>
     Class implementing the editor assembly widget containing the navigation
     combos and the editor widget.
 </p>
+
 <h3>Derived from</h3>
 QWidget
 <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="#EditorAssembly.__init__">EditorAssembly</a></td>
 <td>Constructor</td>
@@ -105,19 +102,20 @@
 <td>Public method to get the reference to the editor widget.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EditorAssembly.__init__" ID="EditorAssembly.__init__"></a>
 <h4>EditorAssembly (Constructor)</h4>
 <b>EditorAssembly</b>(<i>dbs, fn="", vm=None, filetype="", editor=None, tv=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>dbs</i> (DebugServer)</dt>
@@ -149,10 +147,10 @@
 <a NAME="EditorAssembly.__activateCombos" ID="EditorAssembly.__activateCombos"></a>
 <h4>EditorAssembly.__activateCombos</h4>
 <b>__activateCombos</b>(<i>activate</i>)
-
 <p>
         Private slot to activate the navigation combo boxes.
 </p>
+
 <dl>
 
 <dt><i>activate</i> (bool)</dt>
@@ -163,10 +161,10 @@
 <a NAME="EditorAssembly.__activateOutline" ID="EditorAssembly.__activateOutline"></a>
 <h4>EditorAssembly.__activateOutline</h4>
 <b>__activateOutline</b>(<i>activate</i>)
-
 <p>
         Private slot to activate the source outline view.
 </p>
+
 <dl>
 
 <dt><i>activate</i> (bool)</dt>
@@ -177,17 +175,17 @@
 <a NAME="EditorAssembly.__editorChanged" ID="EditorAssembly.__editorChanged"></a>
 <h4>EditorAssembly.__editorChanged</h4>
 <b>__editorChanged</b>(<i></i>)
-
 <p>
         Private slot handling changes of the editor language or file name.
 </p>
+
 <a NAME="EditorAssembly.__editorCursorLineChanged" ID="EditorAssembly.__editorCursorLineChanged"></a>
 <h4>EditorAssembly.__editorCursorLineChanged</h4>
 <b>__editorCursorLineChanged</b>(<i>lineno</i>)
-
 <p>
         Private slot handling a line change of the cursor of the editor.
 </p>
+
 <dl>
 
 <dt><i>lineno</i> (int)</dt>
@@ -198,11 +196,11 @@
 <a NAME="EditorAssembly.__globalsActivated" ID="EditorAssembly.__globalsActivated"></a>
 <h4>EditorAssembly.__globalsActivated</h4>
 <b>__globalsActivated</b>(<i>index, moveCursor=True</i>)
-
 <p>
         Private method to jump to the line of the selected global entry and to
         populate the members combo box.
 </p>
+
 <dl>
 
 <dt><i>index</i> (int)</dt>
@@ -217,10 +215,10 @@
 <a NAME="EditorAssembly.__membersActivated" ID="EditorAssembly.__membersActivated"></a>
 <h4>EditorAssembly.__membersActivated</h4>
 <b>__membersActivated</b>(<i>index, moveCursor=True</i>)
-
 <p>
         Private method to jump to the line of the selected members entry.
 </p>
+
 <dl>
 
 <dt><i>index</i> (int)</dt>
@@ -235,39 +233,39 @@
 <a NAME="EditorAssembly.__parseEditor" ID="EditorAssembly.__parseEditor"></a>
 <h4>EditorAssembly.__parseEditor</h4>
 <b>__parseEditor</b>(<i></i>)
-
 <p>
         Private method to parse the editor source and repopulate the globals
         combo.
 </p>
+
 <a NAME="EditorAssembly.__preferencesChanged" ID="EditorAssembly.__preferencesChanged"></a>
 <h4>EditorAssembly.__preferencesChanged</h4>
 <b>__preferencesChanged</b>(<i></i>)
-
 <p>
         Private slot handling a change of preferences.
 </p>
+
 <a NAME="EditorAssembly.__resetParseTimer" ID="EditorAssembly.__resetParseTimer"></a>
 <h4>EditorAssembly.__resetParseTimer</h4>
 <b>__resetParseTimer</b>(<i></i>)
-
 <p>
         Private slot to reset the parse timer.
 </p>
+
 <a NAME="EditorAssembly.aboutToBeClosed" ID="EditorAssembly.aboutToBeClosed"></a>
 <h4>EditorAssembly.aboutToBeClosed</h4>
 <b>aboutToBeClosed</b>(<i></i>)
-
 <p>
         Public method to stop and disconnect the timer and disconnect some signals.
 </p>
+
 <a NAME="EditorAssembly.getEditor" ID="EditorAssembly.getEditor"></a>
 <h4>EditorAssembly.getEditor</h4>
 <b>getEditor</b>(<i></i>)
-
 <p>
         Public method to get the reference to the editor widget.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -282,4 +280,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