Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html

changeset 4503
d68dcbe1deb3
parent 4232
8349fd3f8802
equal deleted inserted replaced
4502:76f2b46437a6 4503:d68dcbe1deb3
64 <td>Private slot handling the completion of a batch job.</td> 64 <td>Private slot handling the completion of a batch job.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#SyntaxCheckerDialog.__clearErrors">__clearErrors</a></td> 66 <td><a href="#SyntaxCheckerDialog.__clearErrors">__clearErrors</a></td>
67 <td>Private method to clear all error and warning markers of open editors to be checked.</td> 67 <td>Private method to clear all error and warning markers of open editors to be checked.</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#SyntaxCheckerDialog.__createErrorItem">__createErrorItem</a></td>
70 <td>Private slot to create a new error item in the result list.</td>
71 </tr><tr>
69 <td><a href="#SyntaxCheckerDialog.__createResultItem">__createResultItem</a></td> 72 <td><a href="#SyntaxCheckerDialog.__createResultItem">__createResultItem</a></td>
70 <td>Private method to create an entry in the result list.</td> 73 <td>Private method to create an entry in the result list.</td>
71 </tr><tr> 74 </tr><tr>
72 <td><a href="#SyntaxCheckerDialog.__finish">__finish</a></td> 75 <td><a href="#SyntaxCheckerDialog.__finish">__finish</a></td>
73 <td>Private slot called when the syntax check finished or the user pressed the button.</td> 76 <td>Private slot called when the syntax check finished or the user pressed the button.</td>
77 </tr><tr>
78 <td><a href="#SyntaxCheckerDialog.__processError">__processError</a></td>
79 <td>Private slot to process an error indication from the service.</td>
74 </tr><tr> 80 </tr><tr>
75 <td><a href="#SyntaxCheckerDialog.__processResult">__processResult</a></td> 81 <td><a href="#SyntaxCheckerDialog.__processResult">__processResult</a></td>
76 <td>Private slot to display the reported messages.</td> 82 <td>Private slot to display the reported messages.</td>
77 </tr><tr> 83 </tr><tr>
78 <td><a href="#SyntaxCheckerDialog.__resort">__resort</a></td> 84 <td><a href="#SyntaxCheckerDialog.__resort">__resort</a></td>
131 </p><dl> 137 </p><dl>
132 <dt><i>files</i></dt> 138 <dt><i>files</i></dt>
133 <dd> 139 <dd>
134 list of files to be checked (list of string) 140 list of files to be checked (list of string)
135 </dd> 141 </dd>
142 </dl><a NAME="SyntaxCheckerDialog.__createErrorItem" ID="SyntaxCheckerDialog.__createErrorItem"></a>
143 <h4>SyntaxCheckerDialog.__createErrorItem</h4>
144 <b>__createErrorItem</b>(<i>filename, message</i>)
145 <p>
146 Private slot to create a new error item in the result list.
147 </p><dl>
148 <dt><i>filename</i> (str)</dt>
149 <dd>
150 name of the file
151 </dd><dt><i>message</i> (str)</dt>
152 <dd>
153 error message
154 </dd>
136 </dl><a NAME="SyntaxCheckerDialog.__createResultItem" ID="SyntaxCheckerDialog.__createResultItem"></a> 155 </dl><a NAME="SyntaxCheckerDialog.__createResultItem" ID="SyntaxCheckerDialog.__createResultItem"></a>
137 <h4>SyntaxCheckerDialog.__createResultItem</h4> 156 <h4>SyntaxCheckerDialog.__createResultItem</h4>
138 <b>__createResultItem</b>(<i>file, line, index, error, sourcecode, isWarning=False</i>) 157 <b>__createResultItem</b>(<i>filename, line, index, error, sourcecode, isWarning=False</i>)
139 <p> 158 <p>
140 Private method to create an entry in the result list. 159 Private method to create an entry in the result list.
141 </p><dl> 160 </p><dl>
142 <dt><i>file</i></dt> 161 <dt><i>filename</i></dt>
143 <dd> 162 <dd>
144 file name of file (string) 163 file name of file (string)
145 </dd><dt><i>line</i></dt> 164 </dd><dt><i>line</i></dt>
146 <dd> 165 <dd>
147 line number of faulty source (integer or string) 166 line number of faulty source (integer or string)
162 <h4>SyntaxCheckerDialog.__finish</h4> 181 <h4>SyntaxCheckerDialog.__finish</h4>
163 <b>__finish</b>(<i></i>) 182 <b>__finish</b>(<i></i>)
164 <p> 183 <p>
165 Private slot called when the syntax check finished or the user 184 Private slot called when the syntax check finished or the user
166 pressed the button. 185 pressed the button.
167 </p><a NAME="SyntaxCheckerDialog.__processResult" ID="SyntaxCheckerDialog.__processResult"></a> 186 </p><a NAME="SyntaxCheckerDialog.__processError" ID="SyntaxCheckerDialog.__processError"></a>
187 <h4>SyntaxCheckerDialog.__processError</h4>
188 <b>__processError</b>(<i>fn, msg</i>)
189 <p>
190 Private slot to process an error indication from the service.
191 </p><dl>
192 <dt><i>fn</i> (str)</dt>
193 <dd>
194 filename of the file
195 </dd><dt><i>msg</i> (str)</dt>
196 <dd>
197 error message
198 </dd>
199 </dl><a NAME="SyntaxCheckerDialog.__processResult" ID="SyntaxCheckerDialog.__processResult"></a>
168 <h4>SyntaxCheckerDialog.__processResult</h4> 200 <h4>SyntaxCheckerDialog.__processResult</h4>
169 <b>__processResult</b>(<i>fn, problems</i>) 201 <b>__processResult</b>(<i>fn, problems</i>)
170 <p> 202 <p>
171 Private slot to display the reported messages. 203 Private slot to display the reported messages.
172 </p><dl> 204 </p><dl>

eric ide

mercurial