--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Mon Jul 15 16:40:23 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Tue Jul 16 15:14:23 2024 +0200 @@ -1246,6 +1246,10 @@ <td>Public method to get the API language of the editor.</td> </tr> <tr> +<td><a href="#Editor.getAssembly">getAssembly</a></td> +<td>Public method to get a reference to the editor assembly object.</td> +</tr> +<tr> <td><a href="#Editor.getBookmarkLines">getBookmarkLines</a></td> <td>Public method to get the lines containing a bookmark.</td> </tr> @@ -1879,7 +1883,7 @@ <a NAME="Editor.__init__" ID="Editor.__init__"></a> <h4>Editor (Constructor)</h4> -<b>Editor</b>(<i>dbs, fn="", vm=None, filetype="", editor=None, tv=None, parent=None</i>) +<b>Editor</b>(<i>dbs, fn="", vm=None, filetype="", editor=None, tv=None, assembly=None, parent=None, </i>) <p> Constructor </p> @@ -1890,30 +1894,35 @@ <dd> reference to the debug server object </dd> -<dt><i>fn</i> (str)</dt> +<dt><i>fn</i> (str (optional))</dt> <dd> name of the file to be opened. If it is None, a new (empty) - editor is opened. -</dd> -<dt><i>vm</i> (ViewManager)</dt> -<dd> -reference to the view manager object -</dd> -<dt><i>filetype</i> (str)</dt> -<dd> -type of the source file -</dd> -<dt><i>editor</i> (Editor)</dt> + editor is opened. (defaults to "") +</dd> +<dt><i>vm</i> (ViewManager (optional))</dt> +<dd> +reference to the view manager object (defaults to None) +</dd> +<dt><i>filetype</i> (str (optional))</dt> +<dd> +type of the source file (defaults to "") +</dd> +<dt><i>editor</i> (Editor (optional))</dt> <dd> reference to an Editor object, if this is a cloned view -</dd> -<dt><i>tv</i> (TaskViewer)</dt> -<dd> -reference to the task viewer object -</dd> -<dt><i>parent</i> (QWidget)</dt> -<dd> -reference to the parent widget + (defaults to None) +</dd> +<dt><i>tv</i> (TaskViewer (optional))</dt> +<dd> +reference to the task viewer object (defaults to None) +</dd> +<dt><i>assembly</i> (EditorAssembly (optional))</dt> +<dd> +reference to the editor assembly object (defaults to None) +</dd> +<dt><i>parent</i> (QWidget (optional))</dt> +<dd> +reference to the parent widget (defaults to None) </dd> </dl> <dl> @@ -5408,6 +5417,25 @@ str </dd> </dl> +<a NAME="Editor.getAssembly" ID="Editor.getAssembly"></a> +<h4>Editor.getAssembly</h4> +<b>getAssembly</b>(<i></i>) +<p> + Public method to get a reference to the editor assembly object. +</p> + +<dl> +<dt>Return:</dt> +<dd> +reference to the editor assembly object +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +EditorAssembly +</dd> +</dl> <a NAME="Editor.getBookmarkLines" ID="Editor.getBookmarkLines"></a> <h4>Editor.getBookmarkLines</h4> <b>getBookmarkLines</b>(<i></i>)