86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#SyntaxCheckerPlugin.__projectShowMenu">__projectShowMenu</a></td> |
87 <td><a href="#SyntaxCheckerPlugin.__projectShowMenu">__projectShowMenu</a></td> |
88 <td>Private slot called, when the the project menu or a submenu is about to be shown.</td> |
88 <td>Private slot called, when the the project menu or a submenu is about to be shown.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#SyntaxCheckerPlugin.__projectSyntaxCheck">__projectSyntaxCheck</a></td> |
90 <td><a href="#SyntaxCheckerPlugin.__projectSyntaxCheck">__projectSyntaxCheck</a></td> |
91 <td>Public slot used to check the project files for syntax errors.</td> |
91 <td>Private slot used to check the project files for syntax errors.</td> |
92 </tr><tr> |
92 </tr><tr> |
93 <td><a href="#SyntaxCheckerPlugin.__serviceError">__serviceError</a></td> |
93 <td><a href="#SyntaxCheckerPlugin.__serviceError">__serviceError</a></td> |
94 <td>Private slot handling service errors.</td> |
94 <td>Private slot handling service errors.</td> |
95 </tr><tr> |
95 </tr><tr> |
96 <td><a href="#SyntaxCheckerPlugin.__translateSyntaxCheck">__translateSyntaxCheck</a></td> |
96 <td><a href="#SyntaxCheckerPlugin.__translateSyntaxCheck">__translateSyntaxCheck</a></td> |
97 <td>Slot to translate the resulting messages.</td> |
97 <td>Private slot to translate the resulting messages.</td> |
98 </tr><tr> |
98 </tr><tr> |
99 <td><a href="#SyntaxCheckerPlugin.activate">activate</a></td> |
99 <td><a href="#SyntaxCheckerPlugin.activate">activate</a></td> |
100 <td>Public method to activate this plugin.</td> |
100 <td>Public method to activate this plugin.</td> |
101 </tr><tr> |
101 </tr><tr> |
102 <td><a href="#SyntaxCheckerPlugin.deactivate">deactivate</a></td> |
102 <td><a href="#SyntaxCheckerPlugin.deactivate">deactivate</a></td> |
220 </dd> |
220 </dd> |
221 </dl><a NAME="SyntaxCheckerPlugin.__projectSyntaxCheck" ID="SyntaxCheckerPlugin.__projectSyntaxCheck"></a> |
221 </dl><a NAME="SyntaxCheckerPlugin.__projectSyntaxCheck" ID="SyntaxCheckerPlugin.__projectSyntaxCheck"></a> |
222 <h4>SyntaxCheckerPlugin.__projectSyntaxCheck</h4> |
222 <h4>SyntaxCheckerPlugin.__projectSyntaxCheck</h4> |
223 <b>__projectSyntaxCheck</b>(<i></i>) |
223 <b>__projectSyntaxCheck</b>(<i></i>) |
224 <p> |
224 <p> |
225 Public slot used to check the project files for syntax errors. |
225 Private slot used to check the project files for syntax errors. |
226 </p><a NAME="SyntaxCheckerPlugin.__serviceError" ID="SyntaxCheckerPlugin.__serviceError"></a> |
226 </p><a NAME="SyntaxCheckerPlugin.__serviceError" ID="SyntaxCheckerPlugin.__serviceError"></a> |
227 <h4>SyntaxCheckerPlugin.__serviceError</h4> |
227 <h4>SyntaxCheckerPlugin.__serviceError</h4> |
228 <b>__serviceError</b>(<i>fn, msg</i>) |
228 <b>__serviceError</b>(<i>fn, msg</i>) |
229 <p> |
229 <p> |
230 Private slot handling service errors. |
230 Private slot handling service errors. |
238 </dd> |
238 </dd> |
239 </dl><a NAME="SyntaxCheckerPlugin.__translateSyntaxCheck" ID="SyntaxCheckerPlugin.__translateSyntaxCheck"></a> |
239 </dl><a NAME="SyntaxCheckerPlugin.__translateSyntaxCheck" ID="SyntaxCheckerPlugin.__translateSyntaxCheck"></a> |
240 <h4>SyntaxCheckerPlugin.__translateSyntaxCheck</h4> |
240 <h4>SyntaxCheckerPlugin.__translateSyntaxCheck</h4> |
241 <b>__translateSyntaxCheck</b>(<i>fn, problems</i>) |
241 <b>__translateSyntaxCheck</b>(<i>fn, problems</i>) |
242 <p> |
242 <p> |
243 Slot to translate the resulting messages. |
243 Private slot to translate the resulting messages. |
244 </p><p> |
244 </p><p> |
245 If checkFlakes is True, warnings contains a list of strings containing |
245 If checkFlakes is True, warnings contains a list of strings containing |
246 the warnings (marker, file name, line number, message) |
246 the warnings (marker, file name, line number, message) |
247 The values are only valid, if nok is False. |
247 The values are only valid, if nok is False. |
248 </p><dl> |
248 </p><dl> |