--- a/APIs/Python3/eric6.api Sat Aug 26 17:10:43 2017 +0200 +++ b/APIs/Python3/eric6.api Sat Aug 26 19:26:07 2017 +0200 @@ -430,7 +430,7 @@ eric6.Debugger.DebugServer.DebugServer.passiveDebugStarted?7 eric6.Debugger.DebugServer.DebugServer.passiveStartUp?4(fn, exc) eric6.Debugger.DebugServer.DebugServer.preferencesChanged?4() -eric6.Debugger.DebugServer.DebugServer.registerDebuggerInterface?4(name, getRegistryData) +eric6.Debugger.DebugServer.DebugServer.registerDebuggerInterface?4(interfaceName, getRegistryData) eric6.Debugger.DebugServer.DebugServer.remoteBanner?4() eric6.Debugger.DebugServer.DebugServer.remoteBreakpoint?4(fn, line, setBreakpoint, cond=None, temp=False) eric6.Debugger.DebugServer.DebugServer.remoteCapabilities?4() @@ -480,7 +480,7 @@ eric6.Debugger.DebugServer.DebugServer.signalClientVariables?4(scope, variables) eric6.Debugger.DebugServer.DebugServer.signalClientWatchConditionError?4(condition) eric6.Debugger.DebugServer.DebugServer.startClient?4(unplanned=True, clType=None, forProject=False, runInConsole=False) -eric6.Debugger.DebugServer.DebugServer.unregisterDebuggerInterface?4(name) +eric6.Debugger.DebugServer.DebugServer.unregisterDebuggerInterface?4(interfaceName) eric6.Debugger.DebugServer.DebugServer.utFinished?7 eric6.Debugger.DebugServer.DebugServer.utPrepared?7 eric6.Debugger.DebugServer.DebugServer.utStartTest?7 @@ -583,90 +583,49 @@ eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone?1(debugServer, passive) eric6.Debugger.DebuggerInterfaceNone.createDebuggerInterfaceNone?4(debugServer, passive) eric6.Debugger.DebuggerInterfaceNone.getRegistryData?4() -eric6.Debugger.DebuggerInterfacePython2.ClientDefaultCapabilities?7 -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.flush?4() -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.getClientCapabilities?4() -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.isConnected?4() -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.newConnection?4(sock) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteBanner?4() -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteBreakpoint?4(fn, line, setBreakpoint, cond=None, temp=False) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteBreakpointEnable?4(fn, line, enable) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteBreakpointIgnore?4(fn, line, count) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteCapabilities?4() -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteClientSetFilter?4(scope, filterStr) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteClientVariable?4(scope, filterList, var, framenr=0) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteClientVariables?4(scope, filterList, framenr=0) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteCompletion?4(text) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteContinue?4(special=False) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteCoverage?4(fn, argv, wd, erase=False) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteEnvironment?4(env) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteMoveIP?4(line) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteProfile?4(fn, argv, wd, erase=False) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteRawInput?4(s) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteRun?4(fn, argv, wd, autoFork=False, forkChild=False) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteSetThread?4(tid) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStatement?4(stmt) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStep?4() -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStepOut?4() -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStepOver?4() -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStepQuit?4() -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteThreadList?4() -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteUTRun?4() -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteUTStop?4() -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteWatchpoint?4(cond, setWatch, temp=False) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteWatchpointEnable?4(cond, enable) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteWatchpointIgnore?4(cond, count) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.setCallTraceEnabled?4(on) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.shutdown?4() -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.startRemote?4(port, runInConsole) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.startRemoteForProject?4(port, runInConsole) -eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2?1(debugServer, passive) -eric6.Debugger.DebuggerInterfacePython2.createDebuggerInterfacePython2?4(debugServer, passive) -eric6.Debugger.DebuggerInterfacePython2.getRegistryData?4() -eric6.Debugger.DebuggerInterfacePython3.ClientDefaultCapabilities?7 -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.flush?4() -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.getClientCapabilities?4() -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.isConnected?4() -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.newConnection?4(sock) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBanner?4() -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpoint?4(fn, line, setBreakpoint, cond=None, temp=False) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpointEnable?4(fn, line, enable) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpointIgnore?4(fn, line, count) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteCapabilities?4() -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteClientSetFilter?4(scope, filterStr) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteClientVariable?4(scope, filterList, var, framenr=0) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteClientVariables?4(scope, filterList, framenr=0) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteCompletion?4(text) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteContinue?4(special=False) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteCoverage?4(fn, argv, wd, erase=False) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteEnvironment?4(env) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteMoveIP?4(line) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteProfile?4(fn, argv, wd, erase=False) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteRawInput?4(s) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteRun?4(fn, argv, wd, autoFork=False, forkChild=False) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteSetThread?4(tid) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteStatement?4(stmt) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteStep?4() -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteStepOut?4() -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteStepOver?4() -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteStepQuit?4() -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteThreadList?4() -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTRun?4() -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTStop?4() -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpoint?4(cond, setWatch, temp=False) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpointEnable?4(cond, enable) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpointIgnore?4(cond, count) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.setCallTraceEnabled?4(on) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.shutdown?4() -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.startRemote?4(port, runInConsole) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.startRemoteForProject?4(port, runInConsole) -eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3?1(debugServer, passive) -eric6.Debugger.DebuggerInterfacePython3.createDebuggerInterfacePython3?4(debugServer, passive) -eric6.Debugger.DebuggerInterfacePython3.getRegistryData?4() +eric6.Debugger.DebuggerInterfacePython.ClientDefaultCapabilities?7 +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.flush?4() +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.getClientCapabilities?4() +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.isConnected?4() +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.newConnection?4(sock) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBanner?4() +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBreakpoint?4(fn, line, setBreakpoint, cond=None, temp=False) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBreakpointEnable?4(fn, line, enable) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBreakpointIgnore?4(fn, line, count) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCapabilities?4() +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientSetFilter?4(scope, filterStr) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientVariable?4(scope, filterList, var, framenr=0) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientVariables?4(scope, filterList, framenr=0) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCompletion?4(text) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteContinue?4(special=False) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCoverage?4(fn, argv, wd, erase=False) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteEnvironment?4(env) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteMoveIP?4(line) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteProfile?4(fn, argv, wd, erase=False) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteRawInput?4(s) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteRun?4(fn, argv, wd, autoFork=False, forkChild=False) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteSetThread?4(tid) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStatement?4(stmt) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStep?4() +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepOut?4() +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.remoteUTStop?4() +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpoint?4(cond, setWatch, temp=False) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointEnable?4(cond, enable) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointIgnore?4(cond, count) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.setCallTraceEnabled?4(on) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.shutdown?4() +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemote?4(port, runInConsole) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemoteForProject?4(port, runInConsole) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython?1(debugServer, passive, pythonVariant) +eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython2?4(debugServer, passive) +eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython3?4(debugServer, passive) +eric6.Debugger.DebuggerInterfacePython.getRegistryData?4() eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.getAddData?4() eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.getData?4() eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.on_filenamePicker_editTextChanged?4(fn)