--- a/Plugins/PluginSyntaxChecker.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Plugins/PluginSyntaxChecker.py Fri Mar 11 16:51:57 2011 +0100 @@ -35,6 +35,7 @@ error = "" + class SyntaxCheckerPlugin(QObject): """ Class implementing the Syntax Checker plugin. @@ -133,7 +134,7 @@ def __projectShowMenu(self, menuName, menu): """ - Private slot called, when the the project menu or a submenu is + Private slot called, when the the project menu or a submenu is about to be shown. @param menuName name of the menu to be shown (string) @@ -146,7 +147,7 @@ def __projectBrowserShowMenu(self, menuName, menu): """ - Private slot called, when the the project browser menu or a submenu is + Private slot called, when the the project browser menu or a submenu is about to be shown. @param menuName name of the menu to be shown (string) @@ -226,7 +227,7 @@ def __editorShowMenu(self, menuName, menu, editor): """ - Private slot called, when the the editor context menu or a submenu is + Private slot called, when the the editor context menu or a submenu is about to be shown. @param menuName name of the menu to be shown (string) @@ -246,5 +247,5 @@ if editor is not None: self.__editorSyntaxCheckerDialog = SyntaxCheckerDialog() self.__editorSyntaxCheckerDialog.show() - self.__editorSyntaxCheckerDialog.start(editor.getFileName(), + self.__editorSyntaxCheckerDialog.start(editor.getFileName(), editor.text())