--- a/eric6/Documentation/Source/eric6.QScintilla.EditorAssembly.html Sun Sep 06 12:19:56 2020 +0200 +++ b/eric6/Documentation/Source/eric6.QScintilla.EditorAssembly.html Sun Sep 06 12:33:50 2020 +0200 @@ -75,6 +75,18 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#EditorAssembly.__activateCombos">__activateCombos</a></td> +<td>Private slot to activate the navigation combo boxes.</td> +</tr> +<tr> +<td><a href="#EditorAssembly.__activateOutline">__activateOutline</a></td> +<td>Private slot to activate the source outline view.</td> +</tr> +<tr> +<td><a href="#EditorAssembly.__editorChanged">__editorChanged</a></td> +<td>Private slot handling changes of the editor language or file name.</td> +</tr> +<tr> <td><a href="#EditorAssembly.__editorCursorLineChanged">__editorCursorLineChanged</a></td> <td>Private slot handling a line change of the cursor of the editor.</td> </tr> @@ -91,6 +103,10 @@ <td>Private method to parse the editor source and repopulate the globals combo.</td> </tr> <tr> +<td><a href="#EditorAssembly.__preferencesChanged">__preferencesChanged</a></td> +<td>Private slot handling a change of preferences.</td> +</tr> +<tr> <td><a href="#EditorAssembly.__resetParseTimer">__resetParseTimer</a></td> <td>Private slot to reset the parse timer.</td> </tr> @@ -118,33 +134,67 @@ </p> <dl> -<dt><i>dbs</i></dt> +<dt><i>dbs</i> (DebugServer)</dt> <dd> reference to the debug server object </dd> -<dt><i>fn</i></dt> +<dt><i>fn</i> (str)</dt> <dd> -name of the file to be opened (string). If it is None, - a new (empty) editor is opened +name of the file to be opened. If it is None, + a new (empty) editor is opened. </dd> -<dt><i>vm</i></dt> +<dt><i>vm</i> (ViewManager.ViewManager)</dt> <dd> reference to the view manager object - (ViewManager.ViewManager) </dd> -<dt><i>filetype</i></dt> +<dt><i>filetype</i> (str)</dt> <dd> -type of the source file (string) +type of the source file </dd> -<dt><i>editor</i></dt> +<dt><i>editor</i> (Editor)</dt> <dd> reference to an Editor object, if this is a cloned view </dd> -<dt><i>tv</i></dt> +<dt><i>tv</i> (TaskViewer)</dt> <dd> reference to the task viewer object </dd> </dl> +<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> +<dd> +flag indicating to activate the combo boxes +</dd> +</dl> +<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> +<dd> +flag indicating to activate the source outline view +</dd> +</dl> +<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>) @@ -154,9 +204,9 @@ </p> <dl> -<dt><i>lineno</i></dt> +<dt><i>lineno</i> (int)</dt> <dd> -line number of the cursor (integer) +line number of the cursor </dd> </dl> <a NAME="EditorAssembly.__globalsActivated" ID="EditorAssembly.__globalsActivated"></a> @@ -169,14 +219,13 @@ </p> <dl> -<dt><i>index</i></dt> +<dt><i>index</i> (int)</dt> <dd> -index of the selected entry (integer) +index of the selected entry </dd> -<dt><i>moveCursor=</i></dt> +<dt><i>moveCursor</i> (bool)</dt> <dd> flag indicating to move the editor cursor - (boolean) </dd> </dl> <a NAME="EditorAssembly.__membersActivated" ID="EditorAssembly.__membersActivated"></a> @@ -188,14 +237,13 @@ </p> <dl> -<dt><i>index</i></dt> +<dt><i>index</i> (int)</dt> <dd> -index of the selected entry (integer) +index of the selected entry </dd> -<dt><i>moveCursor=</i></dt> +<dt><i>moveCursor</i> (bool)</dt> <dd> flag indicating to move the editor cursor - (boolean) </dd> </dl> <a NAME="EditorAssembly.__parseEditor" ID="EditorAssembly.__parseEditor"></a> @@ -206,6 +254,13 @@ 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>) @@ -223,7 +278,13 @@ <dl> <dt>Returns:</dt> <dd> -reference to the editor widget (Editor) +reference to the editor widget +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +Editor </dd> </dl> <a NAME="EditorAssembly.shutdownTimer" ID="EditorAssembly.shutdownTimer"></a>