--- a/Project/Project.py Wed Mar 26 20:03:25 2014 +0100 +++ b/Project/Project.py Thu Mar 27 18:53:16 2014 +0100 @@ -168,19 +168,20 @@ self.ui = parent - # TODO: add JavaScript below self.__progLanguages = [ "Python2", "Python3", "Ruby", + "JavaScript", ] - # TODO: add JavaScript below self.sourceExtensions = { "Python2": Preferences.getPython("PythonExtensions"), "Python3": Preferences.getPython("Python3Extensions"), "Ruby": ['.rb'], - "Mixed": Preferences.getPython("Python3Extensions") + ['.rb'], + "JavaScript": ['.js'], + "Mixed": Preferences.getPython("Python3Extensions") + \ + ['.rb', '.js'], } self.dbgFilters = {