<div dir="ltr"><div>Turns out I'm pretty rusty working in C... I knew it would be something silly. Thanks!<br><br></div>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 indented four spaces. I'd prefer if it's counted as level two. I realize that due to the rules python has about indenting it makes sense for the parser to work this way. However, is there any obvious way I can change it? Or would I have to either go deep into Scintilla to "fix" something that isn't broken, or try to work around it at the top level? I'm basically wondering if I'm missing anything obvious.<br>

<br>Thanks,<br>Peter<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 24, 2014 at 9:12 AM, Colomban Wendling <span dir="ltr"><<a href="mailto:lists.ban@herbesfolles.org" target="_blank">lists.ban@herbesfolles.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le 24/01/2014 17:56, Peter O'Malley a écrit :<br>
> [...]<br>
<div class="im">><br>
> I will hopefully soon have something completed to work with, but at<br>
> the moment I'm having trouble getting my plugin to compile as part of<br>
> geany-plugins; for some reason GETTEXT_PACKAGE is undeclared even<br>
> though LOCALEDIR is fine. Once I have enough time to sort that out<br>
> I'll create a pull request so y'all can take a look and see if you're<br>
> interested in it.<br>
<br>
</div>Do you include config.h?<br>
<br>
Regards,<br>
Colomban<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Devel mailing list<br>
<a href="mailto:Devel@lists.geany.org">Devel@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/devel" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/devel</a><br>
</div></div></blockquote></div><br></div>