Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html

changeset 4514
e410e76d6538
parent 4511
b5e4e7efa904
child 5291
e93d14b48c34
equal deleted inserted replaced
4512:23e8b848efb0 4514:e410e76d6538
91 <td>Private method to check, if an item has a fixable issue.</td> 91 <td>Private method to check, if an item has a fixable issue.</td>
92 </tr><tr> 92 </tr><tr>
93 <td><a href="#CodeStyleCheckerDialog.__modifyFixedResultItem">__modifyFixedResultItem</a></td> 93 <td><a href="#CodeStyleCheckerDialog.__modifyFixedResultItem">__modifyFixedResultItem</a></td>
94 <td>Private method to modify a result list entry to show its positive fixed state.</td> 94 <td>Private method to modify a result list entry to show its positive fixed state.</td>
95 </tr><tr> 95 </tr><tr>
96 <td><a href="#CodeStyleCheckerDialog.__modifyOptions">__modifyOptions</a></td>
97 <td>Private method to modify the options based on eflag: entries.</td>
98 </tr><tr>
96 <td><a href="#CodeStyleCheckerDialog.__processError">__processError</a></td> 99 <td><a href="#CodeStyleCheckerDialog.__processError">__processError</a></td>
97 <td>Private slot to process an error indication from the service.</td> 100 <td>Private slot to process an error indication from the service.</td>
98 </tr><tr> 101 </tr><tr>
99 <td><a href="#CodeStyleCheckerDialog.__processResult">__processResult</a></td> 102 <td><a href="#CodeStyleCheckerDialog.__processResult">__processResult</a></td>
100 <td>Private slot called after perfoming a style check on one file.</td> 103 <td>Private slot called after perfoming a style check on one file.</td>
335 <dd> 338 <dd>
336 text to be appended (string) 339 text to be appended (string)
337 </dd><dt><i>fixed</i></dt> 340 </dd><dt><i>fixed</i></dt>
338 <dd> 341 <dd>
339 flag indicating a fixed issue (boolean) 342 flag indicating a fixed issue (boolean)
343 </dd>
344 </dl><a NAME="CodeStyleCheckerDialog.__modifyOptions" ID="CodeStyleCheckerDialog.__modifyOptions"></a>
345 <h4>CodeStyleCheckerDialog.__modifyOptions</h4>
346 <b>__modifyOptions</b>(<i>source</i>)
347 <p>
348 Private method to modify the options based on eflag: entries.
349 </p><p>
350 This method looks for comment lines like '# eflag: noqa = M601'
351 at the end of the source in order to extend the list of excluded
352 messages for one file only.
353 </p><dl>
354 <dt><i>source</i></dt>
355 <dd>
356 source text (list of str or str)
357 </dd>
358 </dl><dl>
359 <dt>Returns:</dt>
360 <dd>
361 list of checker options
340 </dd> 362 </dd>
341 </dl><a NAME="CodeStyleCheckerDialog.__processError" ID="CodeStyleCheckerDialog.__processError"></a> 363 </dl><a NAME="CodeStyleCheckerDialog.__processError" ID="CodeStyleCheckerDialog.__processError"></a>
342 <h4>CodeStyleCheckerDialog.__processError</h4> 364 <h4>CodeStyleCheckerDialog.__processError</h4>
343 <b>__processError</b>(<i>fn, msg</i>) 365 <b>__processError</b>(<i>fn, msg</i>)
344 <p> 366 <p>

eric ide

mercurial