diff -r 214deec16021 -r 8fc0af9c76dc src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html --- a/src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html Mon Apr 08 14:55:48 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html Mon Apr 08 15:48:01 2024 +0200 @@ -596,6 +596,10 @@ <td>Private method to handle the previous warning action.</td> </tr> <tr> +<td><a href="#ViewManager.__reloadCurrentEditor">__reloadCurrentEditor</a></td> +<td>Private slot to reload the contents of the current editor.</td> +</tr> +<tr> <td><a href="#ViewManager.__replaceFiles">__replaceFiles</a></td> <td>Private method to handle the replace in files action.</td> </tr> @@ -2223,6 +2227,13 @@ Private method to handle the previous warning action. </p> +<a NAME="ViewManager.__reloadCurrentEditor" ID="ViewManager.__reloadCurrentEditor"></a> +<h4>ViewManager.__reloadCurrentEditor</h4> +<b>__reloadCurrentEditor</b>(<i></i>) +<p> + Private slot to reload the contents of the current editor. +</p> + <a NAME="ViewManager.__replaceFiles" ID="ViewManager.__replaceFiles"></a> <h4>ViewManager.__replaceFiles</h4> <b>__replaceFiles</b>(<i></i>) @@ -4186,7 +4197,7 @@ </dd> <dt><i>indexes</i> (tuple of two int)</dt> <dd> -of the editor, first the split view index, second the +indexes of the editor, first the split view index, second the index within the view </dd> </dl>