diff -r 289c7150ec4b -r f5ffdf0164ab src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html Mon Mar 24 14:16:32 2025 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html Wed Mar 26 19:46:41 2025 +0100 @@ -188,6 +188,14 @@ <td>Private slot to show the REPL context menu.</td> </tr> <tr> +<td><a href="#MicroPythonFileManagerWidget.__showDeviceFileHash">__showDeviceFileHash</a></td> +<td>Private slot to show the sha256 hash for a file on the device.</td> +</tr> +<tr> +<td><a href="#MicroPythonFileManagerWidget.__showFileHash">__showFileHash</a></td> +<td>Private slot to show the calculated hash digest to the user.</td> +</tr> +<tr> <td><a href="#MicroPythonFileManagerWidget.__showFileSystemInfo">__showFileSystemInfo</a></td> <td>Private slot to show some file system information.</td> </tr> @@ -196,6 +204,10 @@ <td>Private slot to show the REPL context menu.</td> </tr> <tr> +<td><a href="#MicroPythonFileManagerWidget.__touchDeviceFile">__touchDeviceFile</a></td> +<td>Private slot to touch a file on the device.</td> +</tr> +<tr> <td><a href="#MicroPythonFileManagerWidget.__updateSaveButtonStates">__updateSaveButtonStates</a></td> <td>Private slot to update the enabled state of the save buttons.</td> </tr> @@ -762,6 +774,31 @@ position to show the menu at </dd> </dl> +<a NAME="MicroPythonFileManagerWidget.__showDeviceFileHash" ID="MicroPythonFileManagerWidget.__showDeviceFileHash"></a> +<h4>MicroPythonFileManagerWidget.__showDeviceFileHash</h4> +<b>__showDeviceFileHash</b>(<i></i>) +<p> + Private slot to show the sha256 hash for a file on the device. +</p> + +<a NAME="MicroPythonFileManagerWidget.__showFileHash" ID="MicroPythonFileManagerWidget.__showFileHash"></a> +<h4>MicroPythonFileManagerWidget.__showFileHash</h4> +<b>__showFileHash</b>(<i>deviceFileName, hashDigest</i>) +<p> + Private slot to show the calculated hash digest to the user. +</p> + +<dl> + +<dt><i>deviceFileName</i> (str)</dt> +<dd> +name of the file on the device +</dd> +<dt><i>hashDigest</i> (str)</dt> +<dd> +calculated hash digest +</dd> +</dl> <a NAME="MicroPythonFileManagerWidget.__showFileSystemInfo" ID="MicroPythonFileManagerWidget.__showFileSystemInfo"></a> <h4>MicroPythonFileManagerWidget.__showFileSystemInfo</h4> <b>__showFileSystemInfo</b>(<i></i>) @@ -783,6 +820,13 @@ position to show the menu at </dd> </dl> +<a NAME="MicroPythonFileManagerWidget.__touchDeviceFile" ID="MicroPythonFileManagerWidget.__touchDeviceFile"></a> +<h4>MicroPythonFileManagerWidget.__touchDeviceFile</h4> +<b>__touchDeviceFile</b>(<i></i>) +<p> + Private slot to touch a file on the device. +</p> + <a NAME="MicroPythonFileManagerWidget.__updateSaveButtonStates" ID="MicroPythonFileManagerWidget.__updateSaveButtonStates"></a> <h4>MicroPythonFileManagerWidget.__updateSaveButtonStates</h4> <b>__updateSaveButtonStates</b>(<i></i>)