borysiasty / plugin_reloader

QGIS plugin: Reloads a chosen plugin in one click (only useful for Python Plugin Developers)
GNU General Public License v3.0
19 stars 17 forks source link

Implement this plugin in Plugin Manager functions #4

Closed borysiasty closed 3 months ago

borysiasty commented 8 years ago

Migrated from http://hub.qgis.org/issues/11052 Feature request #11052, added by Harrissou Santanna, 2014-08-14

Hi, I've used this plugin when designing a plugin and i found it really really useful. Great job! I think it should be more advertised (maybe when it is no more flagged as experimental)!! Very helpful for newbie when combined with Plugin Builder.

There are some plugins, the first time they are installed (and I think even when they are updated), they require the user to reboot QGIS before they work. Is it intended to use part of this plugin code into the plugin manager to automatically reload the plugin at the end of the installation process?

borysiasty commented 3 months ago

@DelazJ I guess we can close it. Most of the reloading logic is in qgis.utils now, so this plugin is mostly a GUI.