eric6/Plugins/PluginEricdoc.py

changeset 7178
43e994af5ee0
parent 6942
2602857055c5
child 7199
c71bd6f21748
--- a/eric6/Plugins/PluginEricdoc.py	Thu Aug 29 18:59:54 2019 +0200
+++ b/eric6/Plugins/PluginEricdoc.py	Thu Aug 29 19:00:33 2019 +0200
@@ -186,7 +186,7 @@
             if self.__projectAct is not None:
                 self.__projectAct.setEnabled(
                     e5App().getObject("Project").getProjectLanguage() in
-                    ["Python", "Python2", "Python3", "Ruby"])
+                    ["Python", "Python2", "Python3", "Ruby", "MicroPython"])
     
     def __doEricdoc(self):
         """

eric ide

mercurial