diff -r 5e6362665247 -r 6e790462348a src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html Fri Jan 19 09:50:47 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html Sat Jan 20 12:36:40 2024 +0100 @@ -144,6 +144,14 @@ <td>Private slot handling the closing of the progress info dialog.</td> </tr> <tr> +<td><a href="#MicroPythonFileManagerWidget.__renameDeviceFile">__renameDeviceFile</a></td> +<td>Private slot to rename a file on the device.</td> +</tr> +<tr> +<td><a href="#MicroPythonFileManagerWidget.__renameLocalFile">__renameLocalFile</a></td> +<td>Private slot to rename a file on the device.</td> +</tr> +<tr> <td><a href="#MicroPythonFileManagerWidget.__showDeviceContextMenu">__showDeviceContextMenu</a></td> <td>Private slot to show the REPL context menu.</td> </tr> @@ -567,6 +575,28 @@ Private slot handling the closing of the progress info dialog. </p> +<a NAME="MicroPythonFileManagerWidget.__renameDeviceFile" ID="MicroPythonFileManagerWidget.__renameDeviceFile"></a> +<h4>MicroPythonFileManagerWidget.__renameDeviceFile</h4> +<b>__renameDeviceFile</b>(<i></i>) +<p> + Private slot to rename a file on the device. +</p> + +<a NAME="MicroPythonFileManagerWidget.__renameLocalFile" ID="MicroPythonFileManagerWidget.__renameLocalFile"></a> +<h4>MicroPythonFileManagerWidget.__renameLocalFile</h4> +<b>__renameLocalFile</b>(<i>localDevice=False</i>) +<p> + Private slot to rename a file on the device. +</p> + +<dl> + +<dt><i>localDevice</i> (bool (optional))</dt> +<dd> +flag indicating device access via local file system + (defaults to False) +</dd> +</dl> <a NAME="MicroPythonFileManagerWidget.__showDeviceContextMenu" ID="MicroPythonFileManagerWidget.__showDeviceContextMenu"></a> <h4>MicroPythonFileManagerWidget.__showDeviceContextMenu</h4> <b>__showDeviceContextMenu</b>(<i>pos</i>)