Project/ProjectSourcesBrowser.py

changeset 3438
29717a5e8b97
parent 3190
a9a94491c4fd
child 3439
08aa0cef69e3
equal deleted inserted replaced
3435:e4db9c0c7e94 3438:29717a5e8b97
106 if self.project.pdata["PROGLANGUAGE"][0] in \ 106 if self.project.pdata["PROGLANGUAGE"][0] in \
107 ["Python", "Python2", "Python3"]: 107 ["Python", "Python2", "Python3"]:
108 self.__createPythonPopupMenus() 108 self.__createPythonPopupMenus()
109 elif self.project.pdata["PROGLANGUAGE"][0] == "Ruby": 109 elif self.project.pdata["PROGLANGUAGE"][0] == "Ruby":
110 self.__createRubyPopupMenus() 110 self.__createRubyPopupMenus()
111 # TODO: add JavaScript menu
111 112
112 def __createPythonPopupMenus(self): 113 def __createPythonPopupMenus(self):
113 """ 114 """
114 Privat method to generate the popup menus for a Python project. 115 Privat method to generate the popup menus for a Python project.
115 """ 116 """

eric ide

mercurial