Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py

changeset 4501
3224f20d8eb0
parent 4500
884269e383f7
child 4503
d68dcbe1deb3
diff -r 884269e383f7 -r 3224f20d8eb0 Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py
--- a/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Tue Oct 20 19:10:13 2015 +0200
+++ b/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Tue Oct 20 19:14:55 2015 +0200
@@ -98,6 +98,7 @@
         if self.__lastFileItem is None or \
                 self.__lastFileItem.data(0, self.filenameRole) != file:
             # It's a new file
+            # TODO: create the file item relative to the project
             self.__lastFileItem = QTreeWidgetItem(self.resultList, [file])
             self.__lastFileItem.setFirstColumnSpanned(True)
             self.__lastFileItem.setExpanded(True)

eric ide

mercurial