APIs/Python3/eric6.api

changeset 5374
c18d759b6b86
parent 5372
7ba8d3d61fdd
child 5379
0f14e170a803
diff -r 7826884089fd -r c18d759b6b86 APIs/Python3/eric6.api
--- a/APIs/Python3/eric6.api	Sun Dec 11 18:43:05 2016 +0100
+++ b/APIs/Python3/eric6.api	Mon Dec 12 18:56:42 2016 +0100
@@ -497,15 +497,15 @@
 eric6.Debugger.DebugUI.DebugUI.initMenus?4()
 eric6.Debugger.DebugUI.DebugUI.initToolbars?4(toolbarManager)
 eric6.Debugger.DebugUI.DebugUI.resetUI?7
-eric6.Debugger.DebugUI.DebugUI.setArgvHistory?4(argsStr, clearHistories=False)
+eric6.Debugger.DebugUI.DebugUI.setArgvHistory?4(argsStr, clearHistories=False, history=None)
 eric6.Debugger.DebugUI.DebugUI.setAutoClearShell?4(autoClearShell)
 eric6.Debugger.DebugUI.DebugUI.setAutoContinue?4(autoContinue)
-eric6.Debugger.DebugUI.DebugUI.setEnvHistory?4(envStr, clearHistories=False)
+eric6.Debugger.DebugUI.DebugUI.setEnvHistory?4(envStr, clearHistories=False, history=None)
 eric6.Debugger.DebugUI.DebugUI.setExcIgnoreList?4(excIgnoreList)
 eric6.Debugger.DebugUI.DebugUI.setExcList?4(excList)
 eric6.Debugger.DebugUI.DebugUI.setExceptionReporting?4(exceptions)
 eric6.Debugger.DebugUI.DebugUI.setTracePython?4(tracePython)
-eric6.Debugger.DebugUI.DebugUI.setWdHistory?4(wdStr, clearHistories=False)
+eric6.Debugger.DebugUI.DebugUI.setWdHistory?4(wdStr, clearHistories=False, history=None)
 eric6.Debugger.DebugUI.DebugUI.shutdown?4()
 eric6.Debugger.DebugUI.DebugUI.shutdownServer?4()
 eric6.Debugger.DebugUI.DebugUI.variablesFilter?4(scope)
@@ -674,11 +674,14 @@
 eric6.Debugger.ExceptionsFilterDialog.ExceptionsFilterDialog.on_exceptionEdit_textChanged?4(txt)
 eric6.Debugger.ExceptionsFilterDialog.ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged?4()
 eric6.Debugger.ExceptionsFilterDialog.ExceptionsFilterDialog?1(excList, ignore, parent=None)
+eric6.Debugger.StartDialog.StartDialog.clearHistories?4()
 eric6.Debugger.StartDialog.StartDialog.getCoverageData?4()
 eric6.Debugger.StartDialog.StartDialog.getData?4()
 eric6.Debugger.StartDialog.StartDialog.getDebugData?4()
+eric6.Debugger.StartDialog.StartDialog.getHistories?4()
 eric6.Debugger.StartDialog.StartDialog.getProfilingData?4()
 eric6.Debugger.StartDialog.StartDialog.getRunData?4()
+eric6.Debugger.StartDialog.StartDialog.historiesModified?4()
 eric6.Debugger.StartDialog.StartDialog.on_buttonBox_clicked?4(button)
 eric6.Debugger.StartDialog.StartDialog.on_modFuncCombo_editTextChanged?4()
 eric6.Debugger.StartDialog.StartDialog?1(caption, argvList, wdList, envList, exceptions, parent=None, type=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False)

eric ide

mercurial