Documentation/Source/eric5.QScintilla.EditorAssembly.html

changeset 3018
70924c0bdaf1
parent 2768
eab35f6e709f
--- a/Documentation/Source/eric5.QScintilla.EditorAssembly.html	Sun Oct 13 17:29:57 2013 +0200
+++ b/Documentation/Source/eric5.QScintilla.EditorAssembly.html	Sun Oct 13 17:44:48 2013 +0200
@@ -21,8 +21,8 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.QScintilla.EditorAssembly</h1>
 <p>
-Module implementing the editor assembly widget containing the navigation combos and
-the editor widget.
+Module implementing the editor assembly widget containing the navigation
+combos and the editor widget.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -43,8 +43,8 @@
 <a NAME="EditorAssembly" ID="EditorAssembly"></a>
 <h2>EditorAssembly</h2>
 <p>
-    Class implementing the editor assembly widget containing the navigation combos and
-    the editor widget.
+    Class implementing the editor assembly widget containing the navigation
+    combos and the editor widget.
 </p>
 <h3>Derived from</h3>
 QWidget
@@ -100,10 +100,11 @@
 </dd><dt><i>fn</i></dt>
 <dd>
 name of the file to be opened (string). If it is None,
-                a new (empty) editor is opened
+            a new (empty) editor is opened
 </dd><dt><i>vm</i></dt>
 <dd>
-reference to the view manager object (ViewManager.ViewManager)
+reference to the view manager object
+            (ViewManager.ViewManager)
 </dd><dt><i>filetype</i></dt>
 <dd>
 type of the source file (string)
@@ -128,15 +129,16 @@
 <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.
+        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></dt>
 <dd>
 index of the selected entry (integer)
 </dd><dt><i>moveCursor=</i></dt>
 <dd>
-flag indicating to move the editor cursor (boolean)
+flag indicating to move the editor cursor
+            (boolean)
 </dd>
 </dl><a NAME="EditorAssembly.__membersActivated" ID="EditorAssembly.__membersActivated"></a>
 <h4>EditorAssembly.__membersActivated</h4>
@@ -149,13 +151,15 @@
 index of the selected entry (integer)
 </dd><dt><i>moveCursor=</i></dt>
 <dd>
-flag indicating to move the editor cursor (boolean)
+flag indicating to move the editor cursor
+            (boolean)
 </dd>
 </dl><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.
+        Private method to parse the editor source and repopulate the globals
+        combo.
 </p><a NAME="EditorAssembly.__resetParseTimer" ID="EditorAssembly.__resetParseTimer"></a>
 <h4>EditorAssembly.__resetParseTimer</h4>
 <b>__resetParseTimer</b>(<i></i>)

eric ide

mercurial