eric7/APIs/Python3/eric7.api

branch
eric7
changeset 8533
7265a143f5c0
parent 8524
595547ab8d6f
child 8541
927d57b6aae0
diff -r a392af4b87e8 -r 7265a143f5c0 eric7/APIs/Python3/eric7.api
--- a/eric7/APIs/Python3/eric7.api	Mon Aug 23 19:15:36 2021 +0200
+++ b/eric7/APIs/Python3/eric7.api	Mon Aug 23 19:16:33 2021 +0200
@@ -665,6 +665,10 @@
 eric7.Debugger.DebugUI.DebugUI.compileForms?7
 eric7.Debugger.DebugUI.DebugUI.compileResources?7
 eric7.Debugger.DebugUI.DebugUI.debuggingStarted?7
+eric7.Debugger.DebugUI.DebugUI.doCoverage?4(runProject, script="")
+eric7.Debugger.DebugUI.DebugUI.doDebug?4(debugProject, script="")
+eric7.Debugger.DebugUI.DebugUI.doProfile?4(runProject, script="")
+eric7.Debugger.DebugUI.DebugUI.doRun?4(runProject, script="")
 eric7.Debugger.DebugUI.DebugUI.exceptionInterrupt?7
 eric7.Debugger.DebugUI.DebugUI.executeMake?7
 eric7.Debugger.DebugUI.DebugUI.getActions?4()
@@ -684,6 +688,7 @@
 eric7.Debugger.DebugUI.DebugUI.setExcList?4(excList)
 eric7.Debugger.DebugUI.DebugUI.setExceptionReporting?4(exceptions)
 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)
 eric7.Debugger.DebugUI.DebugUI.setWdHistory?4(wdStr, clearHistories=False, history=None)
 eric7.Debugger.DebugUI.DebugUI.showNotification?4(notification, kind=NotificationTypes.INFORMATION, timeout=None)
@@ -840,7 +845,7 @@
 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, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, enableMultiprocess=False, multiprocessNoDebugHistory=None, configOverride=None)
+eric7.Debugger.StartDialog.StartDialog?1(caption, lastUsedVenvName, argvList, wdList, envList, exceptions, 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.StartHistoryEditDialog.StartHistoryEditDialog.getHistory?4()
 eric7.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.on_deleteAllButton_clicked?4()
 eric7.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.on_deleteButton_clicked?4()

eric ide

mercurial