--- a/Documentation/Source/eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html Sun Apr 13 15:45:57 2014 +0200 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html Tue Apr 15 22:41:08 2014 +0200 @@ -48,7 +48,7 @@ QDialog, Ui_CodeStyleCheckerDialog <h3>Class Attributes</h3> <table> -<tr><td>codeRole</td></tr><tr><td>filenameRole</td></tr><tr><td>fixableRole</td></tr><tr><td>lineRole</td></tr><tr><td>messageRole</td></tr><tr><td>positionRole</td></tr> +<tr><td>codeRole</td></tr><tr><td>filenameRole</td></tr><tr><td>fixableRole</td></tr><tr><td>ignoredRole</td></tr><tr><td>lineRole</td></tr><tr><td>messageRole</td></tr><tr><td>positionRole</td></tr> </table> <h3>Class Methods</h3> <table> @@ -182,7 +182,7 @@ </dd> </dl><a NAME="CodeStyleCheckerDialog.__createResultItem" ID="CodeStyleCheckerDialog.__createResultItem"></a> <h4>CodeStyleCheckerDialog.__createResultItem</h4> -<b>__createResultItem</b>(<i>file, line, pos, message, fixed, autofixing</i>) +<b>__createResultItem</b>(<i>file, line, pos, message, fixed, autofixing, ignored</i>) <p> Private method to create an entry in the result list. </p><dl> @@ -205,6 +205,9 @@ <dd> flag indicating, that we are fixing issues automatically (boolean) +</dd><dt><i>ignored</i></dt> +<dd> +flag indicating an ignored issue (boolean) </dd> </dl><dl> <dt>Returns:</dt> @@ -292,8 +295,8 @@ </dd><dt><i>results</i></dt> <dd> tuple for each found violation of style (tuple of - lineno (int), position (int), text (str), fixed (bool), - autofixing (bool)) + lineno (int), position (int), text (str), ignored (bool), + fixed (bool), autofixing (bool)) </dd> </dl><a NAME="CodeStyleCheckerDialog.__resetStatistics" ID="CodeStyleCheckerDialog.__resetStatistics"></a> <h4>CodeStyleCheckerDialog.__resetStatistics</h4> @@ -331,7 +334,7 @@ </dd> </dl><a NAME="CodeStyleCheckerDialog.__updateStatistics" ID="CodeStyleCheckerDialog.__updateStatistics"></a> <h4>CodeStyleCheckerDialog.__updateStatistics</h4> -<b>__updateStatistics</b>(<i>statistics, fixer</i>) +<b>__updateStatistics</b>(<i>statistics, fixer, ignoredErrors</i>) <p> Private method to update the collected statistics. </p><dl> @@ -342,6 +345,9 @@ </dd><dt><i>fixer</i></dt> <dd> reference to the code style fixer (CodeStyleFixer) +</dd><dt><i>ignoredErrors</i></dt> +<dd> +number of ignored errors (integer) </dd> </dl><a NAME="CodeStyleCheckerDialog.check" ID="CodeStyleCheckerDialog.check"></a> <h4>CodeStyleCheckerDialog.check</h4>