~mcfletch/eric/update-to-4.5.13

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric4.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html

Tags: 4.5.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        Private method to clear all error markers of open editors.
108
108
</p><a NAME="SyntaxCheckerDialog.__createResultItem" ID="SyntaxCheckerDialog.__createResultItem"></a>
109
109
<h4>SyntaxCheckerDialog.__createResultItem</h4>
110
 
<b>__createResultItem</b>(<i>file, line, error, sourcecode</i>)
 
110
<b>__createResultItem</b>(<i>file, line, index, error, sourcecode</i>)
111
111
<p>
112
112
        Private method to create an entry in the result list.
113
113
</p><dl>
114
114
<dt><i>file</i></dt>
115
115
<dd>
116
 
filename of file (string or QString)
 
116
file name of file (string or QString)
117
117
</dd><dt><i>line</i></dt>
118
118
<dd>
119
 
linenumber of faulty source (integer or string)
 
119
line number of faulty source (integer or string)
 
120
</dd><dt><i>index</i></dt>
 
121
<dd>
 
122
index number of fault (integer)
120
123
</dd><dt><i>error</i></dt>
121
124
<dd>
122
125
error text (string or QString)