src/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html

branch
eric7
changeset 10523
e4069ddd7dc7
parent 10518
1682f3203ae5
child 10849
78d338b6d89f
diff -r c04e878aa308 -r e4069ddd7dc7 src/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html
--- a/src/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html	Tue Jan 23 12:21:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html	Wed Jan 24 18:52:50 2024 +0100
@@ -446,10 +446,18 @@
 <td>Public method to set a highlight for the selection at the start of a search.</td>
 </tr>
 <tr>
+<td><a href="#MiniEditor.setFileName">setFileName</a></td>
+<td>Public method to set the file name of the file being displayed.</td>
+</tr>
+<tr>
 <td><a href="#MiniEditor.setLanguage">setLanguage</a></td>
 <td>Public method to set a lexer language.</td>
 </tr>
 <tr>
+<td><a href="#MiniEditor.setModified">setModified</a></td>
+<td>Public method to set the editor modification state.</td>
+</tr>
+<tr>
 <td><a href="#MiniEditor.setSearchIndicator">setSearchIndicator</a></td>
 <td>Public method to set a search indicator for the given range.</td>
 </tr>
@@ -1655,6 +1663,20 @@
 index of the selection end
 </dd>
 </dl>
+<a NAME="MiniEditor.setFileName" ID="MiniEditor.setFileName"></a>
+<h4>MiniEditor.setFileName</h4>
+<b>setFileName</b>(<i>name</i>)
+<p>
+        Public method to set the file name of the file being displayed.
+</p>
+
+<dl>
+
+<dt><i>name</i> (str)</dt>
+<dd>
+name of the displayed file
+</dd>
+</dl>
 <a NAME="MiniEditor.setLanguage" ID="MiniEditor.setLanguage"></a>
 <h4>MiniEditor.setLanguage</h4>
 <b>setLanguage</b>(<i>filename, initTextDisplay=True, pyname=""</i>)
@@ -1679,6 +1701,20 @@
 name of the pygments lexer to use
 </dd>
 </dl>
+<a NAME="MiniEditor.setModified" ID="MiniEditor.setModified"></a>
+<h4>MiniEditor.setModified</h4>
+<b>setModified</b>(<i>modified</i>)
+<p>
+        Public method to set the editor modification state.
+</p>
+
+<dl>
+
+<dt><i>modified</i> (bool)</dt>
+<dd>
+new editor modification state
+</dd>
+</dl>
 <a NAME="MiniEditor.setSearchIndicator" ID="MiniEditor.setSearchIndicator"></a>
 <h4>MiniEditor.setSearchIndicator</h4>
 <b>setSearchIndicator</b>(<i>startPos, indicLength</i>)

eric ide

mercurial