Updated Plugin migration to QGIS 3 (markdown)

Sab 2018-02-01 20:25:46 +00:00
parent d76e82b7d8
commit c9f083137b

@ -27,5 +27,8 @@ in metadata you should see your plugin in QGIS 2.99 and up (*note: if it does no
You can find Python API documentation at http://python.qgis.org/api/ (work in progress). You can find Python API documentation at http://python.qgis.org/api/ (work in progress).
**Please note**: QGIS3 compatibility module (so 3.x plugins will also work on 2.18) has been deprecated. **Please note**: QGIS3 compatibility module (so 3.x plugins will also work on 2.18) has been deprecated.
## Debugging and finding problems
You can use IDEs (PyCharm or Eclipse) to step through your code. Alternatively, you can install First Aid plugin and use it within QGIS. More info can be found here: https://www.lutraconsulting.co.uk/blog/2016/06/12/introducing-first-aid-plugin/
## More info ## More info
* https://gisforthought.com/updating-a-plugin-from-qgis-2-to-qgis-3/ * https://gisforthought.com/updating-a-plugin-from-qgis-2-to-qgis-3/