diff -r 8c71124a71cd -r b8ca1aafcc66 src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html Thu Sep 05 16:09:30 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html Thu Sep 05 16:10:12 2024 +0200 @@ -148,10 +148,26 @@ <td>Private slot handling a change of the local show hidden menu entry.</td> </tr> <tr> +<td><a href="#MicroPythonFileManagerWidget.__newDeviceFile">__newDeviceFile</a></td> +<td>Private slot to create a new file on the connected device.</td> +</tr> +<tr> <td><a href="#MicroPythonFileManagerWidget.__newDeviceList">__newDeviceList</a></td> <td>Private slot to initiate a new long list of the device directory.</td> </tr> <tr> +<td><a href="#MicroPythonFileManagerWidget.__newLocalFile">__newLocalFile</a></td> +<td>Private slot to create a new local file.</td> +</tr> +<tr> +<td><a href="#MicroPythonFileManagerWidget.__openDeviceFile">__openDeviceFile</a></td> +<td>Private slot to open the selected device file in an editor window.</td> +</tr> +<tr> +<td><a href="#MicroPythonFileManagerWidget.__openLocalFile">__openLocalFile</a></td> +<td>Private slot to open the selected local file in an editor window.</td> +</tr> +<tr> <td><a href="#MicroPythonFileManagerWidget.__progressInfoDialogFinished">__progressInfoDialogFinished</a></td> <td>Private slot handling the closing of the progress info dialog.</td> </tr> @@ -638,6 +654,13 @@ new check state of the action </dd> </dl> +<a NAME="MicroPythonFileManagerWidget.__newDeviceFile" ID="MicroPythonFileManagerWidget.__newDeviceFile"></a> +<h4>MicroPythonFileManagerWidget.__newDeviceFile</h4> +<b>__newDeviceFile</b>(<i></i>) +<p> + Private slot to create a new file on the connected device. +</p> + <a NAME="MicroPythonFileManagerWidget.__newDeviceList" ID="MicroPythonFileManagerWidget.__newDeviceList"></a> <h4>MicroPythonFileManagerWidget.__newDeviceList</h4> <b>__newDeviceList</b>(<i></i>) @@ -645,6 +668,34 @@ Private slot to initiate a new long list of the device directory. </p> +<a NAME="MicroPythonFileManagerWidget.__newLocalFile" ID="MicroPythonFileManagerWidget.__newLocalFile"></a> +<h4>MicroPythonFileManagerWidget.__newLocalFile</h4> +<b>__newLocalFile</b>(<i>localDevice=False</i>) +<p> + Private slot to create a new local file. +</p> + +<dl> + +<dt><i>localDevice</i> (bool)</dt> +<dd> +flag indicating device access via local file system +</dd> +</dl> +<a NAME="MicroPythonFileManagerWidget.__openDeviceFile" ID="MicroPythonFileManagerWidget.__openDeviceFile"></a> +<h4>MicroPythonFileManagerWidget.__openDeviceFile</h4> +<b>__openDeviceFile</b>(<i></i>) +<p> + Private slot to open the selected device file in an editor window. +</p> + +<a NAME="MicroPythonFileManagerWidget.__openLocalFile" ID="MicroPythonFileManagerWidget.__openLocalFile"></a> +<h4>MicroPythonFileManagerWidget.__openLocalFile</h4> +<b>__openLocalFile</b>(<i></i>) +<p> + Private slot to open the selected local file in an editor window. +</p> + <a NAME="MicroPythonFileManagerWidget.__progressInfoDialogFinished" ID="MicroPythonFileManagerWidget.__progressInfoDialogFinished"></a> <h4>MicroPythonFileManagerWidget.__progressInfoDialogFinished</h4> <b>__progressInfoDialogFinished</b>(<i></i>)