> I would be glad if you help me how to use configuration options to build only > this plugin.
You can disable the *GeanyPy* plugin by passing the `--disable-geanypy` option to `configure`. If you really want to only enable one specific plugin (e.g. *treebrowser* which sounds like the one you're looking for), you can do so: `--disable-all-plugins --enable-treebrowser`. I would recommend only disabling GeanyPy if it's the only one causing trouble though, because many other plugin provide very handy features (e.g. *Spell Check* is a must have for me). > P.S. SQL plugin (MySQL), like a plugin for kate, still does not exist for > geany? Not that I know of. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/808#issuecomment-451553244
