diff -r 884269e383f7 -r 3224f20d8eb0 Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py --- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Tue Oct 20 19:10:13 2015 +0200 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Tue Oct 20 19:14:55 2015 +0200 @@ -131,6 +131,7 @@ if self.__lastFileItem is None: # 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)