--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Mon Feb 13 17:51:03 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Mon Feb 13 17:52:26 2023 +0100 @@ -743,10 +743,6 @@ <td>Private method to configure the eol mode of the editor.</td> </tr> <tr> -<td><a href="#Editor.__setFileName">__setFileName</a></td> -<td>Private method to set the file name of the current file.</td> -</tr> -<tr> <td><a href="#Editor.__setLineMarkerColours">__setLineMarkerColours</a></td> <td>Private method to set the line marker colours.</td> </tr> @@ -983,6 +979,10 @@ <td>Public method to check dirty status and open a message window.</td> </tr> <tr> +<td><a href="#Editor.checkReadOnly">checkReadOnly</a></td> +<td>Public method to check the 'read only' state.</td> +</tr> +<tr> <td><a href="#Editor.checkSpelling">checkSpelling</a></td> <td>Public slot to perform an interactive spell check of the document.</td> </tr> @@ -1003,6 +1003,10 @@ <td>Public method to clear a breakpoint.</td> </tr> <tr> +<td><a href="#Editor.clearChangeMarkers">clearChangeMarkers</a></td> +<td>Public method to clear all change markers.</td> +</tr> +<tr> <td><a href="#Editor.clearFlakesWarnings">clearFlakesWarnings</a></td> <td>Public slot to clear all pyflakes warnings.</td> </tr> @@ -1379,6 +1383,10 @@ <td>Public method to check, if a last edit position is available.</td> </tr> <tr> +<td><a href="#Editor.isLocalFile">isLocalFile</a></td> +<td>Public method to check, if the editor contains a local file.</td> +</tr> +<tr> <td><a href="#Editor.isMicroPythonFile">isMicroPythonFile</a></td> <td>Public method to return a flag indicating a MicroPython file.</td> </tr> @@ -1623,6 +1631,10 @@ <td>Public method to set the automatic spell checking.</td> </tr> <tr> +<td><a href="#Editor.setFileName">setFileName</a></td> +<td>Public method to set the file name of the current file.</td> +</tr> +<tr> <td><a href="#Editor.setHighlight">setHighlight</a></td> <td>Public method to set a text highlight.</td> </tr> @@ -3712,20 +3724,6 @@ <p> Private method to configure the eol mode of the editor. </p> -<a NAME="Editor.__setFileName" ID="Editor.__setFileName"></a> -<h4>Editor.__setFileName</h4> -<b>__setFileName</b>(<i>name</i>) - -<p> - Private method to set the file name of the current file. -</p> -<dl> - -<dt><i>name</i> (str)</dt> -<dd> -name of the current file -</dd> -</dl> <a NAME="Editor.__setLineMarkerColours" ID="Editor.__setLineMarkerColours"></a> <h4>Editor.__setLineMarkerColours</h4> <b>__setLineMarkerColours</b>(<i></i>) @@ -4385,6 +4383,25 @@ flag indicating successful reset of the dirty flag (boolean) </dd> </dl> +<a NAME="Editor.checkReadOnly" ID="Editor.checkReadOnly"></a> +<h4>Editor.checkReadOnly</h4> +<b>checkReadOnly</b>(<i></i>) + +<p> + Public method to check the 'read only' state. +</p> +<dl> +<dt>Return:</dt> +<dd> +flag indicate a 'read only' state +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="Editor.checkSpelling" ID="Editor.checkSpelling"></a> <h4>Editor.checkSpelling</h4> <b>checkSpelling</b>(<i></i>) @@ -4431,6 +4448,13 @@ line number of the breakpoint (integer) </dd> </dl> +<a NAME="Editor.clearChangeMarkers" ID="Editor.clearChangeMarkers"></a> +<h4>Editor.clearChangeMarkers</h4> +<b>clearChangeMarkers</b>(<i></i>) + +<p> + Public method to clear all change markers. +</p> <a NAME="Editor.clearFlakesWarnings" ID="Editor.clearFlakesWarnings"></a> <h4>Editor.clearFlakesWarnings</h4> <b>clearFlakesWarnings</b>(<i></i>) @@ -5881,6 +5905,25 @@ flag indicating availability (boolean) </dd> </dl> +<a NAME="Editor.isLocalFile" ID="Editor.isLocalFile"></a> +<h4>Editor.isLocalFile</h4> +<b>isLocalFile</b>(<i></i>) + +<p> + Public method to check, if the editor contains a local file. +</p> +<dl> +<dt>Return:</dt> +<dd> +flag indicating a local file +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="Editor.isMicroPythonFile" ID="Editor.isMicroPythonFile"></a> <h4>Editor.isMicroPythonFile</h4> <b>isMicroPythonFile</b>(<i></i>) @@ -6564,6 +6607,20 @@ <p> Public method to set the automatic spell checking. </p> +<a NAME="Editor.setFileName" ID="Editor.setFileName"></a> +<h4>Editor.setFileName</h4> +<b>setFileName</b>(<i>name</i>) + +<p> + Public method to set the file name of the current file. +</p> +<dl> + +<dt><i>name</i> (str)</dt> +<dd> +name of the current file +</dd> +</dl> <a NAME="Editor.setHighlight" ID="Editor.setHighlight"></a> <h4>Editor.setHighlight</h4> <b>setHighlight</b>(<i>startLine, startIndex, endLine, endIndex</i>)