diff -r b41c9a7bcbbb -r a267ac36dd69 src/eric7/Documentation/Source/eric7.QScintilla.Editor.html --- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Mon Mar 20 10:43:29 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Mon Mar 20 16:08:35 2023 +0100 @@ -1395,6 +1395,10 @@ <td>Public method to return a flag indicating a MicroPython file.</td> </tr> <tr> +<td><a href="#Editor.isProjectFile">isProjectFile</a></td> +<td>Public method to check, if the file of the editor belongs to the current project.</td> +</tr> +<tr> <td><a href="#Editor.isPy3File">isPy3File</a></td> <td>Public method to return a flag indicating a Python3 file.</td> </tr> @@ -5993,6 +5997,26 @@ bool </dd> </dl> +<a NAME="Editor.isProjectFile" ID="Editor.isProjectFile"></a> +<h4>Editor.isProjectFile</h4> +<b>isProjectFile</b>(<i></i>) + +<p> + Public method to check, if the file of the editor belongs to the current + project. +</p> +<dl> +<dt>Return:</dt> +<dd> +flag indicating a project file +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="Editor.isPy3File" ID="Editor.isPy3File"></a> <h4>Editor.isPy3File</h4> <b>isPy3File</b>(<i></i>)