Closed ar-jan closed 6 years ago
When you run the reloading, do you get a confirmation message "
I didn't see the message...
If you go to the Plugins -> Plugin reloader menu, do you see your plugin name after the "Reload plugin:" words?
If so, please try to use that menu entry rather than the keyboard shortcut - maybe it's in a conflict with map redrawing. If not, use the next option to configure the reloader.
OK so this was just UI confusion on my part. I used "Choose a plugin to be reloaded" and expected that to do a reload. It's working correctly. Thanks!
Good point, I'll rename it to "configure". Thanks!
I'm currently learning how to build a plugin. I used Plugin Builder to create a plugin skeleton. After modifying the plugin, compiling and deploying it with pb_tool, reloading it with this module seems to do nothing.
I created the custom plugin with Plugin Builder - just filled out the required fields, with a menu entry under Database. Compiled and deployed it, and the menu item and dialog show up. Then I added a textfield with Qt Creator, recompiled and deployed the custom module. Reloading the custom module does not do anything (afaict), but after restarting QGIS, the custom module's dialog is changed to the updated version.
plugin_reloader version is 0.7.2, with QGIS 2.99.0-master of a couple of days ago.