src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html

branch
eric7
changeset 10341
3fdffd9cc21d
parent 10304
ff7d3d6b952d
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html	Fri Nov 24 14:59:26 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html	Sat Nov 25 18:19:21 2023 +0100
@@ -368,12 +368,14 @@
 <dd>
 filename of the checked file
 </dd>
-<dt><i>problems</i> (dict)</dt>
+<dt><i>problems</i> (list of dict)</dt>
 <dd>
-dictionary with the keys 'error', 'py_warnings' and
-            'warnings' which hold a list containing details about the error or
-            warnings (file name, line number, column, codestring (only at syntax
-            errors), message)
+list of dictionaries with the keys 'error', 'py_warnings' and
+            'warnings' which contain a tuple with details about the syntax error or a
+            list of tuples with details about Python warnings and PyFlakes warnings.
+            Each tuple contains the file name, line number, column, code string (only
+            for syntax errors), the message and an optional list with arguments for
+            the message.
 </dd>
 </dl>
 <a NAME="SyntaxCheckerDialog.__resetStatistics" ID="SyntaxCheckerDialog.__resetStatistics"></a>

eric ide

mercurial