Added code to show the full pathname in the tooltip to the syntax checker dialog.

Sat, 30 Jan 2010 18:43:09 +0000

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 30 Jan 2010 18:43:09 +0000
changeset 89
5328bc217a3c
parent 88
3701923bccf2
child 90
6de42151f9e6

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)
         

eric ide

mercurial