Exemple #1
0
 def show_plugins_store(self):
     """Open the Plugins Manager to install/uninstall plugins."""
     store = plugins_store.PluginsStore(self)
     main_container = IDE.get_service("main_container")
     if main_container:
         main_container.show_dialog(store)
     else:
         store.show()
 def show_plugins_store(self):
     """Open the Plugins Manager to install/uninstall plugins."""
     store = plugins_store.PluginsStore(self)
     store.show()