--- a/Documentation/Source/eric6.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html Thu Apr 23 20:11:44 2015 +0200 +++ b/Documentation/Source/eric6.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html Fri Apr 24 18:41:06 2015 +0200 @@ -61,6 +61,9 @@ <td><a href="#TabnannyDialog.__init__">TabnannyDialog</a></td> <td>Constructor</td> </tr><tr> +<td><a href="#TabnannyDialog.__batchFinished">__batchFinished</a></td> +<td>Private slot handling the completion of a batch job.</td> +</tr><tr> <td><a href="#TabnannyDialog.__createResultItem">__createResultItem</a></td> <td>Private method to create an entry in the result list.</td> </tr><tr> @@ -74,7 +77,10 @@ <td>Private method to resort the tree.</td> </tr><tr> <td><a href="#TabnannyDialog.check">check</a></td> -<td>Public method to start a style check for one file.</td> +<td>Public method to start an indentation check for one file.</td> +</tr><tr> +<td><a href="#TabnannyDialog.checkBatch">checkBatch</a></td> +<td>Public method to start an indentation check batch job.</td> </tr><tr> <td><a href="#TabnannyDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot called by a button of the button box clicked.</td> @@ -109,7 +115,12 @@ <dd> The parent widget (QWidget). </dd> -</dl><a NAME="TabnannyDialog.__createResultItem" ID="TabnannyDialog.__createResultItem"></a> +</dl><a NAME="TabnannyDialog.__batchFinished" ID="TabnannyDialog.__batchFinished"></a> +<h4>TabnannyDialog.__batchFinished</h4> +<b>__batchFinished</b>(<i></i>) +<p> + Private slot handling the completion of a batch job. +</p><a NAME="TabnannyDialog.__createResultItem" ID="TabnannyDialog.__createResultItem"></a> <h4>TabnannyDialog.__createResultItem</h4> <b>__createResultItem</b>(<i>file, line, sourcecode</i>) <p> @@ -158,7 +169,7 @@ <h4>TabnannyDialog.check</h4> <b>check</b>(<i>codestring=''</i>) <p> - Public method to start a style check for one file. + Public method to start an indentation check for one file. </p><p> The results are reported to the __processResult slot. </p><dl> @@ -166,7 +177,14 @@ <dd> optional sourcestring (str) </dd> -</dl><a NAME="TabnannyDialog.on_buttonBox_clicked" ID="TabnannyDialog.on_buttonBox_clicked"></a> +</dl><a NAME="TabnannyDialog.checkBatch" ID="TabnannyDialog.checkBatch"></a> +<h4>TabnannyDialog.checkBatch</h4> +<b>checkBatch</b>(<i></i>) +<p> + Public method to start an indentation check batch job. +</p><p> + The results are reported to the __processResult slot. +</p><a NAME="TabnannyDialog.on_buttonBox_clicked" ID="TabnannyDialog.on_buttonBox_clicked"></a> <h4>TabnannyDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) <p>