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

changeset 853
ec7dd115e26b
parent 847
cc18fbcde9fc
child 855
d8c4113a9274
equal deleted inserted replaced
852:257a6f80b96c 853:ec7dd115e26b
79 <td>Private slot called by a button of the button box clicked.</td> 79 <td>Private slot called by a button of the button box clicked.</td>
80 </tr><tr> 80 </tr><tr>
81 <td><a href="#Pep8Dialog.on_excludeMessagesSelectButton_clicked">on_excludeMessagesSelectButton_clicked</a></td> 81 <td><a href="#Pep8Dialog.on_excludeMessagesSelectButton_clicked">on_excludeMessagesSelectButton_clicked</a></td>
82 <td>Private slot to select the message codes to be excluded via a selection dialog.</td> 82 <td>Private slot to select the message codes to be excluded via a selection dialog.</td>
83 </tr><tr> 83 </tr><tr>
84 <td><a href="#Pep8Dialog.on_fixIssuesSelectButton_clicked">on_fixIssuesSelectButton_clicked</a></td>
85 <td>Private slot to select the issue codes to be fixed via a selection dialog.</td>
86 </tr><tr>
84 <td><a href="#Pep8Dialog.on_includeMessagesSelectButton_clicked">on_includeMessagesSelectButton_clicked</a></td> 87 <td><a href="#Pep8Dialog.on_includeMessagesSelectButton_clicked">on_includeMessagesSelectButton_clicked</a></td>
85 <td>Private slot to select the message codes to be included via a selection dialog.</td> 88 <td>Private slot to select the message codes to be included via a selection dialog.</td>
86 </tr><tr> 89 </tr><tr>
87 <td><a href="#Pep8Dialog.on_loadDefaultButton_clicked">on_loadDefaultButton_clicked</a></td> 90 <td><a href="#Pep8Dialog.on_loadDefaultButton_clicked">on_loadDefaultButton_clicked</a></td>
88 <td>Private slot to load the default configuration values.</td> 91 <td>Private slot to load the default configuration values.</td>
124 <b>__clearErrors</b>(<i></i>) 127 <b>__clearErrors</b>(<i></i>)
125 <p> 128 <p>
126 Private method to clear all warning markers of open editors. 129 Private method to clear all warning markers of open editors.
127 </p><a NAME="Pep8Dialog.__createResultItem" ID="Pep8Dialog.__createResultItem"></a> 130 </p><a NAME="Pep8Dialog.__createResultItem" ID="Pep8Dialog.__createResultItem"></a>
128 <h4>Pep8Dialog.__createResultItem</h4> 131 <h4>Pep8Dialog.__createResultItem</h4>
129 <b>__createResultItem</b>(<i>file, line, pos, message</i>) 132 <b>__createResultItem</b>(<i>file, line, pos, message, fixed</i>)
130 <p> 133 <p>
131 Private method to create an entry in the result list. 134 Private method to create an entry in the result list.
132 </p><dl> 135 </p><dl>
133 <dt><i>file</i></dt> 136 <dt><i>file</i></dt>
134 <dd> 137 <dd>
140 <dd> 143 <dd>
141 character position of issue (integer or string) 144 character position of issue (integer or string)
142 </dd><dt><i>message</i></dt> 145 </dd><dt><i>message</i></dt>
143 <dd> 146 <dd>
144 message text (string) 147 message text (string)
148 </dd><dt><i>fixed</i></dt>
149 <dd>
150 flag indicating a fixed issue (boolean)
145 </dd> 151 </dd>
146 </dl><a NAME="Pep8Dialog.__finish" ID="Pep8Dialog.__finish"></a> 152 </dl><a NAME="Pep8Dialog.__finish" ID="Pep8Dialog.__finish"></a>
147 <h4>Pep8Dialog.__finish</h4> 153 <h4>Pep8Dialog.__finish</h4>
148 <b>__finish</b>(<i></i>) 154 <b>__finish</b>(<i></i>)
149 <p> 155 <p>
184 <h4>Pep8Dialog.on_excludeMessagesSelectButton_clicked</h4> 190 <h4>Pep8Dialog.on_excludeMessagesSelectButton_clicked</h4>
185 <b>on_excludeMessagesSelectButton_clicked</b>(<i></i>) 191 <b>on_excludeMessagesSelectButton_clicked</b>(<i></i>)
186 <p> 192 <p>
187 Private slot to select the message codes to be excluded via a 193 Private slot to select the message codes to be excluded via a
188 selection dialog. 194 selection dialog.
195 </p><a NAME="Pep8Dialog.on_fixIssuesSelectButton_clicked" ID="Pep8Dialog.on_fixIssuesSelectButton_clicked"></a>
196 <h4>Pep8Dialog.on_fixIssuesSelectButton_clicked</h4>
197 <b>on_fixIssuesSelectButton_clicked</b>(<i></i>)
198 <p>
199 Private slot to select the issue codes to be fixed via a
200 selection dialog.
189 </p><a NAME="Pep8Dialog.on_includeMessagesSelectButton_clicked" ID="Pep8Dialog.on_includeMessagesSelectButton_clicked"></a> 201 </p><a NAME="Pep8Dialog.on_includeMessagesSelectButton_clicked" ID="Pep8Dialog.on_includeMessagesSelectButton_clicked"></a>
190 <h4>Pep8Dialog.on_includeMessagesSelectButton_clicked</h4> 202 <h4>Pep8Dialog.on_includeMessagesSelectButton_clicked</h4>
191 <b>on_includeMessagesSelectButton_clicked</b>(<i></i>) 203 <b>on_includeMessagesSelectButton_clicked</b>(<i></i>)
192 <p> 204 <p>
193 Private slot to select the message codes to be included via a 205 Private slot to select the message codes to be included via a
244 <dd> 256 <dd>
245 reference to the project object (Project) 257 reference to the project object (Project)
246 </dd> 258 </dd>
247 </dl><a NAME="Pep8Dialog.start" ID="Pep8Dialog.start"></a> 259 </dl><a NAME="Pep8Dialog.start" ID="Pep8Dialog.start"></a>
248 <h4>Pep8Dialog.start</h4> 260 <h4>Pep8Dialog.start</h4>
249 <b>start</b>(<i>fn, codestring = "", save = False, repeat = None</i>) 261 <b>start</b>(<i>fn, save = False, repeat = None</i>)
250 <p> 262 <p>
251 Public slot to start the PEP 8 check. 263 Public slot to start the PEP 8 check.
252 </p><dl> 264 </p><dl>
253 <dt><i>fn</i></dt> 265 <dt><i>fn</i></dt>
254 <dd> 266 <dd>
255 file or list of files or directory to be checked 267 file or list of files or directory to be checked
256 (string or list of strings) 268 (string or list of strings)
257 </dd><dt><i>codestring=</i></dt>
258 <dd>
259 string containing the code to be checked (string).
260 If this is given, file must be a single file name.
261 </dd><dt><i>save=</i></dt> 269 </dd><dt><i>save=</i></dt>
262 <dd> 270 <dd>
263 flag indicating to save the given 271 flag indicating to save the given
264 file/file list/directory (boolean) 272 file/file list/directory (boolean)
265 </dd><dt><i>repeat=</i></dt> 273 </dd><dt><i>repeat=</i></dt>

eric ide

mercurial