APIs/Python3/eric6.api

branch
maintenance
changeset 6923
d062df8f1d9f
parent 6826
c6dda2cbe081
parent 6908
a56b500d7d2d
--- a/APIs/Python3/eric6.api	Sat Mar 02 11:17:15 2019 +0100
+++ b/APIs/Python3/eric6.api	Fri Apr 05 19:06:39 2019 +0200
@@ -238,7 +238,7 @@
 eric6.DebugClients.Python.DCTestResult.DCTestResult.addUnexpectedSuccess?4(test)
 eric6.DebugClients.Python.DCTestResult.DCTestResult.startTest?4(test)
 eric6.DebugClients.Python.DCTestResult.DCTestResult.stopTest?4(test)
-eric6.DebugClients.Python.DCTestResult.DCTestResult?1(dbgClient)
+eric6.DebugClients.Python.DCTestResult.DCTestResult?1(dbgClient, failfast)
 eric6.DebugClients.Python.DebugBase.DebugBase._fnCache?8
 eric6.DebugClients.Python.DebugBase.DebugBase._set_stopinfo?5(stopframe, returnframe)
 eric6.DebugClients.Python.DebugBase.DebugBase.bootstrap?4(target, args, kwargs)
@@ -478,7 +478,8 @@
 eric6.Debugger.DebugServer.DebugServer.clientSyntaxError?7
 eric6.Debugger.DebugServer.DebugServer.clientThreadList?7
 eric6.Debugger.DebugServer.DebugServer.clientThreadSet?7
-eric6.Debugger.DebugServer.DebugServer.clientUtFinished?4()
+eric6.Debugger.DebugServer.DebugServer.clientUtDiscovered?4(testCases, exceptionType, exceptionValue)
+eric6.Debugger.DebugServer.DebugServer.clientUtFinished?4(status)
 eric6.Debugger.DebugServer.DebugServer.clientUtPrepared?4(result, exceptionType, exceptionValue)
 eric6.Debugger.DebugServer.DebugServer.clientUtStartTest?4(testname, doc)
 eric6.Debugger.DebugServer.DebugServer.clientUtStopTest?4()
@@ -527,8 +528,9 @@
 eric6.Debugger.DebugServer.DebugServer.remoteStepOver?4()
 eric6.Debugger.DebugServer.DebugServer.remoteStepQuit?4()
 eric6.Debugger.DebugServer.DebugServer.remoteThreadList?4()
-eric6.Debugger.DebugServer.DebugServer.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase, clientType="")
-eric6.Debugger.DebugServer.DebugServer.remoteUTRun?4()
+eric6.Debugger.DebugServer.DebugServer.remoteUTDiscover?4(clientType, forProject, venvName, syspath, workdir, discoveryStart)
+eric6.Debugger.DebugServer.DebugServer.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase, clientType="", forProject=False, venvName="", syspath=None, workdir="", discover=False, discoveryStart="", testCases=None, debug=False)
+eric6.Debugger.DebugServer.DebugServer.remoteUTRun?4(debug=False, failfast=False)
 eric6.Debugger.DebugServer.DebugServer.remoteUTStop?4()
 eric6.Debugger.DebugServer.DebugServer.setCallTraceEnabled?4(on)
 eric6.Debugger.DebugServer.DebugServer.setDebugging?4(on)
@@ -556,6 +558,7 @@
 eric6.Debugger.DebugServer.DebugServer.signalClientWatchConditionError?4(condition)
 eric6.Debugger.DebugServer.DebugServer.startClient?4(unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir=None)
 eric6.Debugger.DebugServer.DebugServer.unregisterDebuggerInterface?4(interfaceName)
+eric6.Debugger.DebugServer.DebugServer.utDiscovered?7
 eric6.Debugger.DebugServer.DebugServer.utFinished?7
 eric6.Debugger.DebugServer.DebugServer.utPrepared?7
 eric6.Debugger.DebugServer.DebugServer.utStartTest?7
@@ -644,8 +647,9 @@
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStepOver?4()
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStepQuit?4()
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteThreadList?4()
-eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase)
-eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTRun?4()
+eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTDiscover?4(syspath, workdir, discoveryStart)
+eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase, syspath, workdir, discover, discoveryStart, testCases, debug)
+eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTRun?4(debug, failfast)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTStop?4()
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpoint?4(cond, setWatch, temp=False)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointEnable?4(cond, enable)
@@ -686,8 +690,9 @@
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepOver?4()
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepQuit?4()
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteThreadList?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTRun?4()
+eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTDiscover?4(syspath, workdir, discoveryStart)
+eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase, syspath, workdir, discover, discoveryStart, testCases, debug)
+eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTRun?4(debug, failfast)
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTStop?4()
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpoint?4(cond, setWatch, temp=False)
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointEnable?4(cond, enable)
@@ -1497,16 +1502,20 @@
 eric6.E5Network.E5Ftp.E5FtpProxyType.Site?7
 eric6.E5Network.E5Ftp.E5FtpProxyType.UserAtProxyuserAtServer?7
 eric6.E5Network.E5Ftp.E5FtpProxyType.UserAtServer?7
-eric6.E5Network.E5GoogleMail.APPLICATION_NAME?7
-eric6.E5Network.E5GoogleMail.CLIENT_SECRET_FILE?7
-eric6.E5Network.E5GoogleMail.CREDENTIALS_FILE?7
+eric6.E5Network.E5GoogleMail.E5GoogleMail.sendMessage?4(message)
+eric6.E5Network.E5GoogleMail.E5GoogleMail.sendResult?7
+eric6.E5Network.E5GoogleMail.E5GoogleMail?1(parent=None)
+eric6.E5Network.E5GoogleMail.E5GoogleMailAuthBrowser.approvalCodeReceived?7
+eric6.E5Network.E5GoogleMail.E5GoogleMailAuthBrowser.load?4(url)
+eric6.E5Network.E5GoogleMail.E5GoogleMailAuthBrowser?1(parent=None)
 eric6.E5Network.E5GoogleMail.GoogleMailHelp?4()
-eric6.E5Network.E5GoogleMail.GoogleMailSendMessage?4(message)
-eric6.E5Network.E5GoogleMail.SCOPES?7
-eric6.E5Network.E5GoogleMail._prepareMessage_v2?5(message)
-eric6.E5Network.E5GoogleMail._prepareMessage_v3?5(message)
-eric6.E5Network.E5GoogleMail.getCredentials?4()
-eric6.E5Network.E5GoogleMail.isClientSecretFileAvailable?4()
+eric6.E5Network.E5GoogleMailHelpers.APPLICATION_NAME?7
+eric6.E5Network.E5GoogleMailHelpers.CLIENT_SECRET_FILE?7
+eric6.E5Network.E5GoogleMailHelpers.RequiredPackages?7
+eric6.E5Network.E5GoogleMailHelpers.SCOPES?7
+eric6.E5Network.E5GoogleMailHelpers.TOKEN_FILE?7
+eric6.E5Network.E5GoogleMailHelpers.getInstallCommand?4()
+eric6.E5Network.E5GoogleMailHelpers.isClientSecretFileAvailable?4()
 eric6.E5Network.E5NetworkHeaderDetailsDialog.E5NetworkHeaderDetailsDialog.setData?4(name, value)
 eric6.E5Network.E5NetworkHeaderDetailsDialog.E5NetworkHeaderDetailsDialog?1(parent=None)
 eric6.E5Network.E5NetworkIcon.E5NetworkIcon.isOnline?4()
@@ -3704,6 +3713,7 @@
 eric6.MultiProject.MultiProject.MultiProject.checkDirty?4()
 eric6.MultiProject.MultiProject.MultiProject.clearRecent?4()
 eric6.MultiProject.MultiProject.MultiProject.closeMultiProject?4()
+eric6.MultiProject.MultiProject.MultiProject.copyProject?4(uid)
 eric6.MultiProject.MultiProject.MultiProject.deleteProject?4(uid)
 eric6.MultiProject.MultiProject.MultiProject.dirty?7
 eric6.MultiProject.MultiProject.MultiProject.getActions?4()
@@ -3992,7 +4002,7 @@
 eric6.PipInterface.Pip.Pip.getVirtualenvConfig?4(venvName)
 eric6.PipInterface.Pip.Pip.getVirtualenvInterpreter?4(venvName)
 eric6.PipInterface.Pip.Pip.getVirtualenvNames?4()
-eric6.PipInterface.Pip.Pip.installPackages?4(packages, venvName, userSite=False)
+eric6.PipInterface.Pip.Pip.installPackages?4(packages, venvName="", userSite=False, interpreter="")
 eric6.PipInterface.Pip.Pip.installPip?4(venvName, userSite=False)
 eric6.PipInterface.Pip.Pip.installRequirements?4(venvName)
 eric6.PipInterface.Pip.Pip.repairPip?4(venvName)
@@ -4056,7 +4066,7 @@
 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_upgradeButton_clicked?4()
 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_userCheckBox_clicked?4(checked)
 eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_verboseCheckBox_clicked?4(checked)
-eric6.PipInterface.PipPackagesWidget.PipPackagesWidget?1(parent=None)
+eric6.PipInterface.PipPackagesWidget.PipPackagesWidget?1(pip, parent=None)
 eric6.PluginManager.PluginDetailsDialog.PluginDetailsDialog.on_activeCheckBox_clicked?4()
 eric6.PluginManager.PluginDetailsDialog.PluginDetailsDialog.on_autoactivateCheckBox_clicked?4()
 eric6.PluginManager.PluginDetailsDialog.PluginDetailsDialog?1(details, parent=None)
@@ -4259,6 +4269,18 @@
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.NameFinder.visit?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.NameFinder.visit_Name?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.NameFinder?1()
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.Assigns?7
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.Refs?7
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.Returns?7
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.assigns?4()
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.refs?4()
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.returns?4()
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.visit_Assign?4(node)
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.visit_AsyncFunctionDef?4(node)
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.visit_FunctionDef?4(node)
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.visit_Name?4(node)
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor.visit_Return?4(node)
+eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.ReturnVisitor?1()
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.TextVisitor.visit_AsyncFunctionDef?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.TextVisitor.visit_Bytes?4(node)
 eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.TextVisitor.visit_Call?4(node)
@@ -7391,27 +7413,37 @@
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.FAMILYONLY?7
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.FONT?7
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.SIZEONLY?7
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.StyleRole?7
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.SubstyleRole?7
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_addSubstyleButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_allDefaultButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_allEolFillButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_backgroundButton_clicked?4()
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_copySubstyleButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_defaultButton_clicked?4()
-eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_eolfillCheckBox_toggled?4(on)
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_defaultSubstylesButton_clicked?4()
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_deleteSubstyleButton_clicked?4()
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_editSubstyleButton_clicked?4()
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_eolfillCheckBox_clicked?4(on)
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_exportAllButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_exportCurrentButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_foregroundButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_importAllButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_importCurrentButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated?4(language)
-eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_styleElementList_currentRowChanged?4(index)
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_styleElementList_currentItemChanged?4(current, previous)
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.save?4()
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.saveState?4()
-eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setFont?4(style, familyOnly, sizeOnly)
+eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setFont?4(style, substyle, familyOnly, sizeOnly)
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setSampleFont?4(familyOnly, sizeOnly)
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setState?4(state)
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage?1(lexers)
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.NoFontsOption?7
 eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.create?4(dlg)
+eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.MaxKeywordSets?7
+eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.on_allDefaultButton_clicked?4()
+eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.on_defaultButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.on_languageCombo_activated?4(language)
 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.on_setSpinBox_valueChanged?4(kwSet)
 eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.save?4()
@@ -7449,7 +7481,9 @@
 eric6.Preferences.ConfigurationPages.EditorTypingPage.EditorTypingPage.save?4()
 eric6.Preferences.ConfigurationPages.EditorTypingPage.EditorTypingPage?1()
 eric6.Preferences.ConfigurationPages.EditorTypingPage.create?4(dlg)
+eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_googleCheckAgainButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_googleHelpButton_clicked?4()
+eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_googleInstallButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_mailAuthenticationGroup_toggled?4(checked)
 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_mailPasswordEdit_textChanged?4(txt)
 eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_mailServerEdit_textChanged?4(txt)
@@ -7635,20 +7669,33 @@
 eric6.Preferences.MouseClickDialog.MouseClickDialog.getClick?4()
 eric6.Preferences.MouseClickDialog.MouseClickDialog.on_clearButton_clicked?4()
 eric6.Preferences.MouseClickDialog.MouseClickDialog?1(modifiers, button, parent=None)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.color?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.defaulEolFill?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultColor?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultFont?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultPaper?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.description?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.eolFill?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.font?4(style)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.addSubstyle?4(style)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.color?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultColor?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultDescription?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultEolFill?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultFont?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultPaper?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.defaultWords?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.delSubstyle?4(style, substyle)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.description?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.eolFill?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.font?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.getStyles?4()
+eric6.Preferences.PreferencesLexer.PreferencesLexer.getSubStyles?4(style)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.hasStyle?4(style, substyle)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.isBaseStyle?4(style)
 eric6.Preferences.PreferencesLexer.PreferencesLexer.language?4()
-eric6.Preferences.PreferencesLexer.PreferencesLexer.paper?4(style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.setColor?4(c, style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.setEolFill?4(eolfill, style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.setFont?4(f, style)
-eric6.Preferences.PreferencesLexer.PreferencesLexer.setPaper?4(c, style)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.loadDefaultSubStyles?4(style)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.paper?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.setColor?4(c, style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.setDescription?4(description, style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.setEolFill?4(eolfill, style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.setFont?4(f, style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.setPaper?4(c, style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.setWords?4(words, style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.words?4(style, substyle=-1)
+eric6.Preferences.PreferencesLexer.PreferencesLexer.writeSettings?4()
 eric6.Preferences.PreferencesLexer.PreferencesLexer?1(language, parent=None)
 eric6.Preferences.PreferencesLexer.PreferencesLexerError?1()
 eric6.Preferences.PreferencesLexer.PreferencesLexerLanguageError?1(language)
@@ -7723,6 +7770,12 @@
 eric6.Preferences.ShortcutsDialog.ShortcutsDialog.populate?4(helpViewer=None)
 eric6.Preferences.ShortcutsDialog.ShortcutsDialog.updateShortcuts?7
 eric6.Preferences.ShortcutsDialog.ShortcutsDialog?1(parent=None)
+eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.getData?4()
+eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.on_defaultButton_clicked?4()
+eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.on_descriptionEdit_textChanged?4(txt)
+eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.on_resetButton_clicked?4()
+eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog.on_wordsEdit_textChanged?4()
+eric6.Preferences.SubstyleDefinitionDialog.SubstyleDefinitionDialog?1(lexer, style, substyle, parent=None)
 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.getToollist?4()
 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_addButton_clicked?4()
 eric6.Preferences.ToolConfigurationDialog.ToolConfigurationDialog.on_argumentsEdit_textChanged?4(text)
@@ -8332,20 +8385,26 @@
 eric6.PyUnit.UnittestDialog.QtTestResult.addUnexpectedSuccess?4(test)
 eric6.PyUnit.UnittestDialog.QtTestResult.startTest?4(test)
 eric6.PyUnit.UnittestDialog.QtTestResult.stopTest?4(test)
-eric6.PyUnit.UnittestDialog.QtTestResult?1(parent)
+eric6.PyUnit.UnittestDialog.QtTestResult?1(parent, failfast)
+eric6.PyUnit.UnittestDialog.UnittestDialog.ErrorsInfoRole?7
+eric6.PyUnit.UnittestDialog.UnittestDialog.TestCaseFileRole?7
+eric6.PyUnit.UnittestDialog.UnittestDialog.TestCaseNameRole?7
 eric6.PyUnit.UnittestDialog.UnittestDialog.closeEvent?4(event)
 eric6.PyUnit.UnittestDialog.UnittestDialog.hasFailedTests?4()
+eric6.PyUnit.UnittestDialog.UnittestDialog.insertDiscovery?4(start)
 eric6.PyUnit.UnittestDialog.UnittestDialog.insertProg?4(prog)
 eric6.PyUnit.UnittestDialog.UnittestDialog.insertTestName?4(testName)
 eric6.PyUnit.UnittestDialog.UnittestDialog.keyPressEvent?4(evt)
 eric6.PyUnit.UnittestDialog.UnittestDialog.on_buttonBox_clicked?4(button)
+eric6.PyUnit.UnittestDialog.UnittestDialog.on_discoverCheckBox_toggled?4(checked)
+eric6.PyUnit.UnittestDialog.UnittestDialog.on_discoveryList_itemDoubleClicked?4(item, column)
 eric6.PyUnit.UnittestDialog.UnittestDialog.on_errorsListWidget_currentTextChanged?4(text)
 eric6.PyUnit.UnittestDialog.UnittestDialog.on_errorsListWidget_itemDoubleClicked?4(lbitem)
-eric6.PyUnit.UnittestDialog.UnittestDialog.on_startButton_clicked?4(failedOnly=False)
-eric6.PyUnit.UnittestDialog.UnittestDialog.on_stopButton_clicked?4()
 eric6.PyUnit.UnittestDialog.UnittestDialog.on_testsuitePicker_aboutToShowPathPickerDialog?4()
-eric6.PyUnit.UnittestDialog.UnittestDialog.on_testsuitePicker_editTextChanged?4(txt)
+eric6.PyUnit.UnittestDialog.UnittestDialog.on_testsuitePicker_editTextChanged?4(path)
 eric6.PyUnit.UnittestDialog.UnittestDialog.on_testsuitePicker_pathSelected?4(suite)
+eric6.PyUnit.UnittestDialog.UnittestDialog.setProjectMode?4(forProject)
+eric6.PyUnit.UnittestDialog.UnittestDialog.startTests?4(failedOnly=False)
 eric6.PyUnit.UnittestDialog.UnittestDialog.testErrored?4(test, exc, testId)
 eric6.PyUnit.UnittestDialog.UnittestDialog.testFailed?4(test, exc, testId)
 eric6.PyUnit.UnittestDialog.UnittestDialog.testFailedExpected?4(test, exc, testId)
@@ -8355,7 +8414,7 @@
 eric6.PyUnit.UnittestDialog.UnittestDialog.testSucceededUnexpected?4(test, testId)
 eric6.PyUnit.UnittestDialog.UnittestDialog.unittestFile?7
 eric6.PyUnit.UnittestDialog.UnittestDialog.unittestStopped?7
-eric6.PyUnit.UnittestDialog.UnittestDialog?1(prog=None, dbs=None, ui=None, fromEric=False, parent=None, name=None)
+eric6.PyUnit.UnittestDialog.UnittestDialog?1(prog=None, dbs=None, ui=None, parent=None, name=None)
 eric6.PyUnit.UnittestDialog.UnittestWindow.eventFilter?4(obj, event)
 eric6.PyUnit.UnittestDialog.UnittestWindow?1(prog=None, parent=None)
 eric6.QScintilla.APIsManager.APIs.apiPreparationCancelled?7
@@ -8707,11 +8766,14 @@
 eric6.QScintilla.Lexers.Lexer.Lexer.canBoxComment?4()
 eric6.QScintilla.Lexers.Lexer.Lexer.canStreamComment?4()
 eric6.QScintilla.Lexers.Lexer.Lexer.commentStr?4()
+eric6.QScintilla.Lexers.Lexer.Lexer.defaultKeywords?4(kwSet)
 eric6.QScintilla.Lexers.Lexer.Lexer.hasSmartIndent?4()
+eric6.QScintilla.Lexers.Lexer.Lexer.hasSubstyles?4()
 eric6.QScintilla.Lexers.Lexer.Lexer.initProperties?4()
 eric6.QScintilla.Lexers.Lexer.Lexer.isCommentStyle?4(style)
 eric6.QScintilla.Lexers.Lexer.Lexer.isStringStyle?4(style)
 eric6.QScintilla.Lexers.Lexer.Lexer.keywords?4(kwSet)
+eric6.QScintilla.Lexers.Lexer.Lexer.keywordsDescription?4(kwSet)
 eric6.QScintilla.Lexers.Lexer.Lexer.lexerName?4()
 eric6.QScintilla.Lexers.Lexer.Lexer.maximumKeywordSet?4()
 eric6.QScintilla.Lexers.Lexer.Lexer.smartIndentLine?4(editor)
@@ -8989,6 +9051,37 @@
 eric6.QScintilla.Lexers.LexerYAML.LexerYAML.isCommentStyle?4(style)
 eric6.QScintilla.Lexers.LexerYAML.LexerYAML.isStringStyle?4(style)
 eric6.QScintilla.Lexers.LexerYAML.LexerYAML?1(parent=None)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.addSubstyle?4(style)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.delSubstyle?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.getBaseStyles?4()
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.hasSubstyle?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.hasSubstyles?4()
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.isBaseStyle?4(style)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.loadAllDefaultSubStyles?4()
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.loadDefaultSubStyles?4(style)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.loadSubstyles?4()
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.readSubstyles?4(editor)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleColor?4(color, style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleDescription?4(description, style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleEolFill?4(eolFill, style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleFont?4(font, style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstylePaper?4(color, style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.setSubstyleWords?4(words, style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleColor?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultColor?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultDescription?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultEolFill?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultFont?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultPaper?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDefaultWords?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleDescription?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleEolFill?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleFont?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substylePaper?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substyleWords?4(style, substyle)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.substylesCount?4(style)
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.writeSubstyles?4()
+eric6.QScintilla.Lexers.SubstyledLexer.SubstyledLexer?1()
 eric6.QScintilla.Lexers.getDefaultLexerAssociations?4()
 eric6.QScintilla.Lexers.getLanguageIcon?4(language, pixmap)
 eric6.QScintilla.Lexers.getLexer?4(language, parent=None, pyname="")
@@ -9175,7 +9268,8 @@
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionToEOL?4()
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionWordLeft?4()
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionWordRight?4()
-eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findFirstTarget?4(expr_, re_, cs_, wo_, begline=-1, begindex=-1, endline=-1, endindex=-1, ws_=False)
+eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findFirst?4(expression, regexp, caseSensitive, word, wrap, forward=True, line=-1, index=-1, show=True, posix=False, cxx11=False)
+eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findFirstTarget?4(expr_, re_, cs_, wo_, begline=-1, begindex=-1, endline=-1, endindex=-1, ws_=False, posix=False, cxx11=False)
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findNextTarget?4()
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.flashFindIndicator?4(sline, sindex, eline, eindex)
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.focusOutEvent?4(event)
@@ -9244,6 +9338,7 @@
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setRectangularSelection?4(startLine, startIndex, endLine, endIndex)
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setStyling?4(length, style)
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setVirtualSpaceOptions?4(options)
+eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setWrapStartIndent?4(indent)
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.showFindIndicator?4(sline, sindex, eline, eindex)
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.showUserList?4(listId, lst)
 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.startStyling?4(pos, mask)
@@ -9881,7 +9976,6 @@
 eric6.UI.EmailDialog.EmailDialog.on_sendButton_clicked?4()
 eric6.UI.EmailDialog.EmailDialog.on_subject_textChanged?4(txt)
 eric6.UI.EmailDialog.EmailDialog?1(mode="bug", parent=None)
-eric6.UI.EmailDialog._encode_base64?5(msg)
 eric6.UI.ErrorLogDialog.ErrorLogDialog.on_deleteButton_clicked?4()
 eric6.UI.ErrorLogDialog.ErrorLogDialog.on_emailButton_clicked?4()
 eric6.UI.ErrorLogDialog.ErrorLogDialog.on_keepButton_clicked?4()
@@ -10802,6 +10896,7 @@
 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvInterpreter?4(venvName)
 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvNames?4()
 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvNamesForVariant?4(variant)
+eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvVariant?4(venvName)
 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isCondaEnvironment?4(venvName)
 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isGlobalEnvironment?4(venvName)
 eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isRemoteEnvironment?4(venvName)

eric ide

mercurial