--- a/Project/Project.py Sat Mar 29 20:12:47 2014 +0100 +++ b/Project/Project.py Sat Mar 29 20:18:31 2014 +0100 @@ -180,8 +180,8 @@ "Python3": Preferences.getPython("Python3Extensions"), "Ruby": ['.rb'], "JavaScript": ['.js'], - "Mixed": Preferences.getPython("Python3Extensions") + \ - ['.rb', '.js'], + "Mixed": (Preferences.getPython("Python3Extensions") + + ['.rb', '.js']), } self.dbgFilters = {