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

changeset 7989
a21d673a8f99
parent 7756
c23a94f7e2e5
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
87 <dd> 87 <dd>
88 string containing the code to check 88 string containing the code to check
89 </dd> 89 </dd>
90 </dl> 90 </dl>
91 <dl> 91 <dl>
92 <dt>Returns:</dt> 92 <dt>Return:</dt>
93 <dd> 93 <dd>
94 dictionary with the keys 'error' and 'warnings' which 94 dictionary with the keys 'error' and 'warnings' which
95 hold a list containing details about the error/ warnings 95 hold a list containing details about the error/ warnings
96 (file name, line number, column, codestring (only at syntax 96 (file name, line number, column, codestring (only at syntax
97 errors), the message, a list with arguments for the message) 97 errors), the message, a list with arguments for the message)
112 112
113 <p> 113 <p>
114 Initialize the batch service and return the entry point. 114 Initialize the batch service and return the entry point.
115 </p> 115 </p>
116 <dl> 116 <dl>
117 <dt>Returns:</dt> 117 <dt>Return:</dt>
118 <dd> 118 <dd>
119 the entry point for the background client 119 the entry point for the background client
120 </dd> 120 </dd>
121 </dl> 121 </dl>
122 <dl> 122 <dl>
134 134
135 <p> 135 <p>
136 Initialize the service and return the entry point. 136 Initialize the service and return the entry point.
137 </p> 137 </p>
138 <dl> 138 <dl>
139 <dt>Returns:</dt> 139 <dt>Return:</dt>
140 <dd> 140 <dd>
141 the entry point for the background client 141 the entry point for the background client
142 </dd> 142 </dd>
143 </dl> 143 </dl>
144 <dl> 144 <dl>
163 <dd> 163 <dd>
164 code to be normalized 164 code to be normalized
165 </dd> 165 </dd>
166 </dl> 166 </dl>
167 <dl> 167 <dl>
168 <dt>Returns:</dt> 168 <dt>Return:</dt>
169 <dd> 169 <dd>
170 normalized code 170 normalized code
171 </dd> 171 </dd>
172 </dl> 172 </dl>
173 <dl> 173 <dl>
229 <dd> 229 <dd>
230 string containing the code to check 230 string containing the code to check
231 </dd> 231 </dd>
232 </dl> 232 </dl>
233 <dl> 233 <dl>
234 <dt>Returns:</dt> 234 <dt>Return:</dt>
235 <dd> 235 <dd>
236 dictionary with the keys 'error' and 'warnings' which 236 dictionary with the keys 'error' and 'warnings' which
237 hold a list containing details about the error/ warnings 237 hold a list containing details about the error/ warnings
238 (file name, line number, column, codestring (only at syntax 238 (file name, line number, column, codestring (only at syntax
239 errors), the message, a list with arguments for the message) 239 errors), the message, a list with arguments for the message)

eric ide

mercurial