diff -r 57496966803c -r 6378da868bb0 src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html Tue Feb 14 11:09:49 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html Tue Feb 14 18:10:30 2023 +0100 @@ -247,21 +247,16 @@ <a NAME="MicroPythonFileManagerWidget.__init__" ID="MicroPythonFileManagerWidget.__init__"></a> <h4>MicroPythonFileManagerWidget (Constructor)</h4> -<b>MicroPythonFileManagerWidget</b>(<i>commandsInterface, deviceWithLocalAccess, parent=None</i>) +<b>MicroPythonFileManagerWidget</b>(<i>device, parent=None</i>) <p> Constructor </p> <dl> -<dt><i>commandsInterface</i> (MicroPythonCommandsInterface)</dt> +<dt><i>device</i> (BaseDevice)</dt> <dd> -reference to the commands interface object -</dd> -<dt><i>deviceWithLocalAccess</i> (bool)</dt> -<dd> -flag indicating the device supports file - access via a local directory +MicroPython device object </dd> <dt><i>parent</i> (QWidget)</dt> <dd> @@ -766,6 +761,13 @@ <p> Private slot to save the text of the current editor to a file on the device. </p> +<dl> + +<dt><i>saveAs</i> (bool)</dt> +<dd> +flag indicating to save the file with a new name +</dd> +</dl> <a NAME="MicroPythonFileManagerWidget.on_syncButton_clicked" ID="MicroPythonFileManagerWidget.on_syncButton_clicked"></a> <h4>MicroPythonFileManagerWidget.on_syncButton_clicked</h4> <b>on_syncButton_clicked</b>(<i></i>)