--- a/Documentation/Source/eric5.QScintilla.EditorAssembly.html Sat Jan 21 17:20:33 2012 +0100 +++ b/Documentation/Source/eric5.QScintilla.EditorAssembly.html Sat Jan 21 17:27:30 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>