src/eric7/APIs/Python3/eric7.api

branch
eric7
changeset 10523
e4069ddd7dc7
parent 10518
1682f3203ae5
child 10534
783d835d7fe4
child 10538
decb03459cd4
diff -r c04e878aa308 -r e4069ddd7dc7 src/eric7/APIs/Python3/eric7.api
--- a/src/eric7/APIs/Python3/eric7.api	Tue Jan 23 12:21:15 2024 +0100
+++ b/src/eric7/APIs/Python3/eric7.api	Wed Jan 24 18:52:50 2024 +0100
@@ -3099,6 +3099,7 @@
 eric7.MicroPython.MicroPythonFileManager.MicroPythonFileManager?1(device, parent=None)
 eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceCwd_textChanged?4(cwd)
 eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated?4(item, column)
+eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemExpanded?4(item)
 eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemSelectionChanged?4()
 eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceHomeButton_clicked?4()
 eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceReloadButton_clicked?4()
@@ -3107,6 +3108,7 @@
 eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_getButton_clicked?4(getAs=False)
 eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_localCwd_textChanged?4(cwd)
 eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_localFileTreeWidget_itemActivated?4(item, column)
+eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_localFileTreeWidget_itemExpanded?4(item)
 eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_localFileTreeWidget_itemSelectionChanged?4()
 eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_localHomeButton_clicked?4()
 eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_localReloadButton_clicked?4()
@@ -3240,7 +3242,9 @@
 eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.activeWindow?4()
 eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.addSideWidget?4(side, widget, icon, label, )
 eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.closeEvent?4(evt)
+eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.editorCountChanged?7
 eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.getEditor?4(fn)
+eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.getOpenEditorsCount?4()
 eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.launchHelpViewer?4(url)
 eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.networkAccessManager?4()
 eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.newEditorWithText?4(text, language="", fileName="")
@@ -9390,7 +9394,9 @@
 eric7.QScintilla.MiniEditor.MiniEditor.highlightSearchSelection?4(startLine, startIndex, endLine, endIndex)
 eric7.QScintilla.MiniEditor.MiniEditor.languageChanged?7
 eric7.QScintilla.MiniEditor.MiniEditor.refreshed?7
+eric7.QScintilla.MiniEditor.MiniEditor.setFileName?4(name)
 eric7.QScintilla.MiniEditor.MiniEditor.setLanguage?4(filename, initTextDisplay=True, pyname="")
+eric7.QScintilla.MiniEditor.MiniEditor.setModified?4(modified)
 eric7.QScintilla.MiniEditor.MiniEditor.setSearchIndicator?4(startPos, indicLength)
 eric7.QScintilla.MiniEditor.MiniEditor.setText?4(txt, filetype=None)
 eric7.QScintilla.MiniEditor.MiniEditor.setWindowModified?4(modified)
@@ -11357,6 +11363,7 @@
 eric7.ViewManager.ViewManager.ViewManager.editorChangedEd?7
 eric7.ViewManager.ViewManager.ViewManager.editorClosed?7
 eric7.ViewManager.ViewManager.ViewManager.editorClosedEd?7
+eric7.ViewManager.ViewManager.ViewManager.editorCountChanged?7
 eric7.ViewManager.ViewManager.ViewManager.editorDoubleClickedEd?7
 eric7.ViewManager.ViewManager.ViewManager.editorLanguageChanged?7
 eric7.ViewManager.ViewManager.ViewManager.editorLineChanged?7

eric ide

mercurial