eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py

changeset 8186
655b658aa7ee
parent 8166
bd5cd5858503
child 8188
bfa6c0969acf
equal deleted inserted replaced
8185:c9acf46b54ce 8186:655b658aa7ee
89 "CheckerCategories", 89 "CheckerCategories",
90 "Security"), 90 "Security"),
91 "W": QCoreApplication.translate( 91 "W": QCoreApplication.translate(
92 "CheckerCategories", 92 "CheckerCategories",
93 "Warnings"), 93 "Warnings"),
94 "Y": QCoreApplication.translate(
95 "CheckerCategories",
96 "Simplify Code"),
94 } 97 }
95 98
96 noResults = 0 99 noResults = 0
97 noFiles = 1 100 noFiles = 1
98 hasResults = 2 101 hasResults = 2

eric ide

mercurial