diff -r 214deec16021 -r 8fc0af9c76dc src/eric7/Documentation/Source/eric7.QScintilla.Editor.html --- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Mon Apr 08 14:55:48 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Mon Apr 08 15:48:01 2024 +0200 @@ -1662,6 +1662,10 @@ <td>Public method to register a mouse hover help function.</td> </tr> <tr> +<td><a href="#Editor.reload">reload</a></td> +<td>Public slot to reload the editor contents checking its modification state first.</td> +</tr> +<tr> <td><a href="#Editor.removeCallTipHook">removeCallTipHook</a></td> <td>Public method to remove a previously registered calltip provider.</td> </tr> @@ -7093,6 +7097,13 @@ the line and column position (zero based each) </dd> </dl> +<a NAME="Editor.reload" ID="Editor.reload"></a> +<h4>Editor.reload</h4> +<b>reload</b>(<i></i>) +<p> + Public slot to reload the editor contents checking its modification state first. +</p> + <a NAME="Editor.removeCallTipHook" ID="Editor.removeCallTipHook"></a> <h4>Editor.removeCallTipHook</h4> <b>removeCallTipHook</b>(<i>key</i>)