Documentation/Source/eric5.QScintilla.EditorAssembly.html

changeset 1568
84995d133665
parent 1421
8fead6686d1c
child 2367
78f6c8193d37
--- a/Documentation/Source/eric5.QScintilla.EditorAssembly.html	Sat Jan 21 16:11:22 2012 +0100
+++ b/Documentation/Source/eric5.QScintilla.EditorAssembly.html	Sat Jan 21 16:12:01 2012 +0100
@@ -114,7 +114,7 @@
 </dd>
 </dl><a NAME="EditorAssembly.__globalsActivated" ID="EditorAssembly.__globalsActivated"></a>
 <h4>EditorAssembly.__globalsActivated</h4>
-<b>__globalsActivated</b>(<i>index</i>)
+<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.
@@ -122,16 +122,22 @@
 <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)
 </dd>
 </dl><a NAME="EditorAssembly.__membersActivated" ID="EditorAssembly.__membersActivated"></a>
 <h4>EditorAssembly.__membersActivated</h4>
-<b>__membersActivated</b>(<i>index</i>)
+<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></dt>
 <dd>
 index of the selected entry (integer)
+</dd><dt><i>moveCursor=</i></dt>
+<dd>
+flag indicating to move the editor cursor (boolean)
 </dd>
 </dl><a NAME="EditorAssembly.__parseEditor" ID="EditorAssembly.__parseEditor"></a>
 <h4>EditorAssembly.__parseEditor</h4>

eric ide

mercurial