src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html

branch
eric7
changeset 9763
52f982c08301
parent 9753
a774e75a45ca
child 9765
6378da868bb0
diff -r 333374cf3a18 -r 52f982c08301 src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Tue Feb 14 09:43:26 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Tue Feb 14 10:05:29 2023 +0100
@@ -268,10 +268,6 @@
 <td>Private slot to open a file manager window to the connected device.</td>
 </tr>
 <tr>
-<td><a href="#MicroPythonWidget.on_openButton_clicked">on_openButton_clicked</a></td>
-<td>Private slot to open a file of the connected device.</td>
-</tr>
-<tr>
 <td><a href="#MicroPythonWidget.on_replButton_clicked">on_replButton_clicked</a></td>
 <td>Private slot to connect to enable or disable the REPL widget.</td>
 </tr>
@@ -280,10 +276,6 @@
 <td>Private slot to execute the script of the active editor on the selected device.</td>
 </tr>
 <tr>
-<td><a href="#MicroPythonWidget.on_saveButton_clicked">on_saveButton_clicked</a></td>
-<td>Private slot to save the current editor to the connected device.</td>
-</tr>
-<tr>
 <td><a href="#MicroPythonWidget.setActionButtons">setActionButtons</a></td>
 <td>Public method to set the enabled state of the various action buttons.</td>
 </tr>
@@ -359,11 +351,19 @@
 </p>
 <a NAME="MicroPythonWidget.__connectToDevice" ID="MicroPythonWidget.__connectToDevice"></a>
 <h4>MicroPythonWidget.__connectToDevice</h4>
-<b>__connectToDevice</b>(<i></i>)
+<b>__connectToDevice</b>(<i>withAutostart=False</i>)
 
 <p>
         Private method to connect to the selected device.
 </p>
+<dl>
+
+<dt><i>withAutostart</i> (bool)</dt>
+<dd>
+flag indicating to start the repl and file manager
+            automatically
+</dd>
+</dl>
 <a NAME="MicroPythonWidget.__crossCompile" ID="MicroPythonWidget.__crossCompile"></a>
 <h4>MicroPythonWidget.__crossCompile</h4>
 <b>__crossCompile</b>(<i>pythonFile="", title=""</i>)
@@ -973,13 +973,6 @@
 state of the button
 </dd>
 </dl>
-<a NAME="MicroPythonWidget.on_openButton_clicked" ID="MicroPythonWidget.on_openButton_clicked"></a>
-<h4>MicroPythonWidget.on_openButton_clicked</h4>
-<b>on_openButton_clicked</b>(<i></i>)
-
-<p>
-        Private slot to open a file of the connected device.
-</p>
 <a NAME="MicroPythonWidget.on_replButton_clicked" ID="MicroPythonWidget.on_replButton_clicked"></a>
 <h4>MicroPythonWidget.on_replButton_clicked</h4>
 <b>on_replButton_clicked</b>(<i>checked</i>)
@@ -1009,13 +1002,6 @@
         If the REPL is not active yet, it will be activated, which might cause
         an unconnected device to be connected.
 </p>
-<a NAME="MicroPythonWidget.on_saveButton_clicked" ID="MicroPythonWidget.on_saveButton_clicked"></a>
-<h4>MicroPythonWidget.on_saveButton_clicked</h4>
-<b>on_saveButton_clicked</b>(<i></i>)
-
-<p>
-        Private slot to save the current editor to the connected device.
-</p>
 <a NAME="MicroPythonWidget.setActionButtons" ID="MicroPythonWidget.setActionButtons"></a>
 <h4>MicroPythonWidget.setActionButtons</h4>
 <b>setActionButtons</b>(<i>**kwargs</i>)

eric ide

mercurial