--- a/eric6/Documentation/Source/eric6.QScintilla.Editor.html Mon Feb 01 10:38:43 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Editor.html Tue Mar 02 17:12:08 2021 +0100 @@ -1357,6 +1357,10 @@ <td>Public method to test, if the given editor is a clone.</td> </tr> <tr> +<td><a href="#Editor.isCythonFile">isCythonFile</a></td> +<td>Public method to return a flag indicating a Cython file.</td> +</tr> +<tr> <td><a href="#Editor.isJavascriptFile">isJavascriptFile</a></td> <td>Public method to return a flag indicating a Javascript file.</td> </tr> @@ -1741,39 +1745,42 @@ <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</i>) +<b>Editor</b>(<i>dbs, fn="", vm=None, filetype="", editor=None, tv=None, parent=None</i>) <p> Constructor </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> -<dd> -name of the file to be opened (string). If it is None, - a new (empty) editor is opened -</dd> -<dt><i>vm</i></dt> +<dt><i>fn</i> (str)</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 - (ViewManager.ViewManager) -</dd> -<dt><i>filetype</i></dt> -<dd> -type of the source file (string) -</dd> -<dt><i>editor</i></dt> +</dd> +<dt><i>filetype</i> (str)</dt> +<dd> +type of the source file +</dd> +<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> +<dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget +</dd> </dl> <dl> @@ -5633,6 +5640,25 @@ bool </dd> </dl> +<a NAME="Editor.isCythonFile" ID="Editor.isCythonFile"></a> +<h4>Editor.isCythonFile</h4> +<b>isCythonFile</b>(<i></i>) + +<p> + Public method to return a flag indicating a Cython file. +</p> +<dl> +<dt>Return:</dt> +<dd> +flag indicating a Cython file +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="Editor.isJavascriptFile" ID="Editor.isJavascriptFile"></a> <h4>Editor.isJavascriptFile</h4> <b>isJavascriptFile</b>(<i></i>)