Tue, 13 Mar 2018 19:48:43 +0100
Documentation: regenerated the source docu
--- a/APIs/Python3/eric6.api Tue Mar 13 19:47:48 2018 +0100 +++ b/APIs/Python3/eric6.api Tue Mar 13 19:48:43 2018 +0100 @@ -8944,6 +8944,7 @@ eric6.QScintilla.MiniEditor.MiniEditor.setLanguage?4(filename, initTextDisplay=True, pyname="") eric6.QScintilla.MiniEditor.MiniEditor.setSearchIndicator?4(startPos, indicLength) eric6.QScintilla.MiniEditor.MiniEditor.setText?4(txt, filetype=None) +eric6.QScintilla.MiniEditor.MiniEditor.setWindowModified?4(modified) eric6.QScintilla.MiniEditor.MiniEditor.showReplaceWidget?4() eric6.QScintilla.MiniEditor.MiniEditor.showSearchWidget?4() eric6.QScintilla.MiniEditor.MiniEditor.textForFind?4()
--- a/Documentation/Help/source.qhp Tue Mar 13 19:47:48 2018 +0100 +++ b/Documentation/Help/source.qhp Tue Mar 13 19:48:43 2018 +0100 @@ -11015,6 +11015,7 @@ <keyword name="MiniEditor.setLanguage" id="MiniEditor.setLanguage" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.setLanguage" /> <keyword name="MiniEditor.setSearchIndicator" id="MiniEditor.setSearchIndicator" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.setSearchIndicator" /> <keyword name="MiniEditor.setText" id="MiniEditor.setText" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.setText" /> + <keyword name="MiniEditor.setWindowModified" id="MiniEditor.setWindowModified" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.setWindowModified" /> <keyword name="MiniEditor.showReplaceWidget" id="MiniEditor.showReplaceWidget" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.showReplaceWidget" /> <keyword name="MiniEditor.showSearchWidget" id="MiniEditor.showSearchWidget" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.showSearchWidget" /> <keyword name="MiniEditor.textForFind" id="MiniEditor.textForFind" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.textForFind" />
--- a/Documentation/Source/eric6.QScintilla.Editor.html Tue Mar 13 19:47:48 2018 +0100 +++ b/Documentation/Source/eric6.QScintilla.Editor.html Tue Mar 13 19:48:43 2018 +0100 @@ -2956,7 +2956,7 @@ </p><dl> <dt><i>line</i></dt> <dd> -linenumber of the breakpoint (integer) +line number of the breakpoint (integer) </dd> </dl><a NAME="Editor.clearFlakesWarnings" ID="Editor.clearFlakesWarnings"></a> <h4>Editor.clearFlakesWarnings</h4>
--- 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>)