Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html

changeset 2897
45a5370f89a8
parent 2878
61042247f793
child 2929
28ab0bc63d69
diff -r 9fa71ee50b3d -r 45a5370f89a8 Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html
--- a/Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html	Mon Sep 09 19:25:46 2013 +0200
+++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html	Mon Sep 09 19:26:51 2013 +0200
@@ -166,7 +166,7 @@
         Private method to clear all warning markers of open editors.
 </p><a NAME="Pep8Dialog.__createResultItem" ID="Pep8Dialog.__createResultItem"></a>
 <h4>Pep8Dialog.__createResultItem</h4>
-<b>__createResultItem</b>(<i>file, line, pos, message, fixed</i>)
+<b>__createResultItem</b>(<i>file, line, pos, message, fixed, autofixing</i>)
 <p>
         Private method to create an entry in the result list.
 </p><dl>
@@ -185,6 +185,15 @@
 </dd><dt><i>fixed</i></dt>
 <dd>
 flag indicating a fixed issue (boolean)
+</dd><dt><i>autofixing</i></dt>
+<dd>
+flag indicating, that we are fixing issues
+            automatically (boolean)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+reference to the created item (QTreeWidgetItem)
 </dd>
 </dl><a NAME="Pep8Dialog.__finish" ID="Pep8Dialog.__finish"></a>
 <h4>Pep8Dialog.__finish</h4>
@@ -219,7 +228,7 @@
 </dd>
 </dl><a NAME="Pep8Dialog.__modifyFixedResultItem" ID="Pep8Dialog.__modifyFixedResultItem"></a>
 <h4>Pep8Dialog.__modifyFixedResultItem</h4>
-<b>__modifyFixedResultItem</b>(<i>itm, text</i>)
+<b>__modifyFixedResultItem</b>(<i>itm, text, fixed</i>)
 <p>
         Private method to modify a result list entry to show its
         positive fixed state.
@@ -230,6 +239,9 @@
 </dd><dt><i>text</i></dt>
 <dd>
 text to be appended (string)
+</dd><dt><i>fixed</i></dt>
+<dd>
+flag indicating a fixed issue (boolean)
 </dd>
 </dl><a NAME="Pep8Dialog.__resetStatistics" ID="Pep8Dialog.__resetStatistics"></a>
 <h4>Pep8Dialog.__resetStatistics</h4>

eric ide

mercurial