eric6/APIs/Python3/eric6.api

changeset 8266
560547c2b6ec
parent 8248
b00c1c6cc312
child 8268
6b8128e0c9d1
diff -r 0090cfa83159 -r 560547c2b6ec eric6/APIs/Python3/eric6.api
--- a/eric6/APIs/Python3/eric6.api	Tue Apr 27 17:25:06 2021 +0200
+++ b/eric6/APIs/Python3/eric6.api	Tue Apr 27 17:25:30 2021 +0200
@@ -685,7 +685,7 @@
 eric6.Debugger.DebugUI.DebugUI.setMultiprocessNoDebugHistory?4(noDebugList, clearHistories=False, history=None)
 eric6.Debugger.DebugUI.DebugUI.setTracePython?4(tracePython)
 eric6.Debugger.DebugUI.DebugUI.setWdHistory?4(wdStr, clearHistories=False, history=None)
-eric6.Debugger.DebugUI.DebugUI.showNotification?4(notification, kind=NotificationTypes.Information, timeout=None)
+eric6.Debugger.DebugUI.DebugUI.showNotification?4(notification, kind=NotificationTypes.INFORMATION, timeout=None)
 eric6.Debugger.DebugUI.DebugUI.shutdown?4()
 eric6.Debugger.DebugUI.DebugUI.shutdownServer?4()
 eric6.Debugger.DebugUI.DebugUI.variablesFilter?4(scope)
@@ -2134,9 +2134,9 @@
 eric6.HexEdit.HexEditSearchReplaceWidget.HexEditSearchReplaceWidget.on_replacetextCombo_activated?4(idx)
 eric6.HexEdit.HexEditSearchReplaceWidget.HexEditSearchReplaceWidget.show?4(text='')
 eric6.HexEdit.HexEditSearchReplaceWidget.HexEditSearchReplaceWidget?1(editor, mainWindow, replace=False, parent=None)
-eric6.HexEdit.HexEditUndoStack.HexEditCommand.Insert?7
-eric6.HexEdit.HexEditUndoStack.HexEditCommand.Overwrite?7
-eric6.HexEdit.HexEditUndoStack.HexEditCommand.RemoveAt?7
+eric6.HexEdit.HexEditUndoStack.HexEditCommand.INSERT?7
+eric6.HexEdit.HexEditUndoStack.HexEditCommand.OVERWRITE?7
+eric6.HexEdit.HexEditUndoStack.HexEditCommand.REMOVEAT?7
 eric6.HexEdit.HexEditUndoStack.HexEditUndoCommand.id?4()
 eric6.HexEdit.HexEditUndoStack.HexEditUndoCommand.mergeWith?4(command)
 eric6.HexEdit.HexEditUndoStack.HexEditUndoCommand.redo?4()
@@ -3613,6 +3613,7 @@
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_BinOp?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_BoolOp?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Break?4(node)
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Bytes?7
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Call?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_ClassDef?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Compare?4(node)
@@ -3622,6 +3623,7 @@
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Dict?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_DictComp?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Ellipsis?4(node)
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Ellipsis?7
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_ExceptHandler?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Expr?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_For?4(node)
@@ -3640,8 +3642,10 @@
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_ListComp?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Module?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Name?4(node)
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_NameConstant?7
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_NamedExpr?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Nonlocal?4(node)
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Num?7
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Pass?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Raise?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Return?4(node)
@@ -3649,6 +3653,7 @@
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_SetComp?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Slice?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Starred?4(node)
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Str?7
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Subscript?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Try?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.ast_unparse._Unparser.visit_Tuple?4(node)
@@ -6469,10 +6474,6 @@
 eric6.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_sourceDirectoryButton_clicked?4()
 eric6.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_variantComboBox_currentIndexChanged?4(index)
 eric6.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog?1(parent=None)
-eric6.Preferences.ConfigurationDialog.ConfigurationDialog.DefaultMode?7
-eric6.Preferences.ConfigurationDialog.ConfigurationDialog.HexEditorMode?7
-eric6.Preferences.ConfigurationDialog.ConfigurationDialog.TrayStarterMode?7
-eric6.Preferences.ConfigurationDialog.ConfigurationDialog.WebBrowserMode?7
 eric6.Preferences.ConfigurationDialog.ConfigurationDialog.accept?4()
 eric6.Preferences.ConfigurationDialog.ConfigurationDialog.getConfigurationPageName?4()
 eric6.Preferences.ConfigurationDialog.ConfigurationDialog.getExpandedEntries?4()
@@ -6480,13 +6481,13 @@
 eric6.Preferences.ConfigurationDialog.ConfigurationDialog.preferencesChanged?7
 eric6.Preferences.ConfigurationDialog.ConfigurationDialog.setPreferences?4()
 eric6.Preferences.ConfigurationDialog.ConfigurationDialog.showConfigurationPageByName?4(pageName)
-eric6.Preferences.ConfigurationDialog.ConfigurationDialog?1(parent=None, name=None, modal=False, fromEric=True, displayMode=ConfigurationWidget.DefaultMode, expandedEntries=None)
+eric6.Preferences.ConfigurationDialog.ConfigurationDialog?1(parent=None, name=None, modal=False, fromEric=True, displayMode=ConfigurationMode.DEFAULTMODE, expandedEntries=None)
+eric6.Preferences.ConfigurationDialog.ConfigurationMode.DEFAULTMODE?7
+eric6.Preferences.ConfigurationDialog.ConfigurationMode.HEXEDITORMODE?7
+eric6.Preferences.ConfigurationDialog.ConfigurationMode.TRAYSTARTERMODE?7
+eric6.Preferences.ConfigurationDialog.ConfigurationMode.WEBBROWSERMODE?7
 eric6.Preferences.ConfigurationDialog.ConfigurationPageItem.getPageName?4()
 eric6.Preferences.ConfigurationDialog.ConfigurationPageItem?1(parent, text, pageName, iconFile)
-eric6.Preferences.ConfigurationDialog.ConfigurationWidget.DefaultMode?7
-eric6.Preferences.ConfigurationDialog.ConfigurationWidget.HexEditorMode?7
-eric6.Preferences.ConfigurationDialog.ConfigurationWidget.TrayStarterMode?7
-eric6.Preferences.ConfigurationDialog.ConfigurationWidget.WebBrowserMode?7
 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.accept?4()
 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.accepted?7
 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.calledFromEric?4()
@@ -6506,7 +6507,7 @@
 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.resizeEvent?4(evt)
 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.setPreferences?4()
 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.showConfigurationPageByName?4(pageName, setCurrent=True)
-eric6.Preferences.ConfigurationDialog.ConfigurationWidget?1(parent=None, fromEric=True, displayMode=DefaultMode, expandedEntries=None)
+eric6.Preferences.ConfigurationDialog.ConfigurationWidget?1(parent=None, fromEric=True, displayMode=ConfigurationMode.DEFAULTMODE, expandedEntries=None)
 eric6.Preferences.ConfigurationDialog.ConfigurationWindow.accept?4()
 eric6.Preferences.ConfigurationDialog.ConfigurationWindow.showConfigurationPageByName?4(pageName)
 eric6.Preferences.ConfigurationDialog.ConfigurationWindow?1(parent=None)
@@ -6597,6 +6598,7 @@
 eric6.Preferences.ConfigurationPages.EditorFilePage.EditorFilePage.on_fileFiltersList_currentItemChanged?4(current, previous)
 eric6.Preferences.ConfigurationPages.EditorFilePage.EditorFilePage.on_openFiltersButton_toggled?4(checked)
 eric6.Preferences.ConfigurationPages.EditorFilePage.EditorFilePage.on_previewMarkdownPyMdownInstallPushButton_clicked?4()
+eric6.Preferences.ConfigurationPages.EditorFilePage.EditorFilePage.polishPage?4()
 eric6.Preferences.ConfigurationPages.EditorFilePage.EditorFilePage.save?4()
 eric6.Preferences.ConfigurationPages.EditorFilePage.EditorFilePage?1()
 eric6.Preferences.ConfigurationPages.EditorFilePage.create?4(dlg)
@@ -8727,6 +8729,7 @@
 eric6.QScintilla.Shell.Shell.mousePressEvent?4(event)
 eric6.QScintilla.Shell.Shell.paste?4(lines=None)
 eric6.QScintilla.Shell.Shell.queueText?7
+eric6.QScintilla.Shell.Shell.registerDebuggerIdMethod?4(method)
 eric6.QScintilla.Shell.Shell.reloadHistory?4()
 eric6.QScintilla.Shell.Shell.saveHistory?4(clientType)
 eric6.QScintilla.Shell.Shell.searchNext?4(txt, caseSensitive, wholeWord, regexp)
@@ -8741,9 +8744,9 @@
 eric6.QScintilla.Shell.ShellAssembly.shell?4()
 eric6.QScintilla.Shell.ShellAssembly.showFind?4(txt="")
 eric6.QScintilla.Shell.ShellAssembly?1(dbs, vm, project, horizontal=True, parent=None)
-eric6.QScintilla.Shell.ShellHistoryStyle.Disabled?7
-eric6.QScintilla.Shell.ShellHistoryStyle.LinuxStyle?7
-eric6.QScintilla.Shell.ShellHistoryStyle.WindowsStyle?7
+eric6.QScintilla.Shell.ShellHistoryStyle.DISABLED?7
+eric6.QScintilla.Shell.ShellHistoryStyle.LINUXSTYLE?7
+eric6.QScintilla.Shell.ShellHistoryStyle.WINDOWSSTYLE?7
 eric6.QScintilla.ShellHistoryDialog.ShellHistoryDialog.getHistory?4()
 eric6.QScintilla.ShellHistoryDialog.ShellHistoryDialog.on_copyButton_clicked?4()
 eric6.QScintilla.ShellHistoryDialog.ShellHistoryDialog.on_deleteButton_clicked?4()
@@ -8755,6 +8758,7 @@
 eric6.QScintilla.ShellWindow.ShellWindow.activeWindow?4()
 eric6.QScintilla.ShellWindow.ShellWindow.closeEvent?4(event)
 eric6.QScintilla.ShellWindow.ShellWindow.getAPIsManager?4()
+eric6.QScintilla.ShellWindow.ShellWindow.getDebuggerId?4()
 eric6.QScintilla.ShellWindow.ShellWindow.quit?4()
 eric6.QScintilla.ShellWindow.ShellWindow.showFind?4(txt="")
 eric6.QScintilla.ShellWindow.ShellWindow?1(originalPathString, parent=None, name=None)
@@ -8842,12 +8846,12 @@
 eric6.Snapshot.SnapshotFreehandGrabber.SnapshotFreehandGrabber.paintEvent?4(evt)
 eric6.Snapshot.SnapshotFreehandGrabber.SnapshotFreehandGrabber?1()
 eric6.Snapshot.SnapshotFreehandGrabber.drawPolygon?4(painter, polygon, outline, fill=None)
-eric6.Snapshot.SnapshotModes.SnapshotModes.Ellipse?7
-eric6.Snapshot.SnapshotModes.SnapshotModes.Freehand?7
-eric6.Snapshot.SnapshotModes.SnapshotModes.Fullscreen?7
-eric6.Snapshot.SnapshotModes.SnapshotModes.Rectangle?7
-eric6.Snapshot.SnapshotModes.SnapshotModes.SelectedScreen?7
-eric6.Snapshot.SnapshotModes.SnapshotModes.SelectedWindow?7
+eric6.Snapshot.SnapshotModes.SnapshotModes.ELLIPSE?7
+eric6.Snapshot.SnapshotModes.SnapshotModes.FREEHAND?7
+eric6.Snapshot.SnapshotModes.SnapshotModes.FULLSCREEN?7
+eric6.Snapshot.SnapshotModes.SnapshotModes.RECTANGLE?7
+eric6.Snapshot.SnapshotModes.SnapshotModes.SELECTEDSCREEN?7
+eric6.Snapshot.SnapshotModes.SnapshotModes.SELECTEDWINDOW?7
 eric6.Snapshot.SnapshotPreview.SnapshotPreview.mouseMoveEvent?4(evt)
 eric6.Snapshot.SnapshotPreview.SnapshotPreview.mousePressEvent?4(evt)
 eric6.Snapshot.SnapshotPreview.SnapshotPreview.mouseReleaseEvent?4(evt)
@@ -9398,15 +9402,15 @@
 eric6.UI.NotificationWidget.NotificationFrame.NotificationStyleSheetTemplate?7
 eric6.UI.NotificationWidget.NotificationFrame.getIcon?4(kind)
 eric6.UI.NotificationWidget.NotificationFrame.getStyleSheet?4(kind)
-eric6.UI.NotificationWidget.NotificationFrame?1(icon, heading, text, kind=NotificationTypes.Information, parent=None)
-eric6.UI.NotificationWidget.NotificationTypes.Critical?7
-eric6.UI.NotificationWidget.NotificationTypes.Information?7
-eric6.UI.NotificationWidget.NotificationTypes.Other?7
-eric6.UI.NotificationWidget.NotificationTypes.Warning?7
+eric6.UI.NotificationWidget.NotificationFrame?1(icon, heading, text, kind=NotificationTypes.INFORMATION, parent=None)
+eric6.UI.NotificationWidget.NotificationTypes.CRITICAL?7
+eric6.UI.NotificationWidget.NotificationTypes.INFORMATION?7
+eric6.UI.NotificationWidget.NotificationTypes.OTHER?7
+eric6.UI.NotificationWidget.NotificationTypes.WARNING?7
 eric6.UI.NotificationWidget.NotificationWidget.mouseMoveEvent?4(evt)
 eric6.UI.NotificationWidget.NotificationWidget.mousePressEvent?4(evt)
 eric6.UI.NotificationWidget.NotificationWidget.mouseReleaseEvent?4(evt)
-eric6.UI.NotificationWidget.NotificationWidget.showNotification?4(icon, heading, text, kind=NotificationTypes.Information, timeout=0)
+eric6.UI.NotificationWidget.NotificationWidget.showNotification?4(icon, heading, text, kind=NotificationTypes.INFORMATION, timeout=0)
 eric6.UI.NotificationWidget.NotificationWidget?1(parent=None, setPosition=False)
 eric6.UI.NumbersWidget.BinaryModel.columnCount?4(parent)
 eric6.UI.NumbersWidget.BinaryModel.data?4(index, role=Qt.ItemDataRole.DisplayRole)
@@ -9500,9 +9504,9 @@
 eric6.UI.PythonDisViewer.PythonDisViewer.show?4()
 eric6.UI.PythonDisViewer.PythonDisViewer.showDisassembly?4(disassembly)
 eric6.UI.PythonDisViewer.PythonDisViewer.shutdown?4()
-eric6.UI.PythonDisViewer.PythonDisViewer?1(viewmanager, mode=PythonDisViewerModes.SourceDisassemblyMode, parent=None)
-eric6.UI.PythonDisViewer.PythonDisViewerModes.SourceDisassemblyMode?7
-eric6.UI.PythonDisViewer.PythonDisViewerModes.TracebackMode?7
+eric6.UI.PythonDisViewer.PythonDisViewer?1(viewmanager, mode=PythonDisViewerModes.SOURCEDISASSEMBLY, parent=None)
+eric6.UI.PythonDisViewer.PythonDisViewerModes.SOURCEDISASSEMBLY?7
+eric6.UI.PythonDisViewer.PythonDisViewerModes.TRACEBACK?7
 eric6.UI.SearchWidget.SearchWidget.keyPressEvent?4(event)
 eric6.UI.SearchWidget.SearchWidget.on_closeButton_clicked?4()
 eric6.UI.SearchWidget.SearchWidget.on_findNextButton_clicked?4()
@@ -9599,7 +9603,7 @@
 eric6.UI.UserInterface.UserInterface.showFindFilesDialog?4(txt="", searchDir="", openFiles=False)
 eric6.UI.UserInterface.UserInterface.showLogViewer?4()
 eric6.UI.UserInterface.UserInterface.showMenu?7
-eric6.UI.UserInterface.UserInterface.showNotification?4(icon, heading, text, kind=NotificationTypes.Information, timeout=None)
+eric6.UI.UserInterface.UserInterface.showNotification?4(icon, heading, text, kind=NotificationTypes.INFORMATION, timeout=None)
 eric6.UI.UserInterface.UserInterface.showPluginsAvailable?4()
 eric6.UI.UserInterface.UserInterface.showPreferences?4(pageName=None)
 eric6.UI.UserInterface.UserInterface.showReplaceFilesDialog?4(txt="", searchDir="", openFiles=False)
@@ -12078,7 +12082,7 @@
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.setLoadingActions?4(b)
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.setUseQtHelp?4(use)
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.showFullScreenNavigation?4()
-eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.showNotification?4(icon, heading, text, kind=NotificationTypes.Information, timeout=None)
+eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.showNotification?4(icon, heading, text, kind=NotificationTypes.INFORMATION, timeout=None)
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.shutdown?4()
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.speedDial?4()
 eric6.WebBrowser.WebBrowserWindow.WebBrowserWindow.syncManager?4()
@@ -12276,7 +12280,7 @@
 install.macPythonExe?7
 install.main?4(argv)
 install.modDir?7
-install.pipInstall?4(packageName, message)
+install.pipInstall?4(packageName, message, force=True)
 install.platBinDir?7
 install.platBinDirOld?7
 install.prepareInfoFile?4(fileName)

eric ide

mercurial