--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py Mon Apr 28 19:18:51 2014 +0200 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py Mon Apr 28 19:25:39 2014 +0200 @@ -78,7 +78,8 @@ self.__indentWord = self.__getIndentWord() if inPlace: - # TODO: Do a backup before any changes + # TODO: Do a backup before any changes depending on + # 'CreateBackupFile' editor config setting. pass else: self.__origName = self.__filename