eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py

changeset 8195
db7f2badd374
parent 8188
bfa6c0969acf
child 8199
f6db89b067e7
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py	Sat Apr 03 10:44:07 2021 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py	Sat Apr 03 14:51:08 2021 +0200
@@ -38,6 +38,7 @@
     basestring = str    # define for Python3
 
 
+# TODO: add a code filter to the results page
 class CodeStyleCheckerDialog(QDialog, Ui_CodeStyleCheckerDialog):
     """
     Class implementing a dialog to show the results of the code style check.

eric ide

mercurial