Re: [Geany-Devel] Storing per-project settings for plugins

2017-02-16 Thread Matthew Brush
On 2017-02-16 07:33 AM, Thomas Martitz wrote: Am 16.02.2017 um 15:55 schrieb Matthew Brush: On 2017-02-16 03:15 AM, Thomas Martitz wrote: Am 16.02.2017 um 11:58 schrieb Vasiliy Faronov: Jiří, Matthew, thanks! I missed the GKeyFile thing. Actually, my plugin is written in Python (via Geanypy)

Re: [Geany-Devel] Storing per-project settings for plugins

2017-02-16 Thread Lex Trotman
> >> >> What does that mean? It's not 100% perfect, but it does what it's intended >> to do quite well. Should we just start committing random changes so it's >> "actively developed"? > > > > It's not being updated for new Geany APIs, nor does the upstream developer > (you :-) review PRs in a timel

[Geany-Devel] New plugin: Python Navigation

2017-02-16 Thread Vasiliy Faronov
Hi all, I hope you don't mind a quick mention of a little new Geany plugin: https://github.com/vfaronov/geany-pynav I've been using it privately for months, and I find that it makes my Python experience in Geany quite a bit better. Thanks to Matthew and everyone for GeanyPy, on which this plugi

Re: [Geany-Devel] Storing per-project settings for plugins

2017-02-16 Thread Vasiliy Faronov
Hi Thomas, On Thu, Feb 16, 2017 at 2:15 PM, Thomas Martitz wrote: > Geanypy is not actively developed at this time. Let me suggest to give my > Peasy plugin a > try, as all the signals should be working there. Peasy is a newer approach > to support Python (and lua) > plugins inside Geany. Thank

Re: [Geany-Devel] Storing per-project settings for plugins

2017-02-16 Thread Thomas Martitz
Am 16.02.2017 um 15:55 schrieb Matthew Brush: On 2017-02-16 03:15 AM, Thomas Martitz wrote: Am 16.02.2017 um 11:58 schrieb Vasiliy Faronov: Jiří, Matthew, thanks! I missed the GKeyFile thing. Actually, my plugin is written in Python (via Geanypy), and doesn't get the GKeyFile on project-open/

Re: [Geany-Devel] Storing per-project settings for plugins

2017-02-16 Thread Matthew Brush
On 2017-02-16 03:15 AM, Thomas Martitz wrote: Am 16.02.2017 um 11:58 schrieb Vasiliy Faronov: Jiří, Matthew, thanks! I missed the GKeyFile thing. Actually, my plugin is written in Python (via Geanypy), and doesn't get the GKeyFile on project-open/project-save. Probably because there are no Pyt

Re: [Geany-Devel] Storing per-project settings for plugins

2017-02-16 Thread Thomas Martitz
Am 16.02.2017 um 11:58 schrieb Vasiliy Faronov: Jiří, Matthew, thanks! I missed the GKeyFile thing. Actually, my plugin is written in Python (via Geanypy), and doesn't get the GKeyFile on project-open/project-save. Probably because there are no Python bindings for it. But I guess Python's buil

Re: [Geany-Devel] Storing per-project settings for plugins

2017-02-16 Thread Vasiliy Faronov
Jiří, Matthew, thanks! I missed the GKeyFile thing. Actually, my plugin is written in Python (via Geanypy), and doesn't get the GKeyFile on project-open/project-save. Probably because there are no Python bindings for it. But I guess Python's built-in ConfigParser should be enough. -- Vasiliy