src/eric7/APIs/Python3/eric7.api

branch
eric7
changeset 9944
011ae0edbcff
parent 9938
b8005dd4fc9b
child 9955
aa02420279fe
--- a/src/eric7/APIs/Python3/eric7.api	Wed Mar 29 11:32:06 2023 +0200
+++ b/src/eric7/APIs/Python3/eric7.api	Wed Mar 29 14:15:55 2023 +0200
@@ -2632,6 +2632,7 @@
 eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.setButtons?4()
 eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.setConnected?4(connected)
 eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.setNetworkTime?4(server="0.pool.ntp.org", tzOffset=0, timeout=10)
+eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.setWorkspace?4(workspacePath)
 eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.showCircuitPythonVersions?4()
 eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.startAccessPoint?4(ssid, security=None, password=None, ifconfig=None)
 eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.stopAccessPoint?4()
@@ -2740,6 +2741,7 @@
 eric7.MicroPython.Devices.DeviceBase.BaseDevice.setNetworkTime?4(server="pool.ntp.org", tzOffset=0, timeout=10)
 eric7.MicroPython.Devices.DeviceBase.BaseDevice.setPlotter?4(on)
 eric7.MicroPython.Devices.DeviceBase.BaseDevice.setRepl?4(on)
+eric7.MicroPython.Devices.DeviceBase.BaseDevice.setWorkspace?4(workspacePath)
 eric7.MicroPython.Devices.DeviceBase.BaseDevice.startAccessPoint?4(ssid, security=None, password=None, ifconfig=None)
 eric7.MicroPython.Devices.DeviceBase.BaseDevice.stopAccessPoint?4()
 eric7.MicroPython.Devices.DeviceBase.BaseDevice.submitMode?4()
@@ -9448,6 +9450,7 @@
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.zoomValueChanged?7
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat?1(parent=None)
 eric7.QScintilla.SearchReplaceWidget.SearchReplaceSlidingWidget.changeEvent?4(evt)
+eric7.QScintilla.SearchReplaceWidget.SearchReplaceSlidingWidget.editorClosed?4(editor)
 eric7.QScintilla.SearchReplaceWidget.SearchReplaceSlidingWidget.findNext?4()
 eric7.QScintilla.SearchReplaceWidget.SearchReplaceSlidingWidget.findPrev?4()
 eric7.QScintilla.SearchReplaceWidget.SearchReplaceSlidingWidget.replace?4()
@@ -9460,6 +9463,7 @@
 eric7.QScintilla.SearchReplaceWidget.SearchReplaceSlidingWidget.updateSelectionCheckBox?4(editor)
 eric7.QScintilla.SearchReplaceWidget.SearchReplaceSlidingWidget?1(vm, parent=None)
 eric7.QScintilla.SearchReplaceWidget.SearchReplaceWidget.changeEvent?4(evt)
+eric7.QScintilla.SearchReplaceWidget.SearchReplaceWidget.editorClosed?4(editor)
 eric7.QScintilla.SearchReplaceWidget.SearchReplaceWidget.findNext?4()
 eric7.QScintilla.SearchReplaceWidget.SearchReplaceWidget.findPrev?4()
 eric7.QScintilla.SearchReplaceWidget.SearchReplaceWidget.keyPressEvent?4(event)
@@ -9781,6 +9785,7 @@
 eric7.SystemUtilities.FileSystemUtilities.getDirs?4(path, excludeDirs)
 eric7.SystemUtilities.FileSystemUtilities.getExecutablePath?4(file)
 eric7.SystemUtilities.FileSystemUtilities.getExecutablePaths?4(file)
+eric7.SystemUtilities.FileSystemUtilities.getUserMounts?4()
 eric7.SystemUtilities.FileSystemUtilities.getVolumeName?4(diskName)
 eric7.SystemUtilities.FileSystemUtilities.getWindowsExecutablePath?4(file)
 eric7.SystemUtilities.FileSystemUtilities.isDrive?4(path)

eric ide

mercurial