59 <tr> |
59 <tr> |
60 <td><a href="#SyntaxCheckerDialog.__init__">SyntaxCheckerDialog</a></td> |
60 <td><a href="#SyntaxCheckerDialog.__init__">SyntaxCheckerDialog</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#SyntaxCheckerDialog.__clearErrors">__clearErrors</a></td> |
63 <td><a href="#SyntaxCheckerDialog.__clearErrors">__clearErrors</a></td> |
64 <td>Private method to clear all error markers of open editors.</td> |
64 <td>Private method to clear all error and warning markers of open editors to be checked.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#SyntaxCheckerDialog.__createResultItem">__createResultItem</a></td> |
66 <td><a href="#SyntaxCheckerDialog.__createResultItem">__createResultItem</a></td> |
67 <td>Private method to create an entry in the result list.</td> |
67 <td>Private method to create an entry in the result list.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#SyntaxCheckerDialog.__finish">__finish</a></td> |
69 <td><a href="#SyntaxCheckerDialog.__finish">__finish</a></td> |
105 <dd> |
105 <dd> |
106 The parent widget. (QWidget) |
106 The parent widget. (QWidget) |
107 </dd> |
107 </dd> |
108 </dl><a NAME="SyntaxCheckerDialog.__clearErrors" ID="SyntaxCheckerDialog.__clearErrors"></a> |
108 </dl><a NAME="SyntaxCheckerDialog.__clearErrors" ID="SyntaxCheckerDialog.__clearErrors"></a> |
109 <h4>SyntaxCheckerDialog.__clearErrors</h4> |
109 <h4>SyntaxCheckerDialog.__clearErrors</h4> |
110 <b>__clearErrors</b>(<i></i>) |
110 <b>__clearErrors</b>(<i>files</i>) |
111 <p> |
111 <p> |
112 Private method to clear all error markers of open editors. |
112 Private method to clear all error and warning markers of |
113 </p><a NAME="SyntaxCheckerDialog.__createResultItem" ID="SyntaxCheckerDialog.__createResultItem"></a> |
113 open editors to be checked. |
|
114 </p><dl> |
|
115 <dt><i>files</i></dt> |
|
116 <dd> |
|
117 list of files to be checked (list of string) |
|
118 </dd> |
|
119 </dl><a NAME="SyntaxCheckerDialog.__createResultItem" ID="SyntaxCheckerDialog.__createResultItem"></a> |
114 <h4>SyntaxCheckerDialog.__createResultItem</h4> |
120 <h4>SyntaxCheckerDialog.__createResultItem</h4> |
115 <b>__createResultItem</b>(<i>file, line, index, error, sourcecode, isWarning=False</i>) |
121 <b>__createResultItem</b>(<i>file, line, index, error, sourcecode, isWarning=False</i>) |
116 <p> |
122 <p> |
117 Private method to create an entry in the result list. |
123 Private method to create an entry in the result list. |
118 </p><dl> |
124 </p><dl> |