eric6/Project/Project.py

changeset 7164
6da6a0a5a448
parent 7050
b66cac9a6560
child 7166
5a184952ba77
equal deleted inserted replaced
7163:00166038bba5 7164:6da6a0a5a448
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")

eric ide

mercurial