Re: [Geany-Devel] Plugin Advice

2014-01-24 Thread Lex Trotman
On 25 January 2014 07:20, Peter O'Malley wrote: > Turns out I'm pretty rusty working in C... I knew it would be something > silly. Thanks! > > I have another question: the code folding works fine, but I'm having an > issue with how the fold levels are counted in python. The top block is > still l

Re: [Geany-Devel] Plugin Advice

2014-01-24 Thread Peter O'Malley
Turns out I'm pretty rusty working in C... I knew it would be something silly. Thanks! I have another question: the code folding works fine, but I'm having an issue with how the fold levels are counted in python. The top block is still level 1, but the next block is level 5, I gather because it's

Re: [Geany-Devel] Plugin Advice

2014-01-24 Thread Colomban Wendling
Le 24/01/2014 17:56, Peter O'Malley a écrit : > [...] > > I will hopefully soon have something completed to work with, but at > the moment I'm having trouble getting my plugin to compile as part of > geany-plugins; for some reason GETTEXT_PACKAGE is undeclared even > though LOCALEDIR is fine. Once

Re: [Geany-Devel] Plugin Advice

2014-01-24 Thread Peter O'Malley
OK, thanks everyone. I will follow your advice :-). (Though I am a bit skeptical about using the scintilla API directly, but I guess that's less likely to change.) I will hopefully soon have something completed to work with, but at the moment I'm having trouble getting my plugin to compile as part

Re: [Geany-Devel] Plugin Advice

2014-01-24 Thread Frank Lanitz
Am 19.01.2014 22:08, schrieb Lex Trotman: > On 20 January 2014 01:24, Frank Lanitz > wrote: > > On Wed, 15 Jan 2014 19:24:31 -0800 (PST) > Steven Blatnick > wrote: > > > 5. I am guessing geany-plugins welcomes more plug