eric6/Documentation/Source/eric6.MicroPython.MicroPythonFileManagerWidget.html

changeset 8070
6758ba4670e1
parent 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonFileManagerWidget.html	Thu Feb 04 14:59:13 2021 +0100
+++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonFileManagerWidget.html	Thu Feb 04 15:00:22 2021 +0100
@@ -181,6 +181,10 @@
 <td>Private slot handling a change of selection in the local pane.</td>
 </tr>
 <tr>
+<td><a href="#MicroPythonFileManagerWidget.on_deviceHomeButton_clicked">on_deviceHomeButton_clicked</a></td>
+<td>Private slot to move to the device home directory.</td>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_deviceReloadButton_clicked">on_deviceReloadButton_clicked</a></td>
 <td>Private slot to reload the device list.</td>
 </tr>
@@ -205,6 +209,10 @@
 <td>Private slot handling a change of selection in the local pane.</td>
 </tr>
 <tr>
+<td><a href="#MicroPythonFileManagerWidget.on_localHomeButton_clicked">on_localHomeButton_clicked</a></td>
+<td>Private slot to change directory to the configured workspace.</td>
+</tr>
+<tr>
 <td><a href="#MicroPythonFileManagerWidget.on_localReloadButton_clicked">on_localReloadButton_clicked</a></td>
 <td>Private slot to reload the local list.</td>
 </tr>
@@ -624,6 +632,13 @@
 <p>
         Private slot handling a change of selection in the local pane.
 </p>
+<a NAME="MicroPythonFileManagerWidget.on_deviceHomeButton_clicked" ID="MicroPythonFileManagerWidget.on_deviceHomeButton_clicked"></a>
+<h4>MicroPythonFileManagerWidget.on_deviceHomeButton_clicked</h4>
+<b>on_deviceHomeButton_clicked</b>(<i></i>)
+
+<p>
+        Private slot to move to the device home directory.
+</p>
 <a NAME="MicroPythonFileManagerWidget.on_deviceReloadButton_clicked" ID="MicroPythonFileManagerWidget.on_deviceReloadButton_clicked"></a>
 <h4>MicroPythonFileManagerWidget.on_deviceReloadButton_clicked</h4>
 <b>on_deviceReloadButton_clicked</b>(<i></i>)
@@ -689,6 +704,13 @@
 <p>
         Private slot handling a change of selection in the local pane.
 </p>
+<a NAME="MicroPythonFileManagerWidget.on_localHomeButton_clicked" ID="MicroPythonFileManagerWidget.on_localHomeButton_clicked"></a>
+<h4>MicroPythonFileManagerWidget.on_localHomeButton_clicked</h4>
+<b>on_localHomeButton_clicked</b>(<i></i>)
+
+<p>
+        Private slot to change directory to the configured workspace.
+</p>
 <a NAME="MicroPythonFileManagerWidget.on_localReloadButton_clicked" ID="MicroPythonFileManagerWidget.on_localReloadButton_clicked"></a>
 <h4>MicroPythonFileManagerWidget.on_localReloadButton_clicked</h4>
 <b>on_localReloadButton_clicked</b>(<i></i>)

eric ide

mercurial