--- a/APIs/Python3/eric5.api Sat Jan 01 14:55:41 2011 +0100 +++ b/APIs/Python3/eric5.api Sat Jan 01 18:04:43 2011 +0100 @@ -660,14 +660,14 @@ eric5.Debugger.DebugServer.DebugServer.remoteClientVariables?4(scope, filter, framenr = 0) eric5.Debugger.DebugServer.DebugServer.remoteCompletion?4(text) eric5.Debugger.DebugServer.DebugServer.remoteContinue?4(special = False) -eric5.Debugger.DebugServer.DebugServer.remoteCoverage?4(fn, argv, wd, env, autoClearShell = True, erase = False, forProject = False, runInConsole = False) +eric5.Debugger.DebugServer.DebugServer.remoteCoverage?4(fn, argv, wd, env, autoClearShell = True, erase = False, forProject = False, runInConsole = False, clientType = "") eric5.Debugger.DebugServer.DebugServer.remoteEnvironment?4(env) eric5.Debugger.DebugServer.DebugServer.remoteEval?4(arg) eric5.Debugger.DebugServer.DebugServer.remoteExec?4(stmt) -eric5.Debugger.DebugServer.DebugServer.remoteLoad?4(fn, argv, wd, env, autoClearShell = True, tracePython = False, autoContinue = True, forProject = False, runInConsole = False, autoFork = False, forkChild = False) -eric5.Debugger.DebugServer.DebugServer.remoteProfile?4(fn, argv, wd, env, autoClearShell = True, erase = False, forProject = False, runInConsole = False) +eric5.Debugger.DebugServer.DebugServer.remoteLoad?4(fn, argv, wd, env, autoClearShell = True, tracePython = False, autoContinue = True, forProject = False, runInConsole = False, autoFork = False, forkChild = False, clientType = "") +eric5.Debugger.DebugServer.DebugServer.remoteProfile?4(fn, argv, wd, env, autoClearShell = True, erase = False, forProject = False, runInConsole = False, clientType = "") eric5.Debugger.DebugServer.DebugServer.remoteRawInput?4(s) -eric5.Debugger.DebugServer.DebugServer.remoteRun?4(fn, argv, wd, env, autoClearShell = True, forProject = False, runInConsole = False, autoFork = False, forkChild = False) +eric5.Debugger.DebugServer.DebugServer.remoteRun?4(fn, argv, wd, env, autoClearShell = True, forProject = False, runInConsole = False, autoFork = False, forkChild = False, clientType = "") eric5.Debugger.DebugServer.DebugServer.remoteSetThread?4(tid) eric5.Debugger.DebugServer.DebugServer.remoteStatement?4(stmt) eric5.Debugger.DebugServer.DebugServer.remoteStep?4() @@ -4891,6 +4891,7 @@ eric5.QScintilla.Editor.Editor.getEncoding?4() eric5.QScintilla.Editor.Editor.getFileName?4() eric5.QScintilla.Editor.Editor.getFileType?4() +eric5.QScintilla.Editor.Editor.getFileTypeByFlag?4() eric5.QScintilla.Editor.Editor.getFlakesWarnings?4() eric5.QScintilla.Editor.Editor.getFolds?4() eric5.QScintilla.Editor.Editor.getHighlightPosition?4() @@ -6144,6 +6145,7 @@ eric5.Utilities.prepareQtMacBundle?4(toolname, version, args) eric5.Utilities.pwDecode?4(epw) eric5.Utilities.pwEncode?4(pw) +eric5.Utilities.py2compile?4(file) eric5.Utilities.py3flakes.checker.Binding?1(name, source) eric5.Utilities.py3flakes.checker.Checker.ASSIGN?4(node) eric5.Utilities.py3flakes.checker.Checker.ATTRIBUTES?7 @@ -6243,6 +6245,10 @@ eric5.Utilities.win32_GetUserName?4() eric5.Utilities.win32_Kill?4(pid) eric5.Utilities.writeEncodedFile?4(filename, text, orig_coding) +eric5.UtilitiesPython2.Py2SyntaxChecker.coding_regexps?7 +eric5.UtilitiesPython2.Py2SyntaxChecker.compile?4(file) +eric5.UtilitiesPython2.Py2SyntaxChecker.decode?4(text) +eric5.UtilitiesPython2.Py2SyntaxChecker.get_coding?4(text) eric5.VCS.CommandOptionsDialog.vcsCommandOptionsDialog.getOptions?4() eric5.VCS.CommandOptionsDialog.vcsCommandOptionsDialog?1(vcs, parent=None) eric5.VCS.ProjectBrowserHelper.VcsProjectBrowserHelper._VCSAdd?5()