--- a/Documentation/Source/eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html Sat May 17 19:58:49 2014 +0200 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html Sun May 18 14:13:09 2014 +0200 @@ -69,25 +69,25 @@ <table> <tr> <td><a href="#SyntaxCheckService.__init__">SyntaxCheckService</a></td> -<td>Contructor of SyntaxCheckService.</td> +<td>Constructor</td> </tr><tr> <td><a href="#SyntaxCheckService.__determineLanguage">__determineLanguage</a></td> <td>Private methode to determine the language of the file.</td> </tr><tr> <td><a href="#SyntaxCheckService.addLanguage">addLanguage</a></td> -<td>Register the new language to the supported languages.</td> +<td>Public method to register a new language to the supported languages.</td> </tr><tr> <td><a href="#SyntaxCheckService.getExtensions">getExtensions</a></td> -<td>Return all supported file extensions for the syntax checker dialog.</td> +<td>Public method to return all supported file extensions for the syntax checker dialog.</td> </tr><tr> <td><a href="#SyntaxCheckService.getLanguages">getLanguages</a></td> -<td>Return the supported language names.</td> +<td>Public method to return the supported language names.</td> </tr><tr> <td><a href="#SyntaxCheckService.removeLanguage">removeLanguage</a></td> -<td>Remove the language from syntax check.</td> +<td>Public method to remove the language from syntax check.</td> </tr><tr> <td><a href="#SyntaxCheckService.syntaxCheck">syntaxCheck</a></td> -<td>Method to prepare to compile one Python source file to Python bytecode and to perform a pyflakes check in another task.</td> +<td>Public method to prepare to compile one Python source file to Python bytecode and to perform a pyflakes check.</td> </tr> </table> <h3>Static Methods</h3> @@ -98,7 +98,7 @@ <h4>SyntaxCheckService (Constructor)</h4> <b>SyntaxCheckService</b>(<i></i>) <p> - Contructor of SyntaxCheckService. + Constructor </p><a NAME="SyntaxCheckService.__determineLanguage" ID="SyntaxCheckService.__determineLanguage"></a> <h4>SyntaxCheckService.__determineLanguage</h4> <b>__determineLanguage</b>(<i>filename, source</i>) @@ -121,7 +121,7 @@ <h4>SyntaxCheckService.addLanguage</h4> <b>addLanguage</b>(<i>lang, env, path, module, getArgs, getExt, callback, onError</i>) <p> - Register the new language to the supported languages. + Public method to register a new language to the supported languages. </p><dl> <dt><i>lang</i></dt> <dd> @@ -155,7 +155,8 @@ <h4>SyntaxCheckService.getExtensions</h4> <b>getExtensions</b>(<i></i>) <p> - Return all supported file extensions for the syntax checker dialog. + Public method to return all supported file extensions for the + syntax checker dialog. </p><dl> <dt>Returns:</dt> <dd> @@ -165,7 +166,7 @@ <h4>SyntaxCheckService.getLanguages</h4> <b>getLanguages</b>(<i></i>) <p> - Return the supported language names. + Public method to return the supported language names. </p><dl> <dt>Returns:</dt> <dd> @@ -175,7 +176,7 @@ <h4>SyntaxCheckService.removeLanguage</h4> <b>removeLanguage</b>(<i>lang</i>) <p> - Remove the language from syntax check. + Public method to remove the language from syntax check. </p><dl> <dt><i>lang</i></dt> <dd> @@ -185,8 +186,8 @@ <h4>SyntaxCheckService.syntaxCheck</h4> <b>syntaxCheck</b>(<i>lang, filename, source</i>) <p> - Method to prepare to compile one Python source file to Python bytecode - and to perform a pyflakes check in another task. + Public method to prepare to compile one Python source file to Python + bytecode and to perform a pyflakes check. </p><dl> <dt><i>lang</i></dt> <dd>