diff -r 257a6f80b96c -r ec7dd115e26b Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html --- a/Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html Mon Jan 17 11:51:33 2011 +0100 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html Mon Jan 17 20:15:54 2011 +0100 @@ -63,13 +63,17 @@ </table> <a NAME="Pep8CodeSelectionDialog.__init__" ID="Pep8CodeSelectionDialog.__init__"></a> <h4>Pep8CodeSelectionDialog (Constructor)</h4> -<b>Pep8CodeSelectionDialog</b>(<i>codes, parent = None</i>) +<b>Pep8CodeSelectionDialog</b>(<i>codes, showFixCodes, parent = None</i>) <p> Constructor </p><dl> <dt><i>codes</i></dt> <dd> comma separated list of selected codes (string) +</dd><dt><i>showFixCodes</i></dt> +<dd> +flag indicating to show a list of fixable + issues (boolean) </dd><dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget)