src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html

branch
eric7
changeset 11144
8c40c5e1ebe0
parent 10690
fab36645aa7d
child 11150
73d80859079c
equal deleted inserted replaced
11143:ef75c265ab47 11144:8c40c5e1ebe0
72 <tr> 72 <tr>
73 <td><a href="#CodeStyleCheckerDialog.__assembleExcludeMessages">__assembleExcludeMessages</a></td> 73 <td><a href="#CodeStyleCheckerDialog.__assembleExcludeMessages">__assembleExcludeMessages</a></td>
74 <td>Private method to assemble the list of excluded checks.</td> 74 <td>Private method to assemble the list of excluded checks.</td>
75 </tr> 75 </tr>
76 <tr> 76 <tr>
77 <td><a href="#CodeStyleCheckerDialog.__assembleIncludeMessages">__assembleIncludeMessages</a></td>
78 <td>Private method to assemble the list of included checks.</td>
79 </tr>
80 <tr>
77 <td><a href="#CodeStyleCheckerDialog.__batchFinished">__batchFinished</a></td> 81 <td><a href="#CodeStyleCheckerDialog.__batchFinished">__batchFinished</a></td>
78 <td>Private slot handling the completion of a batch job.</td> 82 <td>Private slot handling the completion of a batch job.</td>
79 </tr>
80 <tr>
81 <td><a href="#CodeStyleCheckerDialog.__cleanupData">__cleanupData</a></td>
82 <td>Private method to clean the loaded/entered data of redundant entries.</td>
83 </tr> 83 </tr>
84 <tr> 84 <tr>
85 <td><a href="#CodeStyleCheckerDialog.__clearErrors">__clearErrors</a></td> 85 <td><a href="#CodeStyleCheckerDialog.__clearErrors">__clearErrors</a></td>
86 <td>Private method to clear all warning markers of open editors to be checked.</td> 86 <td>Private method to clear all warning markers of open editors to be checked.</td>
87 </tr> 87 </tr>
365 <dt>Return Type:</dt> 365 <dt>Return Type:</dt>
366 <dd> 366 <dd>
367 str 367 str
368 </dd> 368 </dd>
369 </dl> 369 </dl>
370 <a NAME="CodeStyleCheckerDialog.__assembleIncludeMessages" ID="CodeStyleCheckerDialog.__assembleIncludeMessages"></a>
371 <h4>CodeStyleCheckerDialog.__assembleIncludeMessages</h4>
372 <b>__assembleIncludeMessages</b>(<i></i>)
373 <p>
374 Private method to assemble the list of included checks.
375 </p>
376
377 <dl>
378 <dt>Return:</dt>
379 <dd>
380 list of included checks as a comma separated string.
381 </dd>
382 </dl>
383 <dl>
384 <dt>Return Type:</dt>
385 <dd>
386 str
387 </dd>
388 </dl>
370 <a NAME="CodeStyleCheckerDialog.__batchFinished" ID="CodeStyleCheckerDialog.__batchFinished"></a> 389 <a NAME="CodeStyleCheckerDialog.__batchFinished" ID="CodeStyleCheckerDialog.__batchFinished"></a>
371 <h4>CodeStyleCheckerDialog.__batchFinished</h4> 390 <h4>CodeStyleCheckerDialog.__batchFinished</h4>
372 <b>__batchFinished</b>(<i></i>) 391 <b>__batchFinished</b>(<i></i>)
373 <p> 392 <p>
374 Private slot handling the completion of a batch job. 393 Private slot handling the completion of a batch job.
375 </p> 394 </p>
376 395
377 <a NAME="CodeStyleCheckerDialog.__cleanupData" ID="CodeStyleCheckerDialog.__cleanupData"></a>
378 <h4>CodeStyleCheckerDialog.__cleanupData</h4>
379 <b>__cleanupData</b>(<i></i>)
380 <p>
381 Private method to clean the loaded/entered data of redundant entries.
382 </p>
383
384 <a NAME="CodeStyleCheckerDialog.__clearErrors" ID="CodeStyleCheckerDialog.__clearErrors"></a> 396 <a NAME="CodeStyleCheckerDialog.__clearErrors" ID="CodeStyleCheckerDialog.__clearErrors"></a>
385 <h4>CodeStyleCheckerDialog.__clearErrors</h4> 397 <h4>CodeStyleCheckerDialog.__clearErrors</h4>
386 <b>__clearErrors</b>(<i>files</i>) 398 <b>__clearErrors</b>(<i>files</i>)
387 <p> 399 <p>
388 Private method to clear all warning markers of open editors to be 400 Private method to clear all warning markers of open editors to be

eric ide

mercurial