--- a/Documentation/Source/eric6.QScintilla.MiniEditor.html Tue Mar 13 19:47:48 2018 +0100 +++ b/Documentation/Source/eric6.QScintilla.MiniEditor.html Tue Mar 13 19:48:43 2018 +0100 @@ -288,6 +288,9 @@ <td><a href="#MiniEditor.setText">setText</a></td> <td>Public method to set the text programatically.</td> </tr><tr> +<td><a href="#MiniEditor.setWindowModified">setWindowModified</a></td> +<td>Public method to set the window modification status.</td> +</tr><tr> <td><a href="#MiniEditor.showReplaceWidget">showReplaceWidget</a></td> <td>Public method to show the replace widget.</td> </tr><tr> @@ -979,6 +982,16 @@ <dd> type of the source file (string) </dd> +</dl><a NAME="MiniEditor.setWindowModified" ID="MiniEditor.setWindowModified"></a> +<h4>MiniEditor.setWindowModified</h4> +<b>setWindowModified</b>(<i>modified</i>) +<p> + Public method to set the window modification status. +</p><dl> +<dt><i>modified</i> (bool)</dt> +<dd> +flag indicating the modification status +</dd> </dl><a NAME="MiniEditor.showReplaceWidget" ID="MiniEditor.showReplaceWidget"></a> <h4>MiniEditor.showReplaceWidget</h4> <b>showReplaceWidget</b>(<i></i>)