--- a/Documentation/Source/eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html Fri Mar 11 16:51:57 2011 +0100 @@ -90,7 +90,7 @@ </table> <a NAME="SyntaxCheckerDialog.__init__" ID="SyntaxCheckerDialog.__init__"></a> <h4>SyntaxCheckerDialog (Constructor)</h4> -<b>SyntaxCheckerDialog</b>(<i>parent = None</i>) +<b>SyntaxCheckerDialog</b>(<i>parent=None</i>) <p> Constructor </p><dl> @@ -105,7 +105,7 @@ Private method to clear all error markers of open editors. </p><a NAME="SyntaxCheckerDialog.__createResultItem" ID="SyntaxCheckerDialog.__createResultItem"></a> <h4>SyntaxCheckerDialog.__createResultItem</h4> -<b>__createResultItem</b>(<i>file, line, index, error, sourcecode, isWarning = False</i>) +<b>__createResultItem</b>(<i>file, line, index, error, sourcecode, isWarning=False</i>) <p> Private method to create an entry in the result list. </p><dl> @@ -153,7 +153,7 @@ <h4>SyntaxCheckerDialog.on_resultList_itemActivated</h4> <b>on_resultList_itemActivated</b>(<i>itm, col</i>) <p> - Private slot to handle the activation of an item. + Private slot to handle the activation of an item. </p><dl> <dt><i>itm</i></dt> <dd> @@ -187,7 +187,7 @@ </dd> </dl><a NAME="SyntaxCheckerDialog.start" ID="SyntaxCheckerDialog.start"></a> <h4>SyntaxCheckerDialog.start</h4> -<b>start</b>(<i>fn, codestring = ""</i>) +<b>start</b>(<i>fn, codestring=""</i>) <p> Public slot to start the syntax check. </p><dl>