src/eric7/APIs/Python3/eric7.api

branch
eric7
changeset 10849
78d338b6d89f
parent 10847
b3f04b83fc84
child 10850
d835f48b9908
--- a/src/eric7/APIs/Python3/eric7.api	Mon Jul 15 16:40:23 2024 +0200
+++ b/src/eric7/APIs/Python3/eric7.api	Tue Jul 16 15:14:23 2024 +0200
@@ -8627,6 +8627,7 @@
 eric7.QScintilla.Editor.Editor.focusOutEvent?4(event)
 eric7.QScintilla.Editor.Editor.gestureEvent?4(evt)
 eric7.QScintilla.Editor.Editor.getApiLanguage?4()
+eric7.QScintilla.Editor.Editor.getAssembly?4()
 eric7.QScintilla.Editor.Editor.getBookmarkLines?4()
 eric7.QScintilla.Editor.Editor.getBookmarks?4()
 eric7.QScintilla.Editor.Editor.getBreakpointLines?4()
@@ -8795,7 +8796,7 @@
 eric7.QScintilla.Editor.Editor.viewportEvent?4(evt)
 eric7.QScintilla.Editor.Editor.wheelEvent?4(evt)
 eric7.QScintilla.Editor.Editor.writeFile?4(fn, backup=True)
-eric7.QScintilla.Editor.Editor?1(dbs, fn="", vm=None, filetype="", editor=None, tv=None, parent=None)
+eric7.QScintilla.Editor.Editor?1(dbs, fn="", vm=None, filetype="", editor=None, tv=None, assembly=None, parent=None, )
 eric7.QScintilla.Editor.EditorAutoCompletionListID?7
 eric7.QScintilla.Editor.EditorIconId.Attribute?7
 eric7.QScintilla.Editor.EditorIconId.AttributePrivate?7
@@ -8820,6 +8821,7 @@
 eric7.QScintilla.Editor.ReferencesListID?7
 eric7.QScintilla.Editor.TemplateCompletionListID?7
 eric7.QScintilla.EditorAssembly.EditorAssembly.aboutToBeClosed?4()
+eric7.QScintilla.EditorAssembly.EditorAssembly.finishSetup?4()
 eric7.QScintilla.EditorAssembly.EditorAssembly.getEditor?4()
 eric7.QScintilla.EditorAssembly.EditorAssembly?1(dbs, fn="", vm=None, filetype="", editor=None, tv=None)
 eric7.QScintilla.EditorButtonsWidget.EditorButtonsWidget.resizeEvent?4(evt)
@@ -8847,7 +8849,7 @@
 eric7.QScintilla.EditorOutlineModel.EditorOutlineSortFilterProxyModel?1(parent=None)
 eric7.QScintilla.EditorOutlineSizesDialog.EditorOutlineSizesDialog.getSizes?4()
 eric7.QScintilla.EditorOutlineSizesDialog.EditorOutlineSizesDialog.on_buttonBox_clicked?4(button)
-eric7.QScintilla.EditorOutlineSizesDialog.EditorOutlineSizesDialog?1(currentWidth, defaultWidth, defaultStepSize, parent=None)
+eric7.QScintilla.EditorOutlineSizesDialog.EditorOutlineSizesDialog?1(currentWidth, defaultWidth, parent=None)
 eric7.QScintilla.Exporters.ExporterBase.ExporterBase._getFileName?5(fileFilter)
 eric7.QScintilla.Exporters.ExporterBase.ExporterBase.exportSource?4()
 eric7.QScintilla.Exporters.ExporterBase.ExporterBase?1(editor, parent=None)
@@ -9442,6 +9444,7 @@
 eric7.QScintilla.MiniEditor.MiniEditor.setSearchIndicator?4(startPos, indicLength)
 eric7.QScintilla.MiniEditor.MiniEditor.setText?4(txt, filetype=None)
 eric7.QScintilla.MiniEditor.MiniEditor.setWindowModified?4(modified)
+eric7.QScintilla.MiniEditor.MiniEditor.show?4()
 eric7.QScintilla.MiniEditor.MiniEditor.showReplaceWidget?4()
 eric7.QScintilla.MiniEditor.MiniEditor.showSearchWidget?4()
 eric7.QScintilla.MiniEditor.MiniEditor.textForFind?4()

eric ide

mercurial