Sat, 30 Jan 2010 18:43:09 +0000
Added code to show the full pathname in the tooltip to the syntax checker dialog.
Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py | file | annotate | diff | comparison | revisions |
--- a/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py Sat Jan 30 18:37:18 2010 +0000 +++ b/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py Sat Jan 30 18:43:09 2010 +0000 @@ -77,6 +77,7 @@ itm.setIcon(0, UI.PixmapCache.getIcon("warning.png")) else: itm.setIcon(0, UI.PixmapCache.getIcon("syntaxError.png")) + itm.setToolTip(0, file) itm.setData(0, self.filenameRole, file) itm.setData(0, self.warningRole, isWarning)