--- a/Project/Project.py Tue Mar 25 19:36:31 2014 +0100 +++ b/Project/Project.py Wed Mar 26 20:03:25 2014 +0100 @@ -168,12 +168,14 @@ self.ui = parent + # TODO: add JavaScript below self.__progLanguages = [ "Python2", "Python3", "Ruby", ] + # TODO: add JavaScript below self.sourceExtensions = { "Python2": Preferences.getPython("PythonExtensions"), "Python3": Preferences.getPython("Python3Extensions"),