eric6/Plugins/PluginEricapi.py

changeset 7178
43e994af5ee0
parent 6942
2602857055c5
child 7199
c71bd6f21748
equal deleted inserted replaced
7177:29e9027f28c0 7178:43e994af5ee0
141 """ 141 """
142 if menuName == "Apidoc": 142 if menuName == "Apidoc":
143 if self.__projectAct is not None: 143 if self.__projectAct is not None:
144 self.__projectAct.setEnabled( 144 self.__projectAct.setEnabled(
145 e5App().getObject("Project").getProjectLanguage() in 145 e5App().getObject("Project").getProjectLanguage() in
146 ["Python", "Python2", "Python3", "Ruby"]) 146 ["Python", "Python2", "Python3", "Ruby", "MicroPython"])
147 147
148 def __doEricapi(self): 148 def __doEricapi(self):
149 """ 149 """
150 Private slot to perform the eric6_api api generation. 150 Private slot to perform the eric6_api api generation.
151 """ 151 """

eric ide

mercurial