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

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
child 8215
fc5d68a6889e
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
90 </dd> 90 </dd>
91 <dt><i>codestring</i></dt> 91 <dt><i>codestring</i></dt>
92 <dd> 92 <dd>
93 string containing the code to compile (string) 93 string containing the code to compile (string)
94 </dd> 94 </dd>
95 <dt><i>checkFlakes=</i></dt> 95 <dt><i>checkFlakes</i></dt>
96 <dd> 96 <dd>
97 flag indicating to do a pyflakes check (boolean) 97 flag indicating to do a pyflakes check (boolean)
98 </dd> 98 </dd>
99 <dt><i>ignoreStarImportWarnings=</i></dt> 99 <dt><i>ignoreStarImportWarnings</i></dt>
100 <dd> 100 <dd>
101 flag indicating to 101 flag indicating to
102 ignore 'star import' warnings (boolean) 102 ignore 'star import' warnings (boolean)
103 </dd> 103 </dd>
104 </dl> 104 </dl>
105 <dl> 105 <dl>
106 <dt>Returns:</dt> 106 <dt>Return:</dt>
107 <dd> 107 <dd>
108 dictionary with the keys 'error' and 'warnings' which 108 dictionary with the keys 'error' and 'warnings' which
109 hold a list containing details about the error/ warnings 109 hold a list containing details about the error/ warnings
110 (file name, line number, column, codestring (only at syntax 110 (file name, line number, column, codestring (only at syntax
111 errors), the message, a list with arguments for the message) 111 errors), the message, a list with arguments for the message)
126 126
127 <dt><i>line</i></dt> 127 <dt><i>line</i></dt>
128 <dd> 128 <dd>
129 line to extract flags from (string) 129 line to extract flags from (string)
130 </dd> 130 </dd>
131 <dt><i>startComment=</i></dt> 131 <dt><i>startComment</i></dt>
132 <dd> 132 <dd>
133 string identifying the start of the comment (string) 133 string identifying the start of the comment (string)
134 </dd> 134 </dd>
135 <dt><i>endComment=</i></dt> 135 <dt><i>endComment</i></dt>
136 <dd> 136 <dd>
137 string identifying the end of a comment (string) 137 string identifying the end of a comment (string)
138 </dd> 138 </dd>
139 <dt><i>flagsLine=</i></dt> 139 <dt><i>flagsLine</i></dt>
140 <dd> 140 <dd>
141 flag indicating to check for a flags only line (bool) 141 flag indicating to check for a flags only line (bool)
142 </dd> 142 </dd>
143 </dl> 143 </dl>
144 <dl> 144 <dl>
145 <dt>Returns:</dt> 145 <dt>Return:</dt>
146 <dd> 146 <dd>
147 list containing the extracted flags (list of strings) 147 list containing the extracted flags (list of strings)
148 </dd> 148 </dd>
149 </dl> 149 </dl>
150 <div align="right"><a href="#top">Up</a></div> 150 <div align="right"><a href="#top">Up</a></div>
156 156
157 <p> 157 <p>
158 Initialize the batch service and return the entry point. 158 Initialize the batch service and return the entry point.
159 </p> 159 </p>
160 <dl> 160 <dl>
161 <dt>Returns:</dt> 161 <dt>Return:</dt>
162 <dd> 162 <dd>
163 the entry point for the background client (function) 163 the entry point for the background client (function)
164 </dd> 164 </dd>
165 </dl> 165 </dl>
166 <div align="right"><a href="#top">Up</a></div> 166 <div align="right"><a href="#top">Up</a></div>
172 172
173 <p> 173 <p>
174 Initialize the service and return the entry point. 174 Initialize the service and return the entry point.
175 </p> 175 </p>
176 <dl> 176 <dl>
177 <dt>Returns:</dt> 177 <dt>Return:</dt>
178 <dd> 178 <dd>
179 the entry point for the background client (function) 179 the entry point for the background client (function)
180 </dd> 180 </dd>
181 </dl> 181 </dl>
182 <div align="right"><a href="#top">Up</a></div> 182 <div align="right"><a href="#top">Up</a></div>
195 <dd> 195 <dd>
196 code to be normalized (string) 196 code to be normalized (string)
197 </dd> 197 </dd>
198 </dl> 198 </dl>
199 <dl> 199 <dl>
200 <dt>Returns:</dt> 200 <dt>Return:</dt>
201 <dd> 201 <dd>
202 normalized code (string) 202 normalized code (string)
203 </dd> 203 </dd>
204 </dl> 204 </dl>
205 <div align="right"><a href="#top">Up</a></div> 205 <div align="right"><a href="#top">Up</a></div>
255 </dd> 255 </dd>
256 <dt><i>codestring</i></dt> 256 <dt><i>codestring</i></dt>
257 <dd> 257 <dd>
258 string containing the code to compile (string) 258 string containing the code to compile (string)
259 </dd> 259 </dd>
260 <dt><i>checkFlakes=</i></dt> 260 <dt><i>checkFlakes</i></dt>
261 <dd> 261 <dd>
262 flag indicating to do a pyflakes check (boolean) 262 flag indicating to do a pyflakes check (boolean)
263 </dd> 263 </dd>
264 <dt><i>ignoreStarImportWarnings=</i></dt> 264 <dt><i>ignoreStarImportWarnings</i></dt>
265 <dd> 265 <dd>
266 flag indicating to 266 flag indicating to
267 ignore 'star import' warnings (boolean) 267 ignore 'star import' warnings (boolean)
268 </dd> 268 </dd>
269 </dl> 269 </dl>
270 <dl> 270 <dl>
271 <dt>Returns:</dt> 271 <dt>Return:</dt>
272 <dd> 272 <dd>
273 dictionary with the keys 'error' and 'warnings' which 273 dictionary with the keys 'error' and 'warnings' which
274 hold a list containing details about the error/ warnings 274 hold a list containing details about the error/ warnings
275 (file name, line number, column, codestring (only at syntax 275 (file name, line number, column, codestring (only at syntax
276 errors), the message, a list with arguments for the message) 276 errors), the message, a list with arguments for the message)

eric ide

mercurial