Tue, 19 Nov 2019 18:54:14 +0100
Updated source docu
--- 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
--- a/eric6/Documentation/Help/source.qhp Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Help/source.qhp Tue Nov 19 18:54:14 2019 +0100 @@ -309,6 +309,8 @@ <section title="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html" /> <section title="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html" /> <section title="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html" /> + <section title="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html" /> + <section title="eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html" /> </section> <section title="eric6.Plugins.CheckerPlugins.Tabnanny" ref="index-eric6.Plugins.CheckerPlugins.Tabnanny.html"> <section title="eric6.Plugins.CheckerPlugins.Tabnanny.Tabnanny" ref="eric6.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html" /> @@ -2352,6 +2354,7 @@ <keyword name="CircuitPythonDevice.deviceName" id="CircuitPythonDevice.deviceName" ref="eric6.MicroPython.CircuitPythonDevices.html#CircuitPythonDevice.deviceName" /> <keyword name="CircuitPythonDevice.forceInterrupt" id="CircuitPythonDevice.forceInterrupt" ref="eric6.MicroPython.CircuitPythonDevices.html#CircuitPythonDevice.forceInterrupt" /> <keyword name="CircuitPythonDevice.getDocumentationUrl" id="CircuitPythonDevice.getDocumentationUrl" ref="eric6.MicroPython.CircuitPythonDevices.html#CircuitPythonDevice.getDocumentationUrl" /> + <keyword name="CircuitPythonDevice.getFirmwareUrl" id="CircuitPythonDevice.getFirmwareUrl" ref="eric6.MicroPython.CircuitPythonDevices.html#CircuitPythonDevice.getFirmwareUrl" /> <keyword name="CircuitPythonDevice.getWorkspace" id="CircuitPythonDevice.getWorkspace" ref="eric6.MicroPython.CircuitPythonDevices.html#CircuitPythonDevice.getWorkspace" /> <keyword name="CircuitPythonDevice.runScript" id="CircuitPythonDevice.runScript" ref="eric6.MicroPython.CircuitPythonDevices.html#CircuitPythonDevice.runScript" /> <keyword name="CircuitPythonDevice.setButtons" id="CircuitPythonDevice.setButtons" ref="eric6.MicroPython.CircuitPythonDevices.html#CircuitPythonDevice.setButtons" /> @@ -5359,6 +5362,7 @@ <keyword name="EspDevice.deviceName" id="EspDevice.deviceName" ref="eric6.MicroPython.EspDevices.html#EspDevice.deviceName" /> <keyword name="EspDevice.forceInterrupt" id="EspDevice.forceInterrupt" ref="eric6.MicroPython.EspDevices.html#EspDevice.forceInterrupt" /> <keyword name="EspDevice.getDocumentationUrl" id="EspDevice.getDocumentationUrl" ref="eric6.MicroPython.EspDevices.html#EspDevice.getDocumentationUrl" /> + <keyword name="EspDevice.getFirmwareUrl" id="EspDevice.getFirmwareUrl" ref="eric6.MicroPython.EspDevices.html#EspDevice.getFirmwareUrl" /> <keyword name="EspDevice.runScript" id="EspDevice.runScript" ref="eric6.MicroPython.EspDevices.html#EspDevice.runScript" /> <keyword name="EspDevice.setButtons" id="EspDevice.setButtons" ref="eric6.MicroPython.EspDevices.html#EspDevice.setButtons" /> <keyword name="EspDevices (Module)" id="EspDevices (Module)" ref="eric6.MicroPython.EspDevices.html" /> @@ -9645,9 +9649,11 @@ <keyword name="MicroPythonDevice.deviceName" id="MicroPythonDevice.deviceName" ref="eric6.MicroPython.MicroPythonDevices.html#MicroPythonDevice.deviceName" /> <keyword name="MicroPythonDevice.forceInterrupt" id="MicroPythonDevice.forceInterrupt" ref="eric6.MicroPython.MicroPythonDevices.html#MicroPythonDevice.forceInterrupt" /> <keyword name="MicroPythonDevice.getDocumentationUrl" id="MicroPythonDevice.getDocumentationUrl" ref="eric6.MicroPython.MicroPythonDevices.html#MicroPythonDevice.getDocumentationUrl" /> + <keyword name="MicroPythonDevice.getFirmwareUrl" id="MicroPythonDevice.getFirmwareUrl" ref="eric6.MicroPython.MicroPythonDevices.html#MicroPythonDevice.getFirmwareUrl" /> <keyword name="MicroPythonDevice.getWorkspace" id="MicroPythonDevice.getWorkspace" ref="eric6.MicroPython.MicroPythonDevices.html#MicroPythonDevice.getWorkspace" /> <keyword name="MicroPythonDevice.handleDataFlood" id="MicroPythonDevice.handleDataFlood" ref="eric6.MicroPython.MicroPythonDevices.html#MicroPythonDevice.handleDataFlood" /> <keyword name="MicroPythonDevice.hasDocumentationUrl" id="MicroPythonDevice.hasDocumentationUrl" ref="eric6.MicroPython.MicroPythonDevices.html#MicroPythonDevice.hasDocumentationUrl" /> + <keyword name="MicroPythonDevice.hasFirmwareUrl" id="MicroPythonDevice.hasFirmwareUrl" ref="eric6.MicroPython.MicroPythonDevices.html#MicroPythonDevice.hasFirmwareUrl" /> <keyword name="MicroPythonDevice.hasTimeCommands" id="MicroPythonDevice.hasTimeCommands" ref="eric6.MicroPython.MicroPythonDevices.html#MicroPythonDevice.hasTimeCommands" /> <keyword name="MicroPythonDevice.runScript" id="MicroPythonDevice.runScript" ref="eric6.MicroPython.MicroPythonDevices.html#MicroPythonDevice.runScript" /> <keyword name="MicroPythonDevice.sendCommands" id="MicroPythonDevice.sendCommands" ref="eric6.MicroPython.MicroPythonDevices.html#MicroPythonDevice.sendCommands" /> @@ -9754,6 +9760,7 @@ <keyword name="MicroPythonWidget.__crossCompile" id="MicroPythonWidget.__crossCompile" ref="eric6.MicroPython.MicroPythonWidget.html#MicroPythonWidget.__crossCompile" /> <keyword name="MicroPythonWidget.__disconnectFromDevice" id="MicroPythonWidget.__disconnectFromDevice" ref="eric6.MicroPython.MicroPythonWidget.html#MicroPythonWidget.__disconnectFromDevice" /> <keyword name="MicroPythonWidget.__doZoom" id="MicroPythonWidget.__doZoom" ref="eric6.MicroPython.MicroPythonWidget.html#MicroPythonWidget.__doZoom" /> + <keyword name="MicroPythonWidget.__downloadFirmware" id="MicroPythonWidget.__downloadFirmware" ref="eric6.MicroPython.MicroPythonWidget.html#MicroPythonWidget.__downloadFirmware" /> <keyword name="MicroPythonWidget.__getDeviceTime" id="MicroPythonWidget.__getDeviceTime" ref="eric6.MicroPython.MicroPythonWidget.html#MicroPythonWidget.__getDeviceTime" /> <keyword name="MicroPythonWidget.__handlePreferencesChanged" id="MicroPythonWidget.__handlePreferencesChanged" ref="eric6.MicroPython.MicroPythonWidget.html#MicroPythonWidget.__handlePreferencesChanged" /> <keyword name="MicroPythonWidget.__mpyCrossAvailable" id="MicroPythonWidget.__mpyCrossAvailable" ref="eric6.MicroPython.MicroPythonWidget.html#MicroPythonWidget.__mpyCrossAvailable" /> @@ -9768,6 +9775,7 @@ <keyword name="MicroPythonWidget.__showDocumentation" id="MicroPythonWidget.__showDocumentation" ref="eric6.MicroPython.MicroPythonWidget.html#MicroPythonWidget.__showDocumentation" /> <keyword name="MicroPythonWidget.__showError" id="MicroPythonWidget.__showError" ref="eric6.MicroPython.MicroPythonWidget.html#MicroPythonWidget.__showError" /> <keyword name="MicroPythonWidget.__showImplementation" id="MicroPythonWidget.__showImplementation" ref="eric6.MicroPython.MicroPythonWidget.html#MicroPythonWidget.__showImplementation" /> + <keyword name="MicroPythonWidget.__showLocalAndDeviceTime" id="MicroPythonWidget.__showLocalAndDeviceTime" ref="eric6.MicroPython.MicroPythonWidget.html#MicroPythonWidget.__showLocalAndDeviceTime" /> <keyword name="MicroPythonWidget.__showLocalTime" id="MicroPythonWidget.__showLocalTime" ref="eric6.MicroPython.MicroPythonWidget.html#MicroPythonWidget.__showLocalTime" /> <keyword name="MicroPythonWidget.__showNoDeviceMessage" id="MicroPythonWidget.__showNoDeviceMessage" ref="eric6.MicroPython.MicroPythonWidget.html#MicroPythonWidget.__showNoDeviceMessage" /> <keyword name="MicroPythonWidget.__synchronizeTime" id="MicroPythonWidget.__synchronizeTime" ref="eric6.MicroPython.MicroPythonWidget.html#MicroPythonWidget.__synchronizeTime" /> @@ -9802,6 +9810,7 @@ <keyword name="MicrobitDevice.deviceName" id="MicrobitDevice.deviceName" ref="eric6.MicroPython.MicrobitDevices.html#MicrobitDevice.deviceName" /> <keyword name="MicrobitDevice.forceInterrupt" id="MicrobitDevice.forceInterrupt" ref="eric6.MicroPython.MicrobitDevices.html#MicrobitDevice.forceInterrupt" /> <keyword name="MicrobitDevice.getDocumentationUrl" id="MicrobitDevice.getDocumentationUrl" ref="eric6.MicroPython.MicrobitDevices.html#MicrobitDevice.getDocumentationUrl" /> + <keyword name="MicrobitDevice.getFirmwareUrl" id="MicrobitDevice.getFirmwareUrl" ref="eric6.MicroPython.MicrobitDevices.html#MicrobitDevice.getFirmwareUrl" /> <keyword name="MicrobitDevice.getWorkspace" id="MicrobitDevice.getWorkspace" ref="eric6.MicroPython.MicrobitDevices.html#MicrobitDevice.getWorkspace" /> <keyword name="MicrobitDevice.hasTimeCommands" id="MicrobitDevice.hasTimeCommands" ref="eric6.MicroPython.MicrobitDevices.html#MicrobitDevice.hasTimeCommands" /> <keyword name="MicrobitDevice.runScript" id="MicrobitDevice.runScript" ref="eric6.MicroPython.MicrobitDevices.html#MicrobitDevice.runScript" /> @@ -11719,7 +11728,12 @@ <keyword name="PyBoardDevice" id="PyBoardDevice" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice" /> <keyword name="PyBoardDevice (Constructor)" id="PyBoardDevice (Constructor)" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.__init__" /> <keyword name="PyBoardDevice.__deviceVolumeMounted" id="PyBoardDevice.__deviceVolumeMounted" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.__deviceVolumeMounted" /> - <keyword name="PyBoardDevice.__showInstallInstructions" id="PyBoardDevice.__showInstallInstructions" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.__showInstallInstructions" /> + <keyword name="PyBoardDevice.__dfuUtilAvailable" id="PyBoardDevice.__dfuUtilAvailable" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.__dfuUtilAvailable" /> + <keyword name="PyBoardDevice.__flashMicroPython" id="PyBoardDevice.__flashMicroPython" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.__flashMicroPython" /> + <keyword name="PyBoardDevice.__listDfuCapableDevices" id="PyBoardDevice.__listDfuCapableDevices" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.__listDfuCapableDevices" /> + <keyword name="PyBoardDevice.__showDfuDisableInstructions" id="PyBoardDevice.__showDfuDisableInstructions" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.__showDfuDisableInstructions" /> + <keyword name="PyBoardDevice.__showDfuEnableInstructions" id="PyBoardDevice.__showDfuEnableInstructions" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.__showDfuEnableInstructions" /> + <keyword name="PyBoardDevice.__showFlashInstructions" id="PyBoardDevice.__showFlashInstructions" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.__showFlashInstructions" /> <keyword name="PyBoardDevice.addDeviceMenuEntries" id="PyBoardDevice.addDeviceMenuEntries" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.addDeviceMenuEntries" /> <keyword name="PyBoardDevice.canRunScript" id="PyBoardDevice.canRunScript" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.canRunScript" /> <keyword name="PyBoardDevice.canStartFileManager" id="PyBoardDevice.canStartFileManager" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.canStartFileManager" /> @@ -11728,6 +11742,7 @@ <keyword name="PyBoardDevice.deviceName" id="PyBoardDevice.deviceName" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.deviceName" /> <keyword name="PyBoardDevice.forceInterrupt" id="PyBoardDevice.forceInterrupt" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.forceInterrupt" /> <keyword name="PyBoardDevice.getDocumentationUrl" id="PyBoardDevice.getDocumentationUrl" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.getDocumentationUrl" /> + <keyword name="PyBoardDevice.getFirmwareUrl" id="PyBoardDevice.getFirmwareUrl" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.getFirmwareUrl" /> <keyword name="PyBoardDevice.getWorkspace" id="PyBoardDevice.getWorkspace" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.getWorkspace" /> <keyword name="PyBoardDevice.runScript" id="PyBoardDevice.runScript" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.runScript" /> <keyword name="PyBoardDevice.setButtons" id="PyBoardDevice.setButtons" ref="eric6.MicroPython.PyBoardDevices.html#PyBoardDevice.setButtons" /> @@ -14349,9 +14364,11 @@ <keyword name="SyntaxCheckService.getExtensions" id="SyntaxCheckService.getExtensions" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html#SyntaxCheckService.getExtensions" /> <keyword name="SyntaxCheckService.getLanguages" id="SyntaxCheckService.getLanguages" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html#SyntaxCheckService.getLanguages" /> <keyword name="SyntaxCheckService.removeLanguage" id="SyntaxCheckService.removeLanguage" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html#SyntaxCheckService.removeLanguage" /> + <keyword name="SyntaxCheckService.serviceErrorJSON" id="SyntaxCheckService.serviceErrorJSON" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html#SyntaxCheckService.serviceErrorJSON" /> <keyword name="SyntaxCheckService.serviceErrorJavaScript" id="SyntaxCheckService.serviceErrorJavaScript" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html#SyntaxCheckService.serviceErrorJavaScript" /> <keyword name="SyntaxCheckService.serviceErrorPy2" id="SyntaxCheckService.serviceErrorPy2" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html#SyntaxCheckService.serviceErrorPy2" /> <keyword name="SyntaxCheckService.serviceErrorPy3" id="SyntaxCheckService.serviceErrorPy3" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html#SyntaxCheckService.serviceErrorPy3" /> + <keyword name="SyntaxCheckService.serviceErrorYAML" id="SyntaxCheckService.serviceErrorYAML" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html#SyntaxCheckService.serviceErrorYAML" /> <keyword name="SyntaxCheckService.syntaxBatchCheck" id="SyntaxCheckService.syntaxBatchCheck" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html#SyntaxCheckService.syntaxBatchCheck" /> <keyword name="SyntaxCheckService.syntaxCheck" id="SyntaxCheckService.syntaxCheck" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html#SyntaxCheckService.syntaxCheck" /> <keyword name="SyntaxChecker (Package)" id="SyntaxChecker (Package)" ref="index-eric6.Plugins.CheckerPlugins.SyntaxChecker.html" /> @@ -16910,6 +16927,7 @@ <keyword name="__initChannelModesDict" id="__initChannelModesDict" ref="eric6.Network.IRC.IrcUtilities.html#__initChannelModesDict" /> <keyword name="__initializeCondaInterface" id="__initializeCondaInterface" ref="eric6.CondaInterface.__init__.html#__initializeCondaInterface" /> <keyword name="__jsSyntaxCheck" id="__jsSyntaxCheck" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html#__jsSyntaxCheck" /> + <keyword name="__jsonSyntaxCheck" id="__jsonSyntaxCheck" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html#__jsonSyntaxCheck" /> <keyword name="__mapType" id="__mapType" ref="eric6.Project.UicLoadUi.html#__mapType" /> <keyword name="__messageBox" id="__messageBox" ref="eric6.E5Gui.E5MessageBox.html#__messageBox" /> <keyword name="__pyName" id="__pyName" ref="compileUiFiles.html#__pyName" /> @@ -16923,6 +16941,7 @@ <keyword name="__setAction" id="__setAction" ref="eric6.Preferences.Shortcuts.html#__setAction" /> <keyword name="__showwarning" id="__showwarning" ref="eric6.Utilities.__init__.html#__showwarning" /> <keyword name="__syntaxAndPyflakesCheck" id="__syntaxAndPyflakesCheck" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html#__syntaxAndPyflakesCheck" /> + <keyword name="__yamlSyntaxCheck" id="__yamlSyntaxCheck" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html#__yamlSyntaxCheck" /> <keyword name="_add_check" id="_add_check" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#_add_check" /> <keyword name="_break_around_binary_operators" id="_break_around_binary_operators" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#_break_around_binary_operators" /> <keyword name="_buildChildrenLists" id="_buildChildrenLists" ref="eric6.Graphics.GraphicsUtilities.html#_buildChildrenLists" /> @@ -17401,6 +17420,8 @@ <keyword name="initBatchService" id="initBatchService" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html#initBatchService" /> <keyword name="initBatchService" id="initBatchService" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html#initBatchService" /> <keyword name="initBatchService" id="initBatchService" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html#initBatchService" /> + <keyword name="initBatchService" id="initBatchService" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html#initBatchService" /> + <keyword name="initBatchService" id="initBatchService" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html#initBatchService" /> <keyword name="initBatchService" id="initBatchService" ref="eric6.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#initBatchService" /> <keyword name="initDebugger" id="initDebugger" ref="eric6.DebugClients.Python.eric6dbgstub.html#initDebugger" /> <keyword name="initGlobals" id="initGlobals" ref="install-debugclients.html#initGlobals" /> @@ -17414,6 +17435,8 @@ <keyword name="initService" id="initService" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html#initService" /> <keyword name="initService" id="initService" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html#initService" /> <keyword name="initService" id="initService" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html#initService" /> + <keyword name="initService" id="initService" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html#initService" /> + <keyword name="initService" id="initService" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html#initService" /> <keyword name="initService" id="initService" ref="eric6.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#initService" /> <keyword name="initializeResourceSearchPath" id="initializeResourceSearchPath" ref="eric6.Toolbox.Startup.html#initializeResourceSearchPath" /> <keyword name="install (Module)" id="install (Module)" ref="install.html" /> @@ -17462,6 +17485,9 @@ <keyword name="jsSyntaxBatchCheck" id="jsSyntaxBatchCheck" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html#jsSyntaxBatchCheck" /> <keyword name="jsSyntaxCheck" id="jsSyntaxCheck" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html#jsSyntaxCheck" /> <keyword name="jsclbr (Module)" id="jsclbr (Module)" ref="eric6.Utilities.ClassBrowsers.jsclbr.html" /> + <keyword name="jsonCheckSyntax (Module)" id="jsonCheckSyntax (Module)" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html" /> + <keyword name="jsonSyntaxBatchCheck" id="jsonSyntaxBatchCheck" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html#jsonSyntaxBatchCheck" /> + <keyword name="jsonSyntaxCheck" id="jsonSyntaxCheck" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html#jsonSyntaxCheck" /> <keyword name="largefiles (Module)" id="largefiles (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.largefiles.html" /> <keyword name="linesep" id="linesep" ref="eric6.Utilities.__init__.html#linesep" /> <keyword name="listdirStat" id="listdirStat" ref="eric6.MicroPython.MicroPythonFileSystemUtilities.html#listdirStat" /> @@ -17523,6 +17549,8 @@ <keyword name="normabspath" id="normabspath" ref="eric6.Utilities.__init__.html#normabspath" /> <keyword name="normalizeCode" id="normalizeCode" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html#normalizeCode" /> <keyword name="normalizeCode" id="normalizeCode" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html#normalizeCode" /> + <keyword name="normalizeCode" id="normalizeCode" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html#normalizeCode" /> + <keyword name="normalizeCode" id="normalizeCode" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html#normalizeCode" /> <keyword name="normalize_paths" id="normalize_paths" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#normalize_paths" /> <keyword name="normalize_ws" id="normalize_ws" ref="eric6.E5Network.E5RFC6266.html#normalize_ws" /> <keyword name="normcaseabspath" id="normcaseabspath" ref="eric6.Utilities.__init__.html#normcaseabspath" /> @@ -17800,12 +17828,17 @@ <keyword name="worker" id="worker" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html#worker" /> <keyword name="worker" id="worker" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html#worker" /> <keyword name="worker" id="worker" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html#worker" /> + <keyword name="worker" id="worker" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html#worker" /> + <keyword name="worker" id="worker" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html#worker" /> <keyword name="worker" id="worker" ref="eric6.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#worker" /> <keyword name="wrapperNames" id="wrapperNames" ref="install.html#wrapperNames" /> <keyword name="wrapperNames" id="wrapperNames" ref="uninstall.html#wrapperNames" /> <keyword name="writeEncodedFile" id="writeEncodedFile" ref="eric6.Utilities.__init__.html#writeEncodedFile" /> <keyword name="writePlist" id="writePlist" ref="eric6.Utilities.binplistlib.html#writePlist" /> <keyword name="writePlistToBytes" id="writePlistToBytes" ref="eric6.Utilities.binplistlib.html#writePlistToBytes" /> + <keyword name="yamlCheckSyntax (Module)" id="yamlCheckSyntax (Module)" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html" /> + <keyword name="yamlSyntaxBatchCheck" id="yamlSyntaxBatchCheck" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html#yamlSyntaxBatchCheck" /> + <keyword name="yamlSyntaxCheck" id="yamlSyntaxCheck" ref="eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html#yamlSyntaxCheck" /> <keyword name="yesNo" id="yesNo" ref="eric6.E5Gui.E5MessageBox.html#yesNo" /> </keywords> <files> @@ -18054,6 +18087,8 @@ <file>eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html</file> <file>eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html</file> <file>eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html</file> + <file>eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html</file> + <file>eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html</file> <file>eric6.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html</file> <file>eric6.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html</file> <file>eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html</file>
--- a/eric6/Documentation/Source/eric6.Debugger.VariablesViewer.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.VariablesViewer.html Tue Nov 19 18:54:14 2019 +0100 @@ -69,7 +69,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>Type2Indicators</td></tr><tr><td>arrayTypes</td></tr><tr><td>noOfItemsStr</td></tr><tr><td>nonExpandableTypes</td></tr><tr><td>rx_nonprintable</td></tr> +<tr><td>Type2Indicators</td></tr><tr><td>arrayTypes</td></tr><tr><td>noOfItemsStr</td></tr><tr><td>nonExpandableTypes</td></tr><tr><td>rx_nonprintable</td></tr><tr><td>unsized</td></tr> </table> <h3>Class Methods</h3>
--- a/eric6/Documentation/Source/eric6.MicroPython.CircuitPythonDevices.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.CircuitPythonDevices.html Tue Nov 19 18:54:14 2019 +0100 @@ -117,6 +117,10 @@ <td>Public method to get the device documentation URL.</td> </tr> <tr> +<td><a href="#CircuitPythonDevice.getFirmwareUrl">getFirmwareUrl</a></td> +<td>Public method to get the device firmware download URL.</td> +</tr> +<tr> <td><a href="#CircuitPythonDevice.getWorkspace">getWorkspace</a></td> <td>Public method to get the workspace directory.</td> </tr> @@ -342,6 +346,25 @@ str </dd> </dl> +<a NAME="CircuitPythonDevice.getFirmwareUrl" ID="CircuitPythonDevice.getFirmwareUrl"></a> +<h4>CircuitPythonDevice.getFirmwareUrl</h4> +<b>getFirmwareUrl</b>(<i></i>) + +<p> + Public method to get the device firmware download URL. +</p> +<dl> +<dt>Returns:</dt> +<dd> +firmware download URL of the device +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="CircuitPythonDevice.getWorkspace" ID="CircuitPythonDevice.getWorkspace"></a> <h4>CircuitPythonDevice.getWorkspace</h4> <b>getWorkspace</b>(<i>silent=False</i>)
--- a/eric6/Documentation/Source/eric6.MicroPython.EspDevices.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.EspDevices.html Tue Nov 19 18:54:14 2019 +0100 @@ -126,6 +126,10 @@ <td>Public method to get the device documentation URL.</td> </tr> <tr> +<td><a href="#EspDevice.getFirmwareUrl">getFirmwareUrl</a></td> +<td>Public method to get the device firmware download URL.</td> +</tr> +<tr> <td><a href="#EspDevice.runScript">runScript</a></td> <td>Public method to run the given Python script.</td> </tr> @@ -352,6 +356,25 @@ str </dd> </dl> +<a NAME="EspDevice.getFirmwareUrl" ID="EspDevice.getFirmwareUrl"></a> +<h4>EspDevice.getFirmwareUrl</h4> +<b>getFirmwareUrl</b>(<i></i>) + +<p> + Public method to get the device firmware download URL. +</p> +<dl> +<dt>Returns:</dt> +<dd> +firmware download URL of the device +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="EspDevice.runScript" ID="EspDevice.runScript"></a> <h4>EspDevice.runScript</h4> <b>runScript</b>(<i>script</i>)
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Tue Nov 19 18:54:14 2019 +0100 @@ -122,6 +122,10 @@ <td>Public method to get the device documentation URL.</td> </tr> <tr> +<td><a href="#MicroPythonDevice.getFirmwareUrl">getFirmwareUrl</a></td> +<td>Public method to get the device firmware download URL.</td> +</tr> +<tr> <td><a href="#MicroPythonDevice.getWorkspace">getWorkspace</a></td> <td>Public method to get the workspace directory.</td> </tr> @@ -134,6 +138,10 @@ <td>Public method to check, if the device has a configured documentation URL.</td> </tr> <tr> +<td><a href="#MicroPythonDevice.hasFirmwareUrl">hasFirmwareUrl</a></td> +<td>Public method to check, if the device has a configured firmware download URL.</td> +</tr> +<tr> <td><a href="#MicroPythonDevice.hasTimeCommands">hasTimeCommands</a></td> <td>Public method to check, if the device supports time commands.</td> </tr> @@ -342,6 +350,25 @@ str </dd> </dl> +<a NAME="MicroPythonDevice.getFirmwareUrl" ID="MicroPythonDevice.getFirmwareUrl"></a> +<h4>MicroPythonDevice.getFirmwareUrl</h4> +<b>getFirmwareUrl</b>(<i></i>) + +<p> + Public method to get the device firmware download URL. +</p> +<dl> +<dt>Returns:</dt> +<dd> +firmware download URL of the device +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="MicroPythonDevice.getWorkspace" ID="MicroPythonDevice.getWorkspace"></a> <h4>MicroPythonDevice.getWorkspace</h4> <b>getWorkspace</b>(<i></i>) @@ -388,6 +415,26 @@ bool </dd> </dl> +<a NAME="MicroPythonDevice.hasFirmwareUrl" ID="MicroPythonDevice.hasFirmwareUrl"></a> +<h4>MicroPythonDevice.hasFirmwareUrl</h4> +<b>hasFirmwareUrl</b>(<i></i>) + +<p> + Public method to check, if the device has a configured firmware + download URL. +</p> +<dl> +<dt>Returns:</dt> +<dd> +flag indicating a configured firmware download URL +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="MicroPythonDevice.hasTimeCommands" ID="MicroPythonDevice.hasTimeCommands"></a> <h4>MicroPythonDevice.hasTimeCommands</h4> <b>hasTimeCommands</b>(<i></i>)
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html Tue Nov 19 18:54:14 2019 +0100 @@ -118,6 +118,10 @@ <td>Private slot to zoom the REPL pane.</td> </tr> <tr> +<td><a href="#MicroPythonWidget.__downloadFirmware">__downloadFirmware</a></td> +<td>Private slot to open the firmware download page.</td> +</tr> +<tr> <td><a href="#MicroPythonWidget.__getDeviceTime">__getDeviceTime</a></td> <td>Private method to get a string containing the date and time of the connected device.</td> </tr> @@ -174,6 +178,10 @@ <td>Private slot to show some implementation related information.</td> </tr> <tr> +<td><a href="#MicroPythonWidget.__showLocalAndDeviceTime">__showLocalAndDeviceTime</a></td> +<td>Private slot to show the local and device time side-by-side.</td> +</tr> +<tr> <td><a href="#MicroPythonWidget.__showLocalTime">__showLocalTime</a></td> <td>Private slot to show the local date and time.</td> </tr> @@ -355,6 +363,13 @@ zoom value </dd> </dl> +<a NAME="MicroPythonWidget.__downloadFirmware" ID="MicroPythonWidget.__downloadFirmware"></a> +<h4>MicroPythonWidget.__downloadFirmware</h4> +<b>__downloadFirmware</b>(<i></i>) + +<p> + Private slot to open the firmware download page. +</p> <a NAME="MicroPythonWidget.__getDeviceTime" ID="MicroPythonWidget.__getDeviceTime"></a> <h4>MicroPythonWidget.__getDeviceTime</h4> <b>__getDeviceTime</b>(<i></i>) @@ -574,6 +589,13 @@ <p> Private slot to show some implementation related information. </p> +<a NAME="MicroPythonWidget.__showLocalAndDeviceTime" ID="MicroPythonWidget.__showLocalAndDeviceTime"></a> +<h4>MicroPythonWidget.__showLocalAndDeviceTime</h4> +<b>__showLocalAndDeviceTime</b>(<i></i>) + +<p> + Private slot to show the local and device time side-by-side. +</p> <a NAME="MicroPythonWidget.__showLocalTime" ID="MicroPythonWidget.__showLocalTime"></a> <h4>MicroPythonWidget.__showLocalTime</h4> <b>__showLocalTime</b>(<i></i>)
--- a/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html Tue Nov 19 18:54:14 2019 +0100 @@ -121,6 +121,10 @@ <td>Public method to get the device documentation URL.</td> </tr> <tr> +<td><a href="#MicrobitDevice.getFirmwareUrl">getFirmwareUrl</a></td> +<td>Public method to get the device firmware download URL.</td> +</tr> +<tr> <td><a href="#MicrobitDevice.getWorkspace">getWorkspace</a></td> <td>Public method to get the workspace directory.</td> </tr> @@ -350,6 +354,25 @@ str </dd> </dl> +<a NAME="MicrobitDevice.getFirmwareUrl" ID="MicrobitDevice.getFirmwareUrl"></a> +<h4>MicrobitDevice.getFirmwareUrl</h4> +<b>getFirmwareUrl</b>(<i></i>) + +<p> + Public method to get the device firmware download URL. +</p> +<dl> +<dt>Returns:</dt> +<dd> +firmware download URL of the device +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="MicrobitDevice.getWorkspace" ID="MicrobitDevice.getWorkspace"></a> <h4>MicrobitDevice.getWorkspace</h4> <b>getWorkspace</b>(<i></i>)
--- a/eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html Tue Nov 19 18:54:14 2019 +0100 @@ -77,7 +77,27 @@ <td>Private method to check, if the device volume is mounted.</td> </tr> <tr> -<td><a href="#PyBoardDevice.__showInstallInstructions">__showInstallInstructions</a></td> +<td><a href="#PyBoardDevice.__dfuUtilAvailable">__dfuUtilAvailable</a></td> +<td>Private method to check the availability of dfu-util.</td> +</tr> +<tr> +<td><a href="#PyBoardDevice.__flashMicroPython">__flashMicroPython</a></td> +<td>Private slot to flash a MicroPython firmware.</td> +</tr> +<tr> +<td><a href="#PyBoardDevice.__listDfuCapableDevices">__listDfuCapableDevices</a></td> +<td>Private slot to list all DFU-capable devices.</td> +</tr> +<tr> +<td><a href="#PyBoardDevice.__showDfuDisableInstructions">__showDfuDisableInstructions</a></td> +<td>Private method to show some instructions to disable the DFU mode.</td> +</tr> +<tr> +<td><a href="#PyBoardDevice.__showDfuEnableInstructions">__showDfuEnableInstructions</a></td> +<td>Private method to show some instructions to enable the DFU mode.</td> +</tr> +<tr> +<td><a href="#PyBoardDevice.__showFlashInstructions">__showFlashInstructions</a></td> <td>Private slot to open the URL containing instructions for installing MicroPython on the pyboard.</td> </tr> <tr> @@ -113,6 +133,10 @@ <td>Public method to get the device documentation URL.</td> </tr> <tr> +<td><a href="#PyBoardDevice.getFirmwareUrl">getFirmwareUrl</a></td> +<td>Public method to get the device firmware download URL.</td> +</tr> +<tr> <td><a href="#PyBoardDevice.getWorkspace">getWorkspace</a></td> <td>Public method to get the workspace directory.</td> </tr> @@ -172,9 +196,75 @@ bool </dd> </dl> -<a NAME="PyBoardDevice.__showInstallInstructions" ID="PyBoardDevice.__showInstallInstructions"></a> -<h4>PyBoardDevice.__showInstallInstructions</h4> -<b>__showInstallInstructions</b>(<i></i>) +<a NAME="PyBoardDevice.__dfuUtilAvailable" ID="PyBoardDevice.__dfuUtilAvailable"></a> +<h4>PyBoardDevice.__dfuUtilAvailable</h4> +<b>__dfuUtilAvailable</b>(<i></i>) + +<p> + Private method to check the availability of dfu-util. +</p> +<dl> +<dt>Returns:</dt> +<dd> +flag indicating the availability of dfu-util +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> +<a NAME="PyBoardDevice.__flashMicroPython" ID="PyBoardDevice.__flashMicroPython"></a> +<h4>PyBoardDevice.__flashMicroPython</h4> +<b>__flashMicroPython</b>(<i></i>) + +<p> + Private slot to flash a MicroPython firmware. +</p> +<a NAME="PyBoardDevice.__listDfuCapableDevices" ID="PyBoardDevice.__listDfuCapableDevices"></a> +<h4>PyBoardDevice.__listDfuCapableDevices</h4> +<b>__listDfuCapableDevices</b>(<i></i>) + +<p> + Private slot to list all DFU-capable devices. +</p> +<a NAME="PyBoardDevice.__showDfuDisableInstructions" ID="PyBoardDevice.__showDfuDisableInstructions"></a> +<h4>PyBoardDevice.__showDfuDisableInstructions</h4> +<b>__showDfuDisableInstructions</b>(<i></i>) + +<p> + Private method to show some instructions to disable the DFU mode. +</p> +<a NAME="PyBoardDevice.__showDfuEnableInstructions" ID="PyBoardDevice.__showDfuEnableInstructions"></a> +<h4>PyBoardDevice.__showDfuEnableInstructions</h4> +<b>__showDfuEnableInstructions</b>(<i>flash=True</i>) + +<p> + Private method to show some instructions to enable the DFU mode. +</p> +<dl> + +<dt><i>flash</i> (bool)</dt> +<dd> +flag indicating to show a warning message for flashing +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +flag indicating OK to continue or abort +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> +<a NAME="PyBoardDevice.__showFlashInstructions" ID="PyBoardDevice.__showFlashInstructions"></a> +<h4>PyBoardDevice.__showFlashInstructions</h4> +<b>__showFlashInstructions</b>(<i></i>) <p> Private slot to open the URL containing instructions for installing @@ -332,6 +422,25 @@ str </dd> </dl> +<a NAME="PyBoardDevice.getFirmwareUrl" ID="PyBoardDevice.getFirmwareUrl"></a> +<h4>PyBoardDevice.getFirmwareUrl</h4> +<b>getFirmwareUrl</b>(<i></i>) + +<p> + Public method to get the device firmware download URL. +</p> +<dl> +<dt>Returns:</dt> +<dd> +firmware download URL of the device +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="PyBoardDevice.getWorkspace" ID="PyBoardDevice.getWorkspace"></a> <h4>PyBoardDevice.getWorkspace</h4> <b>getWorkspace</b>(<i>silent=False</i>)
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html Tue Nov 19 18:54:14 2019 +0100 @@ -69,7 +69,7 @@ </tr> <tr> <td><a href="#worker">worker</a></td> -<td>Module function acting as the parallel worker for the style check.</td> +<td>Module function acting as the parallel worker for the syntax check.</td> </tr> </table> <hr /> @@ -284,7 +284,7 @@ <b>worker</b>(<i>inputQueue, outputQueue</i>) <p> - Module function acting as the parallel worker for the style check. + Module function acting as the parallel worker for the syntax check. </p> <dl>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html Tue Nov 19 18:54:14 2019 +0100 @@ -128,6 +128,10 @@ <td>Public method to remove the language from syntax check.</td> </tr> <tr> +<td><a href="#SyntaxCheckService.serviceErrorJSON">serviceErrorJSON</a></td> +<td>Public method handling service errors for JSON.</td> +</tr> +<tr> <td><a href="#SyntaxCheckService.serviceErrorJavaScript">serviceErrorJavaScript</a></td> <td>Public method handling service errors for JavaScript.</td> </tr> @@ -140,6 +144,10 @@ <td>Public method handling service errors for Python 2.</td> </tr> <tr> +<td><a href="#SyntaxCheckService.serviceErrorYAML">serviceErrorYAML</a></td> +<td>Public method handling service errors for YAML.</td> +</tr> +<tr> <td><a href="#SyntaxCheckService.syntaxBatchCheck">syntaxBatchCheck</a></td> <td>Public method to prepare a syntax check on multiple source files.</td> </tr> @@ -314,6 +322,32 @@ language to remove (str) </dd> </dl> +<a NAME="SyntaxCheckService.serviceErrorJSON" ID="SyntaxCheckService.serviceErrorJSON"></a> +<h4>SyntaxCheckService.serviceErrorJSON</h4> +<b>serviceErrorJSON</b>(<i>fx, lang, fn, msg</i>) + +<p> + Public method handling service errors for JSON. +</p> +<dl> + +<dt><i>fx</i></dt> +<dd> +service name (string) +</dd> +<dt><i>lang</i></dt> +<dd> +language (string) +</dd> +<dt><i>fn</i></dt> +<dd> +file name (string) +</dd> +<dt><i>msg</i></dt> +<dd> +message text (string) +</dd> +</dl> <a NAME="SyntaxCheckService.serviceErrorJavaScript" ID="SyntaxCheckService.serviceErrorJavaScript"></a> <h4>SyntaxCheckService.serviceErrorJavaScript</h4> <b>serviceErrorJavaScript</b>(<i>fx, lang, fn, msg</i>) @@ -392,6 +426,32 @@ message text (string) </dd> </dl> +<a NAME="SyntaxCheckService.serviceErrorYAML" ID="SyntaxCheckService.serviceErrorYAML"></a> +<h4>SyntaxCheckService.serviceErrorYAML</h4> +<b>serviceErrorYAML</b>(<i>fx, lang, fn, msg</i>) + +<p> + Public method handling service errors for YAML. +</p> +<dl> + +<dt><i>fx</i></dt> +<dd> +service name (string) +</dd> +<dt><i>lang</i></dt> +<dd> +language (string) +</dd> +<dt><i>fn</i></dt> +<dd> +file name (string) +</dd> +<dt><i>msg</i></dt> +<dd> +message text (string) +</dd> +</dl> <a NAME="SyntaxCheckService.syntaxBatchCheck" ID="SyntaxCheckService.syntaxBatchCheck"></a> <h4>SyntaxCheckService.syntaxBatchCheck</h4> <b>syntaxBatchCheck</b>(<i>argumentsList</i>)
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html Tue Nov 19 18:54:14 2019 +0100 @@ -23,7 +23,7 @@ <h1>eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax</h1> <p> -Module implementing the syntax check for Python 2/3. +Module implementing the syntax check for JavaScript. </p> <h3>Global Attributes</h3> @@ -65,7 +65,7 @@ </tr> <tr> <td><a href="#worker">worker</a></td> -<td>Module function acting as the parallel worker for the style check.</td> +<td>Module function acting as the parallel worker for the syntax check.</td> </tr> </table> <hr /> @@ -223,7 +223,7 @@ <b>worker</b>(<i>inputQueue, outputQueue</i>) <p> - Module function acting as the parallel worker for the style check. + Module function acting as the parallel worker for the syntax check. </p> <dl>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html Tue Nov 19 18:54:14 2019 +0100 @@ -0,0 +1,271 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body> +<a NAME="top" ID="top"></a> +<h1>eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax</h1> + +<p> +Module implementing the syntax check for JSON. +</p> +<h3>Global Attributes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Functions</h3> + +<table> + +<tr> +<td><a href="#__jsonSyntaxCheck">__jsonSyntaxCheck</a></td> +<td>Function to check a YAML source file for syntax errors.</td> +</tr> +<tr> +<td><a href="#initBatchService">initBatchService</a></td> +<td>Initialize the batch service and return the entry point.</td> +</tr> +<tr> +<td><a href="#initService">initService</a></td> +<td>Initialize the service and return the entry point.</td> +</tr> +<tr> +<td><a href="#jsonSyntaxBatchCheck">jsonSyntaxBatchCheck</a></td> +<td>Module function to check syntax for a batch of files.</td> +</tr> +<tr> +<td><a href="#jsonSyntaxCheck">jsonSyntaxCheck</a></td> +<td>Function to check a JSON source file for syntax errors.</td> +</tr> +<tr> +<td><a href="#normalizeCode">normalizeCode</a></td> +<td>Function to normalize the given code.</td> +</tr> +<tr> +<td><a href="#worker">worker</a></td> +<td>Module function acting as the parallel worker for the syntax check.</td> +</tr> +</table> +<hr /> +<hr /> +<a NAME="__jsonSyntaxCheck" ID="__jsonSyntaxCheck"></a> +<h2>__jsonSyntaxCheck</h2> +<b>__jsonSyntaxCheck</b>(<i>file, codestring</i>) + +<p> + Function to check a YAML source file for syntax errors. +</p> +<dl> + +<dt><i>file</i> (str)</dt> +<dd> +source filename +</dd> +<dt><i>codestring</i> (str)</dt> +<dd> +string containing the code to check +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +dictionary with the keys 'error' and 'warnings' which + hold a list containing details about the error/ warnings + (file name, line number, column, codestring (only at syntax + errors), the message, a list with arguments for the message) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="initBatchService" ID="initBatchService"></a> +<h2>initBatchService</h2> +<b>initBatchService</b>(<i></i>) + +<p> + Initialize the batch service and return the entry point. +</p> +<dl> +<dt>Returns:</dt> +<dd> +the entry point for the background client +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +func +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="initService" ID="initService"></a> +<h2>initService</h2> +<b>initService</b>(<i></i>) + +<p> + Initialize the service and return the entry point. +</p> +<dl> +<dt>Returns:</dt> +<dd> +the entry point for the background client +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +func +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="jsonSyntaxBatchCheck" ID="jsonSyntaxBatchCheck"></a> +<h2>jsonSyntaxBatchCheck</h2> +<b>jsonSyntaxBatchCheck</b>(<i>argumentsList, send, fx, cancelled, maxProcesses=0</i>) + +<p> + Module function to check syntax for a batch of files. +</p> +<dl> + +<dt><i>argumentsList</i> (list)</dt> +<dd> +list of arguments tuples as given for yamlSyntaxCheck +</dd> +<dt><i>send</i> (func)</dt> +<dd> +reference to send function +</dd> +<dt><i>fx</i> (str)</dt> +<dd> +registered service name +</dd> +<dt><i>cancelled</i> (func)</dt> +<dd> +reference to function checking for a cancellation +</dd> +<dt><i>maxProcesses</i> (int)</dt> +<dd> +number of processes to be used +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="jsonSyntaxCheck" ID="jsonSyntaxCheck"></a> +<h2>jsonSyntaxCheck</h2> +<b>jsonSyntaxCheck</b>(<i>file, codestring</i>) + +<p> + Function to check a JSON source file for syntax errors. +</p> +<dl> + +<dt><i>file</i> (str)</dt> +<dd> +source filename +</dd> +<dt><i>codestring</i> (str)</dt> +<dd> +string containing the code to check +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +dictionary with the keys 'error' and 'warnings' which + hold a list containing details about the error/ warnings + (file name, line number, column, codestring (only at syntax + errors), the message, a list with arguments for the message) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="normalizeCode" ID="normalizeCode"></a> +<h2>normalizeCode</h2> +<b>normalizeCode</b>(<i>codestring</i>) + +<p> + Function to normalize the given code. +</p> +<dl> + +<dt><i>codestring</i> (str)</dt> +<dd> +code to be normalized +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +normalized code +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="worker" ID="worker"></a> +<h2>worker</h2> +<b>worker</b>(<i>inputQueue, outputQueue</i>) + +<p> + Module function acting as the parallel worker for the syntax check. +</p> +<dl> + +<dt><i>inputQueue</i> (multiprocessing.Queue)</dt> +<dd> +input queue +</dd> +<dt><i>outputQueue</i> (multiprocessing.Queue)</dt> +<dd> +output queue +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html Tue Nov 19 18:54:14 2019 +0100 @@ -0,0 +1,271 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body> +<a NAME="top" ID="top"></a> +<h1>eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax</h1> + +<p> +Module implementing the syntax check for YAML. +</p> +<h3>Global Attributes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Functions</h3> + +<table> + +<tr> +<td><a href="#__yamlSyntaxCheck">__yamlSyntaxCheck</a></td> +<td>Function to check a YAML source file for syntax errors.</td> +</tr> +<tr> +<td><a href="#initBatchService">initBatchService</a></td> +<td>Initialize the batch service and return the entry point.</td> +</tr> +<tr> +<td><a href="#initService">initService</a></td> +<td>Initialize the service and return the entry point.</td> +</tr> +<tr> +<td><a href="#normalizeCode">normalizeCode</a></td> +<td>Function to normalize the given code.</td> +</tr> +<tr> +<td><a href="#worker">worker</a></td> +<td>Module function acting as the parallel worker for the syntax check.</td> +</tr> +<tr> +<td><a href="#yamlSyntaxBatchCheck">yamlSyntaxBatchCheck</a></td> +<td>Module function to check syntax for a batch of files.</td> +</tr> +<tr> +<td><a href="#yamlSyntaxCheck">yamlSyntaxCheck</a></td> +<td>Function to check a YAML source file for syntax errors.</td> +</tr> +</table> +<hr /> +<hr /> +<a NAME="__yamlSyntaxCheck" ID="__yamlSyntaxCheck"></a> +<h2>__yamlSyntaxCheck</h2> +<b>__yamlSyntaxCheck</b>(<i>file, codestring</i>) + +<p> + Function to check a YAML source file for syntax errors. +</p> +<dl> + +<dt><i>file</i> (str)</dt> +<dd> +source filename +</dd> +<dt><i>codestring</i> (str)</dt> +<dd> +string containing the code to check +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +dictionary with the keys 'error' and 'warnings' which + hold a list containing details about the error/ warnings + (file name, line number, column, codestring (only at syntax + errors), the message, a list with arguments for the message) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="initBatchService" ID="initBatchService"></a> +<h2>initBatchService</h2> +<b>initBatchService</b>(<i></i>) + +<p> + Initialize the batch service and return the entry point. +</p> +<dl> +<dt>Returns:</dt> +<dd> +the entry point for the background client +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +func +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="initService" ID="initService"></a> +<h2>initService</h2> +<b>initService</b>(<i></i>) + +<p> + Initialize the service and return the entry point. +</p> +<dl> +<dt>Returns:</dt> +<dd> +the entry point for the background client +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +func +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="normalizeCode" ID="normalizeCode"></a> +<h2>normalizeCode</h2> +<b>normalizeCode</b>(<i>codestring</i>) + +<p> + Function to normalize the given code. +</p> +<dl> + +<dt><i>codestring</i> (str)</dt> +<dd> +code to be normalized +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +normalized code +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="worker" ID="worker"></a> +<h2>worker</h2> +<b>worker</b>(<i>inputQueue, outputQueue</i>) + +<p> + Module function acting as the parallel worker for the syntax check. +</p> +<dl> + +<dt><i>inputQueue</i> (multiprocessing.Queue)</dt> +<dd> +input queue +</dd> +<dt><i>outputQueue</i> (multiprocessing.Queue)</dt> +<dd> +output queue +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="yamlSyntaxBatchCheck" ID="yamlSyntaxBatchCheck"></a> +<h2>yamlSyntaxBatchCheck</h2> +<b>yamlSyntaxBatchCheck</b>(<i>argumentsList, send, fx, cancelled, maxProcesses=0</i>) + +<p> + Module function to check syntax for a batch of files. +</p> +<dl> + +<dt><i>argumentsList</i> (list)</dt> +<dd> +list of arguments tuples as given for yamlSyntaxCheck +</dd> +<dt><i>send</i> (func)</dt> +<dd> +reference to send function +</dd> +<dt><i>fx</i> (str)</dt> +<dd> +registered service name +</dd> +<dt><i>cancelled</i> (func)</dt> +<dd> +reference to function checking for a cancellation +</dd> +<dt><i>maxProcesses</i> (int)</dt> +<dd> +number of processes to be used +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="yamlSyntaxCheck" ID="yamlSyntaxCheck"></a> +<h2>yamlSyntaxCheck</h2> +<b>yamlSyntaxCheck</b>(<i>file, codestring</i>) + +<p> + Function to check a YAML source file for syntax errors. +</p> +<dl> + +<dt><i>file</i> (str)</dt> +<dd> +source filename +</dd> +<dt><i>codestring</i> (str)</dt> +<dd> +string containing the code to check +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +dictionary with the keys 'error' and 'warnings' which + hold a list containing details about the error/ warnings + (file name, line number, column, codestring (only at syntax + errors), the message, a list with arguments for the message) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/eric6/Documentation/Source/index-eric6.Plugins.CheckerPlugins.SyntaxChecker.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/index-eric6.Plugins.CheckerPlugins.SyntaxChecker.html Tue Nov 19 18:54:14 2019 +0100 @@ -43,7 +43,15 @@ </tr> <tr> <td><a href="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html">jsCheckSyntax</a></td> -<td>Module implementing the syntax check for Python 2/3.</td> +<td>Module implementing the syntax check for JavaScript.</td> +</tr> +<tr> +<td><a href="eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html">jsonCheckSyntax</a></td> +<td>Module implementing the syntax check for JSON.</td> +</tr> +<tr> +<td><a href="eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html">yamlCheckSyntax</a></td> +<td>Module implementing the syntax check for YAML.</td> </tr> </table> </body></html> \ No newline at end of file
--- a/eric6/Documentation/Source/install.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/install.html Tue Nov 19 18:54:14 2019 +0100 @@ -28,7 +28,7 @@ <h3>Global Attributes</h3> <table> -<tr><td>BlackLists</td></tr><tr><td>PlatformsBlackLists</td></tr><tr><td>apisDir</td></tr><tr><td>cfg</td></tr><tr><td>configLength</td></tr><tr><td>configName</td></tr><tr><td>currDir</td></tr><tr><td>defaultMacAppBundleName</td></tr><tr><td>defaultMacAppBundlePath</td></tr><tr><td>defaultMacPythonExe</td></tr><tr><td>distDir</td></tr><tr><td>doCleanDesktopLinks</td></tr><tr><td>doCleanup</td></tr><tr><td>doCompile</td></tr><tr><td>eric6SourceDir</td></tr><tr><td>forceCleanDesktopLinks</td></tr><tr><td>installApis</td></tr><tr><td>macAppBundleName</td></tr><tr><td>macAppBundlePath</td></tr><tr><td>macPythonExe</td></tr><tr><td>modDir</td></tr><tr><td>platBinDir</td></tr><tr><td>platBinDirOld</td></tr><tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr><tr><td>sourceDir</td></tr> +<tr><td>BlackLists</td></tr><tr><td>PlatformsBlackLists</td></tr><tr><td>apisDir</td></tr><tr><td>cfg</td></tr><tr><td>configLength</td></tr><tr><td>configName</td></tr><tr><td>currDir</td></tr><tr><td>defaultMacAppBundleName</td></tr><tr><td>defaultMacAppBundlePath</td></tr><tr><td>defaultMacPythonExe</td></tr><tr><td>distDir</td></tr><tr><td>doCleanDesktopLinks</td></tr><tr><td>doCleanup</td></tr><tr><td>doCompile</td></tr><tr><td>eric6SourceDir</td></tr><tr><td>forceCleanDesktopLinks</td></tr><tr><td>installApis</td></tr><tr><td>macAppBundleName</td></tr><tr><td>macAppBundlePath</td></tr><tr><td>macPythonExe</td></tr><tr><td>modDir</td></tr><tr><td>platBinDir</td></tr><tr><td>platBinDirOld</td></tr><tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr><tr><td>sourceDir</td></tr><tr><td>yes2All</td></tr> </table> <h3>Classes</h3>