--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html Wed Feb 15 15:55:37 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html Wed Feb 15 17:45:10 2023 +0100 @@ -159,6 +159,10 @@ <td>Private slot to show the REPL context menu.</td> </tr> <tr> +<td><a href="#MicroPythonFileManagerWidget.on_deviceCwd_textChanged">on_deviceCwd_textChanged</a></td> +<td>Public slot handling a change of the current device working directory.</td> +</tr> +<tr> <td><a href="#MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated">on_deviceFileTreeWidget_itemActivated</a></td> <td>Private slot to handle the activation of a device item.</td> </tr> @@ -187,6 +191,10 @@ <td>Private slot to copy the selected file from the connected device.</td> </tr> <tr> +<td><a href="#MicroPythonFileManagerWidget.on_localCwd_textChanged">on_localCwd_textChanged</a></td> +<td>Public slot handling a change of the current local working directory.</td> +</tr> +<tr> <td><a href="#MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated">on_localFileTreeWidget_itemActivated</a></td> <td>Private slot to handle the activation of a local item.</td> </tr> @@ -596,6 +604,20 @@ position to show the menu at </dd> </dl> +<a NAME="MicroPythonFileManagerWidget.on_deviceCwd_textChanged" ID="MicroPythonFileManagerWidget.on_deviceCwd_textChanged"></a> +<h4>MicroPythonFileManagerWidget.on_deviceCwd_textChanged</h4> +<b>on_deviceCwd_textChanged</b>(<i>cwd</i>) + +<p> + Public slot handling a change of the current device working directory. +</p> +<dl> + +<dt><i>cwd</i> (str)</dt> +<dd> +current device working directory +</dd> +</dl> <a NAME="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated"></a> <h4>MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated</h4> <b>on_deviceFileTreeWidget_itemActivated</b>(<i>item, column</i>) @@ -668,6 +690,20 @@ flag indicating to give it a new name </dd> </dl> +<a NAME="MicroPythonFileManagerWidget.on_localCwd_textChanged" ID="MicroPythonFileManagerWidget.on_localCwd_textChanged"></a> +<h4>MicroPythonFileManagerWidget.on_localCwd_textChanged</h4> +<b>on_localCwd_textChanged</b>(<i>cwd</i>) + +<p> + Public slot handling a change of the current local working directory. +</p> +<dl> + +<dt><i>cwd</i> (str)</dt> +<dd> +current local working directory +</dd> +</dl> <a NAME="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated" ID="MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated"></a> <h4>MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated</h4> <b>on_localFileTreeWidget_itemActivated</b>(<i>item, column</i>)