271 self.__fileTypeCallbacks = {} |
271 self.__fileTypeCallbacks = {} |
272 self.__lexerAssociationCallbacks = {} |
272 self.__lexerAssociationCallbacks = {} |
273 self.__binaryTranslationsCallbacks = {} |
273 self.__binaryTranslationsCallbacks = {} |
274 |
274 |
275 self.__projectTypes = { |
275 self.__projectTypes = { |
276 "Qt4": self.tr("PyQt4 GUI"), |
276 "Qt4": self.tr("PyQt4 GUI (deprecated)"), |
277 "Qt4C": self.tr("PyQt4 Console"), |
277 "Qt4C": self.tr("PyQt4 Console (deprecated)"), |
278 "PyQt5": self.tr("PyQt5 GUI"), |
278 "PyQt5": self.tr("PyQt5 GUI"), |
279 "PyQt5C": self.tr("PyQt5 Console"), |
279 "PyQt5C": self.tr("PyQt5 Console"), |
280 "E6Plugin": self.tr("Eric6 Plugin"), |
280 "E6Plugin": self.tr("Eric6 Plugin"), |
281 "Console": self.tr("Console"), |
281 "Console": self.tr("Console"), |
282 "Other": self.tr("Other"), |
282 "Other": self.tr("Other"), |