--- a/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html Tue Jun 20 14:45:35 2017 +0200 +++ b/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html Wed Jun 21 19:40:59 2017 +0200 @@ -166,24 +166,26 @@ <hr /><hr /> <a NAME="syntaxAndPyflakesBatchCheck" ID="syntaxAndPyflakesBatchCheck"></a> <h2>syntaxAndPyflakesBatchCheck</h2> -<b>syntaxAndPyflakesBatchCheck</b>(<i>argumentsList, send, fx, cancelled</i>) +<b>syntaxAndPyflakesBatchCheck</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></dt> +<dt><i>argumentsList</i> (list)</dt> <dd> list of arguments tuples as given for syntaxAndPyflakesCheck -</dd><dt><i>send</i></dt> +</dd><dt><i>send</i> (func)</dt> <dd> -reference to send function (function) -</dd><dt><i>fx</i></dt> +reference to send function +</dd><dt><i>fx</i> (str)</dt> <dd> -registered service name (string) -</dd><dt><i>cancelled</i></dt> +registered service name +</dd><dt><i>cancelled</i> (func)</dt> <dd> reference to function checking for a cancellation - (function) +</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>