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

branch
eric7
changeset 10518
1682f3203ae5
parent 10479
856476537696
child 10523
e4069ddd7dc7
--- a/src/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html	Sun Jan 21 13:00:42 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html	Sun Jan 21 15:38:51 2024 +0100
@@ -44,6 +44,10 @@
 <h3>Signals</h3>
 <dl>
 
+<dt>closing()</dt>
+<dd>
+emitted when the editor is closed
+</dd>
 <dt>cursorLineChanged(int)</dt>
 <dd>
 emitted when the cursor line was changed
@@ -290,6 +294,10 @@
 <td>Private slot to save a copy of the file with a new name.</td>
 </tr>
 <tr>
+<td><a href="#MiniEditor.__saveDeviceFile">__saveDeviceFile</a></td>
+<td>Private method to save the text to a file on the connected device.</td>
+</tr>
+<tr>
 <td><a href="#MiniEditor.__saveFile">__saveFile</a></td>
 <td>Private method to save to the given file.</td>
 </tr>
@@ -1121,6 +1129,32 @@
         Private slot to save a copy of the file with a new name.
 </p>
 
+<a NAME="MiniEditor.__saveDeviceFile" ID="MiniEditor.__saveDeviceFile"></a>
+<h4>MiniEditor.__saveDeviceFile</h4>
+<b>__saveDeviceFile</b>(<i>saveas=False</i>)
+<p>
+        Private method to save the text to a file on the connected device.
+</p>
+
+<dl>
+
+<dt><i>saveas</i> (bool (optional))</dt>
+<dd>
+flag indicating a 'save as' action (defaults to False)
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="MiniEditor.__saveFile" ID="MiniEditor.__saveFile"></a>
 <h4>MiniEditor.__saveFile</h4>
 <b>__saveFile</b>(<i>fileName</i>)

eric ide

mercurial