diff -r e7764f992a01 -r b51dfacef37f src/eric7/Documentation/Source/eric7.UI.Previewer.html --- a/src/eric7/Documentation/Source/eric7.UI.Previewer.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.Previewer.html Fri Oct 27 14:09:40 2023 +0200 @@ -69,7 +69,7 @@ </tr> <tr> <td><a href="#Previewer.__editorTextChanged">__editorTextChanged</a></td> -<td></td> +<td>Private slot to handle changes of an editor's text.</td> </tr> <tr> <td><a href="#Previewer.__isPreviewable">__isPreviewable</a></td> @@ -164,6 +164,16 @@ <h4>Previewer.__editorTextChanged</h4> <b>__editorTextChanged</b>(<i>editor</i>) +<p> + Private slot to handle changes of an editor's text. +</p> +<dl> + +<dt><i>editor</i> (Editor)</dt> +<dd> +reference to the editor +</dd> +</dl> <a NAME="Previewer.__isPreviewable" ID="Previewer.__isPreviewable"></a> <h4>Previewer.__isPreviewable</h4> <b>__isPreviewable</b>(<i>editor</i>)