7198:684261ef2165 | 7199:c71bd6f21748 |
---|---|
34 shortDescription = "Show the Ericapi dialogs." | 34 shortDescription = "Show the Ericapi dialogs." |
35 longDescription = """This plugin implements the Ericapi dialogs.""" \ | 35 longDescription = """This plugin implements the Ericapi dialogs.""" \ |
36 """ Ericapi is used to generate a QScintilla API file for Python and""" \ | 36 """ Ericapi is used to generate a QScintilla API file for Python and""" \ |
37 """ Ruby projects.""" | 37 """ Ruby projects.""" |
38 pyqtApi = 2 | 38 pyqtApi = 2 |
39 python2Compatible = True | |
40 # End-Of-Header | 39 # End-Of-Header |
41 | 40 |
42 error = "" | 41 error = "" |
43 | 42 |
44 | 43 |
141 """ | 140 """ |
142 if menuName == "Apidoc": | 141 if menuName == "Apidoc": |
143 if self.__projectAct is not None: | 142 if self.__projectAct is not None: |
144 self.__projectAct.setEnabled( | 143 self.__projectAct.setEnabled( |
145 e5App().getObject("Project").getProjectLanguage() in | 144 e5App().getObject("Project").getProjectLanguage() in |
146 ["Python", "Python2", "Python3", "Ruby", "MicroPython"]) | 145 ["Python", "Python3", "Ruby", "MicroPython"]) |
147 | 146 |
148 def __doEricapi(self): | 147 def __doEricapi(self): |
149 """ | 148 """ |
150 Private slot to perform the eric6_api api generation. | 149 Private slot to perform the eric6_api api generation. |
151 """ | 150 """ |