281 self.__projectProgLanguages = { |
281 self.__projectProgLanguages = { |
282 "Python2": ["Qt4", "Qt4C", "PyQt5", "PyQt5C", |
282 "Python2": ["Qt4", "Qt4C", "PyQt5", "PyQt5C", |
283 "E6Plugin", "Console", "Other"], |
283 "E6Plugin", "Console", "Other"], |
284 "Python3": ["Qt4", "Qt4C", "PyQt5", "PyQt5C", |
284 "Python3": ["Qt4", "Qt4C", "PyQt5", "PyQt5C", |
285 "E6Plugin", "Console", "Other"], |
285 "E6Plugin", "Console", "Other"], |
|
286 "MicroPython": ["Console", "Other"], |
286 "Ruby": ["Qt4", "Qt4C", "Console", "Other"], |
287 "Ruby": ["Qt4", "Qt4C", "Console", "Other"], |
287 "JavaScript": ["Other"], |
288 "JavaScript": ["Other"], |
288 } |
289 } |
289 |
290 |
290 pyside_py2, pyside_py3 = Utilities.checkPyside("1") |
291 pyside_py2, pyside_py3 = Utilities.checkPyside("1") |