src/eric7/APIs/Python3/eric7.api

branch
eric7-maintenance
changeset 10349
df7edc29cbfb
parent 10272
7ae72d1df070
parent 10345
175e6f023126
child 10460
3b34efa2857c
--- a/src/eric7/APIs/Python3/eric7.api	Tue Oct 31 09:23:05 2023 +0100
+++ b/src/eric7/APIs/Python3/eric7.api	Wed Nov 29 14:23:36 2023 +0100
@@ -397,14 +397,14 @@
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sendDebuggerId?4()
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sendException?4(exceptionType, exceptionMessage, stack, threadName)
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sendJsonCommand?4(method, params)
-eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sendPassiveStartup?4(filename, exceptions)
+eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sendPassiveStartup?4(filename, reportAllExceptions)
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sendResponseLine?4(stack, threadName)
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sendSyntaxError?4(message, filename, lineno, charno, threadName)
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sessionClose?4(terminate=True)
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.setDisassembly?4(disassembly)
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.skipMultiProcessDebugging?4(scriptName)
-eric7.DebugClients.Python.DebugClientBase.DebugClientBase.startDebugger?4(filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, )
-eric7.DebugClients.Python.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd="", host=None, port=None, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, codeStr="", scriptModule="", )
+eric7.DebugClients.Python.DebugClientBase.DebugClientBase.startDebugger?4(filename=None, host=None, port=None, enableTrace=True, reportAllExceptions=False, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, )
+eric7.DebugClients.Python.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd="", host=None, port=None, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, reportAllExceptions=False, callTraceOptimization=False, codeStr="", scriptModule="", )
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.writeReady?4(stream)
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase?1()
 eric7.DebugClients.Python.DebugClientBase.DebugClientClose?4(fd)
@@ -423,6 +423,7 @@
 eric7.DebugClients.Python.DebugConfig.ConfigQtNames?7
 eric7.DebugClients.Python.DebugConfig.NonExpandableTypes?7
 eric7.DebugClients.Python.DebugConfig.SpecialAttributes?7
+eric7.DebugClients.Python.DebugConfig.UnknownAttributeValueMarker?7
 eric7.DebugClients.Python.DebugUtilities.ArgInfo?7
 eric7.DebugClients.Python.DebugUtilities.PYTHON_NAMES?7
 eric7.DebugClients.Python.DebugUtilities._getfullargs?5(co)
@@ -675,7 +676,7 @@
 eric7.Debugger.DebugServer.DebugServer.mainClientConnected?4()
 eric7.Debugger.DebugServer.DebugServer.mainClientExit?7
 eric7.Debugger.DebugServer.DebugServer.passiveDebugStarted?7
-eric7.Debugger.DebugServer.DebugServer.passiveStartUp?4(fn, exc, debuggerId)
+eric7.Debugger.DebugServer.DebugServer.passiveStartUp?4(fn, reportAllExceptions, debuggerId)
 eric7.Debugger.DebugServer.DebugServer.preferencesChanged?4()
 eric7.Debugger.DebugServer.DebugServer.registerDebuggerInterface?4(interfaceName, getRegistryData, reregister=False)
 eric7.Debugger.DebugServer.DebugServer.remoteBanner?4()
@@ -691,7 +692,7 @@
 eric7.Debugger.DebugServer.DebugServer.remoteContinueUntil?4(debuggerId, line)
 eric7.Debugger.DebugServer.DebugServer.remoteCoverage?4(venvName, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="", configOverride=None, )
 eric7.Debugger.DebugServer.DebugServer.remoteEnvironment?4(env)
-eric7.Debugger.DebugServer.DebugServer.remoteLoad?4(venvName, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, clientType="", enableCallTrace=False, enableMultiprocess=False, multiprocessNoDebug="", configOverride=None, )
+eric7.Debugger.DebugServer.DebugServer.remoteLoad?4(venvName, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, clientType="", enableCallTrace=False, enableMultiprocess=False, multiprocessNoDebug="", configOverride=None, reportAllExceptions=False, )
 eric7.Debugger.DebugServer.DebugServer.remoteMoveIP?4(debuggerId, line)
 eric7.Debugger.DebugServer.DebugServer.remoteProfile?4(venvName, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="", configOverride=None, )
 eric7.Debugger.DebugServer.DebugServer.remoteRawInput?4(debuggerId, inputString)
@@ -762,7 +763,7 @@
 eric7.Debugger.DebugUI.DebugUI.setEnvHistory?4(envStr, clearHistories=False, history=None)
 eric7.Debugger.DebugUI.DebugUI.setExcIgnoreList?4(excIgnoreList)
 eric7.Debugger.DebugUI.DebugUI.setExcList?4(excList)
-eric7.Debugger.DebugUI.DebugUI.setExceptionReporting?4(exceptions, unhandledExceptions=True)
+eric7.Debugger.DebugUI.DebugUI.setExceptionReporting?4(reportAllExceptions)
 eric7.Debugger.DebugUI.DebugUI.setMultiprocessNoDebugHistory?4(noDebugList, clearHistories=False, history=None)
 eric7.Debugger.DebugUI.DebugUI.setScriptsHistory?4(scriptName, clearHistories=False, history=None)
 eric7.Debugger.DebugUI.DebugUI.setTracePython?4(tracePython)
@@ -821,7 +822,7 @@
 eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteContinueUntil?4(debuggerId, line)
 eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteCoverage?4(fn, argv, wd, erase=False)
 eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteEnvironment?4(env)
-eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, )
+eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, reportAllExceptions=False, )
 eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteMoveIP?4(debuggerId, line)
 eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteNoDebugList?4(debuggerId, noDebugList)
 eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteProfile?4(fn, argv, wd, erase=False)
@@ -864,7 +865,7 @@
 eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteContinueUntil?4(debuggerId, line)
 eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCoverage?4(fn, argv, wd, erase=False)
 eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteEnvironment?4(env)
-eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, )
+eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, reportAllExceptions=False, )
 eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteMoveIP?4(debuggerId, line)
 eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteNoDebugList?4(debuggerId, noDebugList)
 eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteProfile?4(fn, argv, wd, erase=False)
@@ -914,7 +915,11 @@
 eric7.Debugger.StartDialog.StartDialog.historiesModified?4()
 eric7.Debugger.StartDialog.StartDialog.on_buttonBox_clicked?4(button)
 eric7.Debugger.StartDialog.StartDialog.on_modFuncCombo_editTextChanged?4()
-eric7.Debugger.StartDialog.StartDialog?1(caption, lastUsedVenvName, argvList, wdList, envList, exceptions, unhandledExceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, enableMultiprocess=False, multiprocessNoDebugHistory=None, configOverride=None, forProject=False, scriptName="", scriptsList=None, )
+eric7.Debugger.StartDialog.StartDialog?1(caption, lastUsedVenvName, argvList, wdList, envList, parent=None, dialogMode=StartDialogMode.Debug, modfuncList=None, autoClearShell=True, tracePython=False, autoContinue=True, reportAllExceptions=False, enableMultiprocess=False, multiprocessNoDebugHistory=None, configOverride=None, forProject=False, scriptName="", scriptsList=None, )
+eric7.Debugger.StartDialog.StartDialogMode.Coverage?7
+eric7.Debugger.StartDialog.StartDialogMode.Debug?7
+eric7.Debugger.StartDialog.StartDialogMode.Profile?7
+eric7.Debugger.StartDialog.StartDialogMode.Run?7
 eric7.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.getHistory?4()
 eric7.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.on_deleteAllButton_clicked?4()
 eric7.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.on_deleteButton_clicked?4()
@@ -1321,7 +1326,7 @@
 eric7.EricWidgets.EricApplication.EricApplication.unregisterPluginObject?4(name)
 eric7.EricWidgets.EricApplication.EricApplication.usesDarkPalette?4()
 eric7.EricWidgets.EricApplication.EricApplication.usesSmallScreen?4()
-eric7.EricWidgets.EricApplication.EricApplication?1(argv)
+eric7.EricWidgets.EricApplication.EricApplication?1(args)
 eric7.EricWidgets.EricApplication.ericApp?7
 eric7.EricWidgets.EricClickableLabel.EricClickableLabel.clicked?7
 eric7.EricWidgets.EricClickableLabel.EricClickableLabel.middleClicked?7
@@ -1853,6 +1858,7 @@
 eric7.EricWidgets.EricToolBarDialog.EricToolBarItem.title?7
 eric7.EricWidgets.EricToolBarDialog.EricToolBarItem.toolBarId?7
 eric7.EricWidgets.EricToolBarManager.EricToolBarManager.CustomToolBarMarker?7
+eric7.EricWidgets.EricToolBarManager.EricToolBarManager.IconSizes?7
 eric7.EricWidgets.EricToolBarManager.EricToolBarManager.ToolBarMarker?7
 eric7.EricWidgets.EricToolBarManager.EricToolBarManager.VersionMarker?7
 eric7.EricWidgets.EricToolBarManager.EricToolBarManager.actionById?4(aID)
@@ -1868,6 +1874,7 @@
 eric7.EricWidgets.EricToolBarManager.EricToolBarManager.isDefaultToolBar?4(toolBar)
 eric7.EricWidgets.EricToolBarManager.EricToolBarManager.isWidgetAction?4(action)
 eric7.EricWidgets.EricToolBarManager.EricToolBarManager.mainWindow?4()
+eric7.EricWidgets.EricToolBarManager.EricToolBarManager.preferencesChanged?4()
 eric7.EricWidgets.EricToolBarManager.EricToolBarManager.removeAction?4(action)
 eric7.EricWidgets.EricToolBarManager.EricToolBarManager.removeCategoryActions?4(category)
 eric7.EricWidgets.EricToolBarManager.EricToolBarManager.removeToolBar?4(toolBar)
@@ -2018,7 +2025,6 @@
 eric7.EricXML.XMLStreamReaderBase.XMLStreamReaderBase.showErrorMessage?4()
 eric7.EricXML.XMLStreamReaderBase.XMLStreamReaderBase.toBool?4(value)
 eric7.EricXML.XMLStreamReaderBase.XMLStreamReaderBase?1(device)
-eric7.Globals.AppInfo.makeAppInfo?4(argv, name, arg, description, options=None)
 eric7.Globals.configDir?7
 eric7.Globals.dataString?4(size, loc=None)
 eric7.Globals.getConfigDir?4()
@@ -3903,7 +3909,7 @@
 eric7.PluginManager.PluginManager.PluginManager.activatePlugin?4(name, onDemand=False)
 eric7.PluginManager.PluginManager.PluginManager.activatePlugins?4()
 eric7.PluginManager.PluginManager.PluginManager.allPlugginsActivated?7
-eric7.PluginManager.PluginManager.PluginManager.checkPluginEntry?4(name, short, description, url, author, version, filename, status, )
+eric7.PluginManager.PluginManager.PluginManager.checkPluginEntry?4(name, short, description, url, author, version, filename, status, category, )
 eric7.PluginManager.PluginManager.PluginManager.checkPluginUpdatesAvailable?4()
 eric7.PluginManager.PluginManager.PluginManager.clearPluginsPrivateData?4(type_)
 eric7.PluginManager.PluginManager.PluginManager.deactivatePlugin?4(name, onDemand=False)
@@ -3948,13 +3954,8 @@
 eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.AuthorRole?7
 eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.DescrRole?7
 eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.FilenameRole?7
-eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.PluginStatusError?7
-eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.PluginStatusLocalUpdate?7
-eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.PluginStatusNew?7
-eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.PluginStatusRemoteUpdate?7
-eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.PluginStatusUpToDate?7
 eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.UrlRole?7
-eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.addEntry?4(name, short, description, url, author, version, filename, status)
+eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.addEntry?4(name, short, description, url, author, version, filename, status, category, )
 eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.closeAndInstall?7
 eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.getDownloadedPlugins?4()
 eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.on_buttonBox_clicked?4(button)
@@ -3965,7 +3966,12 @@
 eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget.reloadList?4()
 eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWidget?1(pluginManager, integrated=False, parent=None)
 eric7.PluginManager.PluginRepositoryDialog.PluginRepositoryWindow?1(parent=None)
-eric7.PluginManager.PluginRepositoryDialog.registerPlugin?4(name, short, description, url, author, version, filename, status)
+eric7.PluginManager.PluginRepositoryDialog.PluginStatus.Error?7
+eric7.PluginManager.PluginRepositoryDialog.PluginStatus.LocalUpdate?7
+eric7.PluginManager.PluginRepositoryDialog.PluginStatus.New?7
+eric7.PluginManager.PluginRepositoryDialog.PluginStatus.RemoteUpdate?7
+eric7.PluginManager.PluginRepositoryDialog.PluginStatus.UpToDate?7
+eric7.PluginManager.PluginRepositoryDialog.registerPlugin?4(name, short, description, url, author, version, filename, status, category, )
 eric7.PluginManager.PluginUninstallDialog.PluginUninstallDialog?1(pluginManager, parent=None)
 eric7.PluginManager.PluginUninstallDialog.PluginUninstallWidget.accepted?7
 eric7.PluginManager.PluginUninstallDialog.PluginUninstallWidget.on_buttonBox_accepted?4()
@@ -4855,10 +4861,15 @@
 eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.on_startButton_clicked?4()
 eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.prepare?4(fileList, project)
 eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.setArguments?4(args)
-eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.start?4(fn, codestring="")
+eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.start?4(fn, codestring="", skipped=0)
 eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.startForBrowser?4(fn)
 eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog.warningRole?7
 eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.SyntaxCheckerDialog?1(parent=None)
+eric7.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.initBatchService?4()
+eric7.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.initService?4()
+eric7.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.jsSyntaxBatchCheck?4(argumentsList, send, fx, cancelled, maxProcesses=0)
+eric7.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.jsSyntaxCheck?4(file, codestring)
+eric7.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.workerTask?4(inputQueue, outputQueue)
 eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.initBatchService?4()
 eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.initService?4()
 eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.jsonSyntaxBatchCheck?4(argumentsList, send, fx, cancelled, maxProcesses=0)
@@ -4893,6 +4904,7 @@
 eric7.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.EricapiConfigDialog.on_startDirPicker_pathSelected?4(path)
 eric7.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.EricapiConfigDialog?1(project, parms=None, parent=None)
 eric7.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.EricapiExecDialog.on_buttonBox_clicked?4(button)
+eric7.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.EricapiExecDialog.processFinished?7
 eric7.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.EricapiExecDialog.start?4(args, fn)
 eric7.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.EricapiExecDialog?1(cmdname, parent=None)
 eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.accept?4()
@@ -4919,6 +4931,7 @@
 eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog.on_startDirPicker_pathSelected?4(path)
 eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.EricdocConfigDialog?1(project, parms=None, parent=None)
 eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.EricdocExecDialog.on_buttonBox_clicked?4(button)
+eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.EricdocExecDialog.processFinished?7
 eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.EricdocExecDialog.start?4(args, fn)
 eric7.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.EricdocExecDialog?1(cmdname, parent=None)
 eric7.Plugins.PluginAbout.AboutPlugin.activate?4()
@@ -6050,7 +6063,9 @@
 eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditCommitEditor.HgHisteditCommitEditor?1(fileName, parent=None)
 eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditConfigDialog.HgHisteditConfigDialog.getData?4()
 eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditConfigDialog.HgHisteditConfigDialog?1(tagsList, branchesList, bookmarksList=None, rev="", parent=None)
-eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor.createMainWidget?4(argv)
+eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor.args?7
+eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor.createArgparseNamespace?4()
+eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor.createMainWidget?4(args)
 eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor.main?4()
 eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor.HgHisteditPlanActionComboBox.showPopup?4()
 eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor.HgHisteditPlanActionComboBox?1(item, column)
@@ -7019,18 +7034,13 @@
 eric7.Plugins.WizardPlugins.EricPluginWizard.PluginWizardDialog.PluginWizardDialog.on_projectButton_clicked?4()
 eric7.Plugins.WizardPlugins.EricPluginWizard.PluginWizardDialog.PluginWizardDialog.packageName?4()
 eric7.Plugins.WizardPlugins.EricPluginWizard.PluginWizardDialog.PluginWizardDialog?1(parent=None)
-eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.apiFilesTemplate?7
-eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.configTemplate0?7
-eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.configTemplate1?7
-eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.configTemplate2?7
-eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.configTemplate3?7
-eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.exeDisplayDataInfoTemplate?7
-eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.exeDisplayDataListTemplate?7
-eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.exeDisplayDataTemplate?7
+eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.activate?4(self)
+eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.deactivate?4(self)
+eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.error?7
+eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.getPreferences?4(self, key)
 eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.mainTemplate?7
-eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.moduleSetupTemplate?7
-eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.onDemandTemplate?7
-eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.previewPixmapTemplate?7
+eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.prepareUninstall?4()
+eric7.Plugins.WizardPlugins.EricPluginWizard.Templates.setPreferences?4(self, key, value)
 eric7.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.FileDialogWizardDialog.EricTypes?7
 eric7.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.FileDialogWizardDialog.PyQtTypes?7
 eric7.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.FileDialogWizardDialog.getCode?4(indLevel, indString)
@@ -7408,6 +7418,8 @@
 eric7.Preferences.ConfigurationPages.EditorSpellCheckingPage.create?4(dlg)
 eric7.Preferences.ConfigurationPages.EditorStylesPage.EditorStylesPage.on_annotationsErrorBgButton_clicked?4()
 eric7.Preferences.ConfigurationPages.EditorStylesPage.EditorStylesPage.on_annotationsErrorFgButton_clicked?4()
+eric7.Preferences.ConfigurationPages.EditorStylesPage.EditorStylesPage.on_annotationsInformationBgButton_clicked?4()
+eric7.Preferences.ConfigurationPages.EditorStylesPage.EditorStylesPage.on_annotationsInformationFgButton_clicked?4()
 eric7.Preferences.ConfigurationPages.EditorStylesPage.EditorStylesPage.on_annotationsStyleWarningBgButton_clicked?4()
 eric7.Preferences.ConfigurationPages.EditorStylesPage.EditorStylesPage.on_annotationsStyleWarningFgButton_clicked?4()
 eric7.Preferences.ConfigurationPages.EditorStylesPage.EditorStylesPage.on_annotationsWarningBgButton_clicked?4()
@@ -8095,7 +8107,7 @@
 eric7.Project.Project.Project.saveProject?4()
 eric7.Project.Project.Project.saveProjectAs?4()
 eric7.Project.Project.Project.setData?4(category, key, data)
-eric7.Project.Project.Project.setDbgInfo?4(venvName, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None, enableMultiprocess=None, multiprocessNoDebug=None, configOverride=None, )
+eric7.Project.Project.Project.setDbgInfo?4(venvName, argv, wd, env, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None, reportAllExceptions=None, enableMultiprocess=None, multiprocessNoDebug=None, configOverride=None, )
 eric7.Project.Project.Project.setDirty?4(dirty)
 eric7.Project.Project.Project.setProjectData?4(data, dataKey=None, setDirty=True)
 eric7.Project.Project.Project.setStatusMonitorAutoUpdate?4(auto)
@@ -8430,6 +8442,8 @@
 eric7.QScintilla.Editor.Editor.TemplateImageID?7
 eric7.QScintilla.Editor.Editor.VcsConflictMarkerLineRegExpList?7
 eric7.QScintilla.Editor.Editor.WarningCode?7
+eric7.QScintilla.Editor.Editor.WarningError?7
+eric7.QScintilla.Editor.Editor.WarningInfo?7
 eric7.QScintilla.Editor.Editor.WarningPython?7
 eric7.QScintilla.Editor.Editor.WarningStyle?7
 eric7.QScintilla.Editor.Editor.addCallTipHook?4(key, func)
@@ -8460,8 +8474,11 @@
 eric7.QScintilla.Editor.Editor.clearBookmarks?4()
 eric7.QScintilla.Editor.Editor.clearBreakpoint?4(line)
 eric7.QScintilla.Editor.Editor.clearChangeMarkers?4()
+eric7.QScintilla.Editor.Editor.clearCodeWarnings?4()
+eric7.QScintilla.Editor.Editor.clearErrorWarnings?4()
 eric7.QScintilla.Editor.Editor.clearFlakesWarnings?4()
 eric7.QScintilla.Editor.Editor.clearHighlight?4(startLine, startIndex, endLine, endIndex)
+eric7.QScintilla.Editor.Editor.clearInfoWarnings?4()
 eric7.QScintilla.Editor.Editor.clearSearchIndicators?4()
 eric7.QScintilla.Editor.Editor.clearSearchSelectionHighlight?4()
 eric7.QScintilla.Editor.Editor.clearStyleWarnings?4()
@@ -8532,13 +8549,11 @@
 eric7.QScintilla.Editor.Editor.getSharingStatus?4()
 eric7.QScintilla.Editor.Editor.getSpellingLanguage?4()
 eric7.QScintilla.Editor.Editor.getSyntaxErrorLines?4()
-eric7.QScintilla.Editor.Editor.getSyntaxErrors?4()
 eric7.QScintilla.Editor.Editor.getTaskLines?4()
 eric7.QScintilla.Editor.Editor.getVcsConflictMarkerLines?4()
 eric7.QScintilla.Editor.Editor.getWarningLines?4()
-eric7.QScintilla.Editor.Editor.getWarnings?4()
-eric7.QScintilla.Editor.Editor.getWord?4(line, index, direction=0, useWordChars=True)
-eric7.QScintilla.Editor.Editor.getWordBoundaries?4(line, index, useWordChars=True)
+eric7.QScintilla.Editor.Editor.getWord?4(line, index, direction=0, useWordChars=True, forCompletion=False)
+eric7.QScintilla.Editor.Editor.getWordBoundaries?4(line, index, useWordChars=True, forCompletion=False)
 eric7.QScintilla.Editor.Editor.getWordLeft?4(line, index)
 eric7.QScintilla.Editor.Editor.getWordRight?4(line, index)
 eric7.QScintilla.Editor.Editor.gotoLastEditPosition?4()
@@ -8649,7 +8664,6 @@
 eric7.QScintilla.Editor.Editor.shareConnected?4(connected)
 eric7.QScintilla.Editor.Editor.shareEditor?4(share)
 eric7.QScintilla.Editor.Editor.shortenEmptyLines?4()
-eric7.QScintilla.Editor.Editor.shouldAutosave?4()
 eric7.QScintilla.Editor.Editor.showMenu?7
 eric7.QScintilla.Editor.Editor.showMouseHoverHelpData?4(line, index, data)
 eric7.QScintilla.Editor.Editor.smartIndentLineOrSelection?4()
@@ -8664,8 +8678,8 @@
 eric7.QScintilla.Editor.Editor.toggleBookmark?4(line)
 eric7.QScintilla.Editor.Editor.toggleCommentBlock?4()
 eric7.QScintilla.Editor.Editor.toggleCurrentFold?4()
-eric7.QScintilla.Editor.Editor.toggleSyntaxError?4(line, index, error, msg="", show=False)
-eric7.QScintilla.Editor.Editor.toggleWarning?4(line, col, warning, msg="", warningType=WarningCode)
+eric7.QScintilla.Editor.Editor.toggleSyntaxError?4(line, index, setError, msg="", show=False)
+eric7.QScintilla.Editor.Editor.toggleWarning?4(line, col, setWarning, msg="", warningType=WarningCode)
 eric7.QScintilla.Editor.Editor.uncommentLine?4()
 eric7.QScintilla.Editor.Editor.uncommentLineOrSelection?4()
 eric7.QScintilla.Editor.Editor.uncommentSelection?4()
@@ -9170,6 +9184,7 @@
 eric7.QScintilla.MarkupProviders.HtmlProvider.HtmlProvider.hasNumberedList?4()
 eric7.QScintilla.MarkupProviders.HtmlProvider.HtmlProvider.hasQuote?4()
 eric7.QScintilla.MarkupProviders.HtmlProvider.HtmlProvider.hasStrikethrough?4()
+eric7.QScintilla.MarkupProviders.HtmlProvider.HtmlProvider.hasUnderline?4()
 eric7.QScintilla.MarkupProviders.HtmlProvider.HtmlProvider.header?4(editor, level)
 eric7.QScintilla.MarkupProviders.HtmlProvider.HtmlProvider.headerLevels?4()
 eric7.QScintilla.MarkupProviders.HtmlProvider.HtmlProvider.hyperlink?4(editor)
@@ -9180,6 +9195,7 @@
 eric7.QScintilla.MarkupProviders.HtmlProvider.HtmlProvider.numberedList?4(editor)
 eric7.QScintilla.MarkupProviders.HtmlProvider.HtmlProvider.quote?4(editor)
 eric7.QScintilla.MarkupProviders.HtmlProvider.HtmlProvider.strikethrough?4(editor)
+eric7.QScintilla.MarkupProviders.HtmlProvider.HtmlProvider.underline?4(editor)
 eric7.QScintilla.MarkupProviders.HtmlProvider.HtmlProvider?1()
 eric7.QScintilla.MarkupProviders.HtmlProvider.createProvider?4()
 eric7.QScintilla.MarkupProviders.HyperlinkMarkupDialog.HyperlinkMarkupDialog.getData?4()
@@ -9239,6 +9255,7 @@
 eric7.QScintilla.MarkupProviders.MarkupBase.MarkupBase.hasNumberedList?4()
 eric7.QScintilla.MarkupProviders.MarkupBase.MarkupBase.hasQuote?4()
 eric7.QScintilla.MarkupProviders.MarkupBase.MarkupBase.hasStrikethrough?4()
+eric7.QScintilla.MarkupProviders.MarkupBase.MarkupBase.hasUnderline?4()
 eric7.QScintilla.MarkupProviders.MarkupBase.MarkupBase.header?4(editor, level)
 eric7.QScintilla.MarkupProviders.MarkupBase.MarkupBase.headerLevels?4()
 eric7.QScintilla.MarkupProviders.MarkupBase.MarkupBase.hyperlink?4(editor)
@@ -9249,6 +9266,7 @@
 eric7.QScintilla.MarkupProviders.MarkupBase.MarkupBase.numberedList?4(editor)
 eric7.QScintilla.MarkupProviders.MarkupBase.MarkupBase.quote?4(editor)
 eric7.QScintilla.MarkupProviders.MarkupBase.MarkupBase.strikethrough?4(editor)
+eric7.QScintilla.MarkupProviders.MarkupBase.MarkupBase.underline?4(editor)
 eric7.QScintilla.MarkupProviders.MarkupBase.MarkupBase?1()
 eric7.QScintilla.MarkupProviders.MarkupBase.createProvider?4()
 eric7.QScintilla.MarkupProviders.RestructuredTextProvider.RestructuredTextProvider.bold?4(editor)
@@ -9821,6 +9839,7 @@
 eric7.SystemUtilities.OSUtilities.getRealName?4()
 eric7.SystemUtilities.OSUtilities.getUserName?4()
 eric7.SystemUtilities.OSUtilities.hasEnvironmentEntry?4(key)
+eric7.SystemUtilities.OSUtilities.isFreeBsdPlatform?4()
 eric7.SystemUtilities.OSUtilities.isLinuxPlatform?4()
 eric7.SystemUtilities.OSUtilities.isMacPlatform?4()
 eric7.SystemUtilities.OSUtilities.isWindowsPlatform?4()
@@ -10147,17 +10166,14 @@
 eric7.Toolbox.SingleApplication.SingleApplicationServer.handleCommand?4(command, arguments)
 eric7.Toolbox.SingleApplication.SingleApplicationServer.shutdown?4()
 eric7.Toolbox.SingleApplication.SingleApplicationServer?1(name)
+eric7.Toolbox.Startup.appStartup?4(args, mwFactory, quitOnLastWindowClosed=True, app=None, raiseIt=True, installErrorHandler=False, )
 eric7.Toolbox.Startup.application?7
 eric7.Toolbox.Startup.getDefaultIconPaths?4(application)
-eric7.Toolbox.Startup.handleArgs?4(argv, appinfo)
 eric7.Toolbox.Startup.initializeResourceSearchPath?4(application)
 eric7.Toolbox.Startup.loadTranslatorForLocale?4(dirs, tn)
 eric7.Toolbox.Startup.loadTranslators?4(qtTransDir, app, translationFiles=())
 eric7.Toolbox.Startup.loaded_translators?7
 eric7.Toolbox.Startup.setLibraryPaths?4()
-eric7.Toolbox.Startup.simpleAppStartup?4(argv, appinfo, mwFactory, quitOnLastWindowClosed=True, app=None, raiseIt=True, installErrorHandler=False, )
-eric7.Toolbox.Startup.usage?4(appinfo, optlen=12)
-eric7.Toolbox.Startup.version?4(appinfo)
 eric7.Tools.TRPreviewer.TRPreviewer.closeEvent?4(event)
 eric7.Tools.TRPreviewer.TRPreviewer.reloadTranslations?4()
 eric7.Tools.TRPreviewer.TRPreviewer.show?4()
@@ -10432,9 +10448,9 @@
 eric7.UI.DiffDialog.DiffDialog.on_diffButton_clicked?4()
 eric7.UI.DiffDialog.DiffDialog.on_saveButton_clicked?4()
 eric7.UI.DiffDialog.DiffDialog.show?4(filename=None)
-eric7.UI.DiffDialog.DiffDialog?1(parent=None)
+eric7.UI.DiffDialog.DiffDialog?1(files=None, parent=None)
 eric7.UI.DiffDialog.DiffWindow.eventFilter?4(obj, event)
-eric7.UI.DiffDialog.DiffWindow?1(parent=None)
+eric7.UI.DiffDialog.DiffWindow?1(files=None, parent=None)
 eric7.UI.DiffHighlighter.DiffHighlighter.generateRules?4()
 eric7.UI.DiffHighlighter.DiffHighlighter?1(doc)
 eric7.UI.EmailDialog.EmailDialog.attachFile?4(fname, deleteFile)
@@ -12842,6 +12858,7 @@
 eric7.WebBrowser.VirusTotal.VirusTotalDomainReportDialog.VirusTotalDomainReportDialog?1(domain, resolutions, urls, subdomains, categories, webutation, whois, parent=None, )
 eric7.WebBrowser.VirusTotal.VirusTotalIpReportDialog.VirusTotalIpReportDialog?1(ip, owner, resolutions, urls, parent=None)
 eric7.WebBrowser.VirusTotal.VirusTotalWhoisDialog.VirusTotalWhoisDialog?1(domain, whois, parent=None)
+eric7.WebBrowser.WebBrowserArgumentsCreator.createArgparseNamespace?4(argv=None)
 eric7.WebBrowser.WebBrowserClearPrivateDataDialog.WebBrowserClearPrivateDataDialog.getData?4()
 eric7.WebBrowser.WebBrowserClearPrivateDataDialog.WebBrowserClearPrivateDataDialog?1(parent=None)
 eric7.WebBrowser.WebBrowserJavaScriptConsole.WebBrowserJavaScriptConsole.javaScriptConsoleMessage?4(level, message, lineNumber, sourceId)
@@ -13171,33 +13188,44 @@
 eric7.WebBrowser.ZoomManager.ZoomValuesModel.ZoomValuesModel.removeRows?4(row, count, parent=None)
 eric7.WebBrowser.ZoomManager.ZoomValuesModel.ZoomValuesModel.rowCount?4(parent=None)
 eric7.WebBrowser.ZoomManager.ZoomValuesModel.ZoomValuesModel?1(manager, parent=None)
+eric7.eric7_api.createArgumentParser?4()
 eric7.eric7_api.main?4()
-eric7.eric7_api.usage?4()
-eric7.eric7_api.version?4()
-eric7.eric7_browser.SettingsDir?7
 eric7.eric7_browser.app?7
-eric7.eric7_browser.createMainWidget?4(argv)
+eric7.eric7_browser.args?7
+eric7.eric7_browser.createMainWidget?4(args)
 eric7.eric7_browser.main?4()
-eric7.eric7_compare.createMainWidget?4(argv)
+eric7.eric7_compare.args?7
+eric7.eric7_compare.createArgparseNamespace?4()
+eric7.eric7_compare.createMainWidget?4(args)
 eric7.eric7_compare.main?4()
-eric7.eric7_configure.createMainWidget?4(argv)
+eric7.eric7_configure.args?7
+eric7.eric7_configure.createArgparseNamespace?4()
+eric7.eric7_configure.createMainWidget?4(args)
 eric7.eric7_configure.main?4()
-eric7.eric7_diff.createMainWidget?4(argv)
+eric7.eric7_diff.args?7
+eric7.eric7_diff.createArgparseNamespace?4()
+eric7.eric7_diff.createMainWidget?4(args)
 eric7.eric7_diff.main?4()
+eric7.eric7_doc.createArgumentParser?4()
 eric7.eric7_doc.main?4()
 eric7.eric7_doc.supportedExtensions?7
-eric7.eric7_doc.usage?4()
-eric7.eric7_doc.version?4()
-eric7.eric7_editor.createMainWidget?4(argv)
+eric7.eric7_editor.args?7
+eric7.eric7_editor.createArgparseNamespace?4()
+eric7.eric7_editor.createMainWidget?4(args)
 eric7.eric7_editor.main?4()
-eric7.eric7_hexeditor.createMainWidget?4(argv)
+eric7.eric7_hexeditor.args?7
+eric7.eric7_hexeditor.createArgparseNamespace?4()
+eric7.eric7_hexeditor.createMainWidget?4(args)
 eric7.eric7_hexeditor.main?4()
-eric7.eric7_iconeditor.createMainWidget?4(argv)
+eric7.eric7_iconeditor.args?7
+eric7.eric7_iconeditor.createArgparseNamespace?4()
+eric7.eric7_iconeditor.createMainWidget?4(args)
 eric7.eric7_iconeditor.main?4()
 eric7.eric7_ide.app?7
 eric7.eric7_ide.args?7
+eric7.eric7_ide.createArgparseNamespace?4()
 eric7.eric7_ide.excepthook?4(excType, excValue, tracebackobj)
-eric7.eric7_ide.handleSingleApplication?4(ddindex)
+eric7.eric7_ide.handleSingleApplication?4()
 eric7.eric7_ide.inMainLoop?7
 eric7.eric7_ide.main?4()
 eric7.eric7_ide.mainWindow?7
@@ -13206,15 +13234,25 @@
 eric7.eric7_ide.restartArgsList?7
 eric7.eric7_ide.splash?7
 eric7.eric7_ide.uiStartUp?4()
-eric7.eric7_pdf.createMainWidget?4(argv)
+eric7.eric7_pdf.args?7
+eric7.eric7_pdf.createArgparseNamespace?4()
+eric7.eric7_pdf.createMainWidget?4(args)
 eric7.eric7_pdf.main?4()
-eric7.eric7_pip.createMainWidget?4(argv)
+eric7.eric7_pip.args?7
+eric7.eric7_pip.createArgparseNamespace?4()
+eric7.eric7_pip.createMainWidget?4(args)
 eric7.eric7_pip.main?4()
-eric7.eric7_plugininstall.createMainWidget?4(argv)
+eric7.eric7_plugininstall.args?7
+eric7.eric7_plugininstall.createArgparseNamespace?4()
+eric7.eric7_plugininstall.createMainWidget?4(args)
 eric7.eric7_plugininstall.main?4()
-eric7.eric7_pluginrepository.createMainWidget?4(argv)
+eric7.eric7_pluginrepository.args?7
+eric7.eric7_pluginrepository.createArgparseNamespace?4()
+eric7.eric7_pluginrepository.createMainWidget?4(args)
 eric7.eric7_pluginrepository.main?4()
-eric7.eric7_pluginuninstall.createMainWidget?4(argv)
+eric7.eric7_pluginuninstall.args?7
+eric7.eric7_pluginuninstall.createArgparseNamespace?4()
+eric7.eric7_pluginuninstall.createMainWidget?4(args)
 eric7.eric7_pluginuninstall.main?4()
 eric7.eric7_post_install.copyDesktopFile?4(src, dstPath, dstFile, scriptsdir)
 eric7.eric7_post_install.copyLinuxMetaData?4()
@@ -13225,28 +13263,47 @@
 eric7.eric7_post_install.main?4()
 eric7.eric7_post_install.windowsDesktopEntries?4()
 eric7.eric7_post_install.windowsProgramsEntry?4()
-eric7.eric7_qregularexpression.createMainWidget?4(argv)
+eric7.eric7_qregularexpression.args?7
+eric7.eric7_qregularexpression.createArgparseNamespace?4()
+eric7.eric7_qregularexpression.createMainWidget?4(args)
 eric7.eric7_qregularexpression.main?4()
-eric7.eric7_re.createMainWidget?4(argv)
+eric7.eric7_re.args?7
+eric7.eric7_re.createArgparseNamespace?4()
+eric7.eric7_re.createMainWidget?4(args)
 eric7.eric7_re.main?4()
-eric7.eric7_shell.createMainWidget?4(argv)
+eric7.eric7_shell.args?7
+eric7.eric7_shell.createArgparseNamespace?4()
+eric7.eric7_shell.createMainWidget?4(args)
 eric7.eric7_shell.main?4()
 eric7.eric7_shell.originalPathString?7
-eric7.eric7_snap.createMainWidget?4(argv)
+eric7.eric7_snap.args?7
+eric7.eric7_snap.createArgparseNamespace?4()
+eric7.eric7_snap.createMainWidget?4(args)
 eric7.eric7_snap.main?4()
-eric7.eric7_sqlbrowser.createMainWidget?4(argv)
+eric7.eric7_sqlbrowser.args?7
+eric7.eric7_sqlbrowser.createArgparseNamespace?4()
+eric7.eric7_sqlbrowser.createMainWidget?4(args)
 eric7.eric7_sqlbrowser.main?4()
-eric7.eric7_testing.createMainWidget?4(argv)
+eric7.eric7_testing.args?7
+eric7.eric7_testing.createArgparseNamespace?4()
+eric7.eric7_testing.createMainWidget?4(args)
 eric7.eric7_testing.main?4()
-eric7.eric7_tray.SettingsDir?7
-eric7.eric7_tray.createMainWidget?4(argv)
+eric7.eric7_tray.args?7
+eric7.eric7_tray.createArgparseNamespace?4()
+eric7.eric7_tray.createMainWidget?4(args)
 eric7.eric7_tray.main?4()
 eric7.eric7_trpreviewer.app?7
-eric7.eric7_trpreviewer.createMainWidget?4(argv)
+eric7.eric7_trpreviewer.args?7
+eric7.eric7_trpreviewer.createArgparseNamespace?4()
+eric7.eric7_trpreviewer.createMainWidget?4(args)
 eric7.eric7_trpreviewer.main?4()
-eric7.eric7_uipreviewer.createMainWidget?4(argv)
+eric7.eric7_uipreviewer.args?7
+eric7.eric7_uipreviewer.createArgparseNamespace?4()
+eric7.eric7_uipreviewer.createMainWidget?4(args)
 eric7.eric7_uipreviewer.main?4()
-eric7.eric7_virtualenv.createMainWidget?4(argv)
+eric7.eric7_virtualenv.args?7
+eric7.eric7_virtualenv.createArgparseNamespace?4()
+eric7.eric7_virtualenv.createMainWidget?4(args)
 eric7.eric7_virtualenv.main?4()
 eric7.eric7config._pkg_config?8
 eric7.eric7config.getConfig?4(name)

eric ide

mercurial