--- a/eric6/APIs/Python3/eric6.api Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/APIs/Python3/eric6.api Tue Nov 19 18:54:14 2019 +0100 @@ -766,6 +766,7 @@ eric6.Debugger.VariablesViewer.VariableItem.nonExpandableTypes?7 eric6.Debugger.VariablesViewer.VariableItem.populated?4() eric6.Debugger.VariablesViewer.VariableItem.rx_nonprintable?7 +eric6.Debugger.VariablesViewer.VariableItem.unsized?7 eric6.Debugger.VariablesViewer.VariableItem?1(parent, dvar, dtype, dvalue) eric6.Debugger.VariablesViewer.VariablesModel.clear?4(reset=False) eric6.Debugger.VariablesViewer.VariablesModel.columnCount?4(parent=QModelIndex()) @@ -2225,6 +2226,7 @@ eric6.MicroPython.CircuitPythonDevices.CircuitPythonDevice.deviceName?4() eric6.MicroPython.CircuitPythonDevices.CircuitPythonDevice.forceInterrupt?4() eric6.MicroPython.CircuitPythonDevices.CircuitPythonDevice.getDocumentationUrl?4() +eric6.MicroPython.CircuitPythonDevices.CircuitPythonDevice.getFirmwareUrl?4() eric6.MicroPython.CircuitPythonDevices.CircuitPythonDevice.getWorkspace?4(silent=False) eric6.MicroPython.CircuitPythonDevices.CircuitPythonDevice.runScript?4(script) eric6.MicroPython.CircuitPythonDevices.CircuitPythonDevice.setButtons?4() @@ -2244,6 +2246,7 @@ eric6.MicroPython.EspDevices.EspDevice.deviceName?4() eric6.MicroPython.EspDevices.EspDevice.forceInterrupt?4() eric6.MicroPython.EspDevices.EspDevice.getDocumentationUrl?4() +eric6.MicroPython.EspDevices.EspDevice.getFirmwareUrl?4() eric6.MicroPython.EspDevices.EspDevice.runScript?4(script) eric6.MicroPython.EspDevices.EspDevice.setButtons?4() eric6.MicroPython.EspDevices.EspDevice?1(microPythonWidget, parent=None) @@ -2285,9 +2288,11 @@ eric6.MicroPython.MicroPythonDevices.MicroPythonDevice.deviceName?4() eric6.MicroPython.MicroPythonDevices.MicroPythonDevice.forceInterrupt?4() eric6.MicroPython.MicroPythonDevices.MicroPythonDevice.getDocumentationUrl?4() +eric6.MicroPython.MicroPythonDevices.MicroPythonDevice.getFirmwareUrl?4() eric6.MicroPython.MicroPythonDevices.MicroPythonDevice.getWorkspace?4() eric6.MicroPython.MicroPythonDevices.MicroPythonDevice.handleDataFlood?4() eric6.MicroPython.MicroPythonDevices.MicroPythonDevice.hasDocumentationUrl?4() +eric6.MicroPython.MicroPythonDevices.MicroPythonDevice.hasFirmwareUrl?4() eric6.MicroPython.MicroPythonDevices.MicroPythonDevice.hasTimeCommands?4() eric6.MicroPython.MicroPythonDevices.MicroPythonDevice.runScript?4(script) eric6.MicroPython.MicroPythonDevices.MicroPythonDevice.sendCommands?4(commandsList) @@ -2395,6 +2400,7 @@ eric6.MicroPython.MicrobitDevices.MicrobitDevice.deviceName?4() eric6.MicroPython.MicrobitDevices.MicrobitDevice.forceInterrupt?4() eric6.MicroPython.MicrobitDevices.MicrobitDevice.getDocumentationUrl?4() +eric6.MicroPython.MicrobitDevices.MicrobitDevice.getFirmwareUrl?4() eric6.MicroPython.MicrobitDevices.MicrobitDevice.getWorkspace?4() eric6.MicroPython.MicrobitDevices.MicrobitDevice.hasTimeCommands?4() eric6.MicroPython.MicrobitDevices.MicrobitDevice.runScript?4(script) @@ -2410,6 +2416,7 @@ eric6.MicroPython.PyBoardDevices.PyBoardDevice.deviceName?4() eric6.MicroPython.PyBoardDevices.PyBoardDevice.forceInterrupt?4() eric6.MicroPython.PyBoardDevices.PyBoardDevice.getDocumentationUrl?4() +eric6.MicroPython.PyBoardDevices.PyBoardDevice.getFirmwareUrl?4() eric6.MicroPython.PyBoardDevices.PyBoardDevice.getWorkspace?4(silent=False) eric6.MicroPython.PyBoardDevices.PyBoardDevice.runScript?4(script) eric6.MicroPython.PyBoardDevices.PyBoardDevice.setButtons?4() @@ -3234,9 +3241,11 @@ eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.getExtensions?4() eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.getLanguages?4() eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.removeLanguage?4(lang) +eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.serviceErrorJSON?4(fx, lang, fn, msg) eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.serviceErrorJavaScript?4(fx, lang, fn, msg) eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.serviceErrorPy2?4(fx, lang, fn, msg) eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.serviceErrorPy3?4(fx, lang, fn, msg) +eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.serviceErrorYAML?4(fx, lang, fn, msg) eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.syntaxBatchCheck?4(argumentsList) eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.syntaxCheck?4(lang, filename, source) eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.syntaxChecked?7 @@ -3261,6 +3270,18 @@ eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.jsSyntaxCheck?4(file, codestring) eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.normalizeCode?4(codestring) eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.worker?4(inputQueue, outputQueue) +eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.initBatchService?4() +eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.initService?4() +eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.jsonSyntaxBatchCheck?4(argumentsList, send, fx, cancelled, maxProcesses=0) +eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.jsonSyntaxCheck?4(file, codestring) +eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.normalizeCode?4(codestring) +eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.worker?4(inputQueue, outputQueue) +eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.initBatchService?4() +eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.initService?4() +eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.normalizeCode?4(codestring) +eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.worker?4(inputQueue, outputQueue) +eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.yamlSyntaxBatchCheck?4(argumentsList, send, fx, cancelled, maxProcesses=0) +eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.yamlSyntaxCheck?4(file, codestring) eric6.Plugins.CheckerPlugins.Tabnanny.Tabnanny.NannyNag.get_line?4() eric6.Plugins.CheckerPlugins.Tabnanny.Tabnanny.NannyNag.get_lineno?4() eric6.Plugins.CheckerPlugins.Tabnanny.Tabnanny.NannyNag.get_msg?4() @@ -11754,6 +11775,7 @@ install.windowsDesktopNames?4() install.windowsProgramsEntry?4() install.wrapperNames?4(dname, wfile) +install.yes2All?7 patch_modpython.initGlobals?4() patch_modpython.main?4(argv) patch_modpython.modDir?7