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 """ |