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

branch
Py2 comp.
changeset 2607
e5115553185a
parent 2387
2d119e79ab54
child 2911
ce77f0b1ee67
equal deleted inserted replaced
2602:affc66a603c7 2607:e5115553185a
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#Pep8Dialog.__clearErrors">__clearErrors</a></td> 63 <td><a href="#Pep8Dialog.__clearErrors">__clearErrors</a></td>
64 <td>Private method to clear all warning markers of open editors.</td> 64 <td>Private method to clear all warning markers of open editors.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#Pep8Dialog.__createErrorItem">__createErrorItem</a></td>
67 <td>Private method to create an entry in the result list.</td>
68 </tr><tr>
66 <td><a href="#Pep8Dialog.__createResultItem">__createResultItem</a></td> 69 <td><a href="#Pep8Dialog.__createResultItem">__createResultItem</a></td>
67 <td>Private method to create an entry in the result list.</td> 70 <td>Private method to create an entry in the result list.</td>
68 </tr><tr> 71 </tr><tr>
69 <td><a href="#Pep8Dialog.__finish">__finish</a></td> 72 <td><a href="#Pep8Dialog.__finish">__finish</a></td>
70 <td>Private slot called when the PEP 8 check finished or the user pressed the cancel button.</td> 73 <td>Private slot called when the PEP 8 check finished or the user pressed the cancel button.</td>
132 </dl><a NAME="Pep8Dialog.__clearErrors" ID="Pep8Dialog.__clearErrors"></a> 135 </dl><a NAME="Pep8Dialog.__clearErrors" ID="Pep8Dialog.__clearErrors"></a>
133 <h4>Pep8Dialog.__clearErrors</h4> 136 <h4>Pep8Dialog.__clearErrors</h4>
134 <b>__clearErrors</b>(<i></i>) 137 <b>__clearErrors</b>(<i></i>)
135 <p> 138 <p>
136 Private method to clear all warning markers of open editors. 139 Private method to clear all warning markers of open editors.
137 </p><a NAME="Pep8Dialog.__createResultItem" ID="Pep8Dialog.__createResultItem"></a> 140 </p><a NAME="Pep8Dialog.__createErrorItem" ID="Pep8Dialog.__createErrorItem"></a>
141 <h4>Pep8Dialog.__createErrorItem</h4>
142 <b>__createErrorItem</b>(<i>file, line, pos, message</i>)
143 <p>
144 Private method to create an entry in the result list.
145 </p><dl>
146 <dt><i>file</i></dt>
147 <dd>
148 file name of the file (string)
149 </dd><dt><i>line</i></dt>
150 <dd>
151 line number of issue (integer or string)
152 </dd><dt><i>pos</i></dt>
153 <dd>
154 character position of issue (integer or string)
155 </dd><dt><i>message</i></dt>
156 <dd>
157 message text (string)
158 </dd><dt><i>fixed</i></dt>
159 <dd>
160 flag indicating a fixed issue (boolean)
161 </dd>
162 </dl><a NAME="Pep8Dialog.__createResultItem" ID="Pep8Dialog.__createResultItem"></a>
138 <h4>Pep8Dialog.__createResultItem</h4> 163 <h4>Pep8Dialog.__createResultItem</h4>
139 <b>__createResultItem</b>(<i>file, line, pos, message, fixed</i>) 164 <b>__createResultItem</b>(<i>file, line, pos, message, fixed</i>)
140 <p> 165 <p>
141 Private method to create an entry in the result list. 166 Private method to create an entry in the result list.
142 </p><dl> 167 </p><dl>

eric ide

mercurial