diff -r 78d338b6d89f -r d835f48b9908 src/eric7/Documentation/Source/eric7.QScintilla.Editor.html --- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Tue Jul 16 15:14:23 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Tue Jul 16 16:08:50 2024 +0200 @@ -1754,6 +1754,10 @@ <td>Public method to set the automatic spell checking.</td> </tr> <tr> +<td><a href="#Editor.setCheckExternalModificationEnabled">setCheckExternalModificationEnabled</a></td> +<td>Public method to enable or disable the check for external modifications.</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> @@ -7455,6 +7459,20 @@ Public method to set the automatic spell checking. </p> +<a NAME="Editor.setCheckExternalModificationEnabled" ID="Editor.setCheckExternalModificationEnabled"></a> +<h4>Editor.setCheckExternalModificationEnabled</h4> +<b>setCheckExternalModificationEnabled</b>(<i>enable</i>) +<p> + Public method to enable or disable the check for external modifications. +</p> + +<dl> + +<dt><i>enable</i> (bool)</dt> +<dd> +flag indicating the new enabled state +</dd> +</dl> <a NAME="Editor.setFileName" ID="Editor.setFileName"></a> <h4>Editor.setFileName</h4> <b>setFileName</b>(<i>name</i>)