src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerUtilities.py

branch
eric7
changeset 10362
cfa7034cccf6
parent 10046
35b27af462ef
child 10439
21c28b0f9e41
equal deleted inserted replaced
10361:e6ff9a4f6ee5 10362:cfa7034cccf6
38 itm.setIcon(column, EricPixmapCache.getIcon("namingError")) 38 itm.setIcon(column, EricPixmapCache.getIcon("namingError"))
39 elif messageCategory == "D": 39 elif messageCategory == "D":
40 itm.setIcon(column, EricPixmapCache.getIcon("docstringError")) 40 itm.setIcon(column, EricPixmapCache.getIcon("docstringError"))
41 elif messageCategory == "I": 41 elif messageCategory == "I":
42 itm.setIcon(column, EricPixmapCache.getIcon("imports")) 42 itm.setIcon(column, EricPixmapCache.getIcon("imports"))
43 elif messageCategory == "L":
44 itm.setIcon(column, EricPixmapCache.getIcon("logViewer"))
43 elif messageCategory == "NO": 45 elif messageCategory == "NO":
44 itm.setIcon(column, EricPixmapCache.getIcon("nameOrderError")) 46 itm.setIcon(column, EricPixmapCache.getIcon("nameOrderError"))
45 elif messageCategory == "P": 47 elif messageCategory == "P":
46 itm.setIcon(column, EricPixmapCache.getIcon("dirClosed")) 48 itm.setIcon(column, EricPixmapCache.getIcon("dirClosed"))
47 elif messageCategory == "Y": 49 elif messageCategory == "Y":

eric ide

mercurial