eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py

changeset 8188
bfa6c0969acf
parent 8186
655b658aa7ee
child 8195
db7f2badd374
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py	Thu Apr 01 17:22:48 2021 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py	Thu Apr 01 17:23:35 2021 +0200
@@ -295,6 +295,8 @@
             itm.setIcon(1, UI.PixmapCache.getIcon("docstringError"))
         elif msgCode.startswith("P"):
             itm.setIcon(1, UI.PixmapCache.getIcon("dirClosed"))
+        elif msgCode.startswith("Y"):
+            itm.setIcon(1, UI.PixmapCache.getIcon("filePython"))
         elif msgCode.startswith("S"):
             if "severity" in result:
                 if result["severity"] == "H":

eric ide

mercurial