330 <p> |
330 <p> |
331 Private slot called after perfoming a style check on one file. |
331 Private slot called after perfoming a style check on one file. |
332 </p> |
332 </p> |
333 <dl> |
333 <dl> |
334 |
334 |
335 <dt><i>fn</i></dt> |
335 <dt><i>fn</i> (str)</dt> |
336 <dd> |
336 <dd> |
337 filename of the just checked file (str) |
337 filename of the just checked file |
338 </dd> |
338 </dd> |
339 <dt><i>codeStyleCheckerStats</i></dt> |
339 <dt><i>codeStyleCheckerStats</i> (dict)</dt> |
340 <dd> |
340 <dd> |
341 stats of style and name check (dict) |
341 stats of style and name check |
342 </dd> |
342 </dd> |
343 <dt><i>results</i></dt> |
343 <dt><i>results</i> (dict)</dt> |
344 <dd> |
344 <dd> |
345 tuple for each found violation of style (tuple of |
345 dictionary containing the check result data |
346 lineno (int), position (int), text (str), fixed (bool), |
346 (see CodesStyleChecker.__checkCodeStyle for details) |
347 autofixing (bool), fixedMsg (str)) |
|
348 </dd> |
347 </dd> |
349 </dl> |
348 </dl> |
350 <a NAME="CodeStyleCheckerPlugin.activate" ID="CodeStyleCheckerPlugin.activate"></a> |
349 <a NAME="CodeStyleCheckerPlugin.activate" ID="CodeStyleCheckerPlugin.activate"></a> |
351 <h4>CodeStyleCheckerPlugin.activate</h4> |
350 <h4>CodeStyleCheckerPlugin.activate</h4> |
352 <b>activate</b>(<i></i>) |
351 <b>activate</b>(<i></i>) |