<div dir="ltr">oh great! thank you,  I will check that out!</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 7, 2014 at 5:19 AM, Frodox <span dir="ltr"><<a href="mailto:Frodox@zoho.com" target="_blank">Frodox@zoho.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Thu, 06 Feb 2014 12:15:05<br>
Ramsey Darling <<a href="mailto:rdarling42@gmail.com">rdarling42@gmail.com</a>> wrote:<br>
<br>
> Basically, when I am writing a function, and I add<br>
> braces,  I then place the cursor in between the braces and hit enter.<br>
> The brace drops down to the next line as expected, but indented.<br>
<br>
</div>Which Geany version do you use?<br>
I use Geany 1.24 (git >= 79db59d) from git and it works pretty well (even with disabled plugins)<br>
if I write finc(...) {} and then finc(...) {<return>}, it will be<br>
finc(...) {<br>
        <cursor><br>
}<br>
<br>
Do you use any "Completitions - Auto-close quotes..." in the Preferences?<br>
<br>
Any way, try to check out Auto-close plugin[1].<br>
(the last version is in author's git-repo; you should install it separately)<br>
Plugin implement better braces auto-closing, than Geany itself,<br>
and indent-control (author wrote it to get rid from the same issue as you)<br>
<br>
[1]: <a href="https://github.com/scriptum/geany-plugins/tree/autoclose-v0.2/autoclose" target="_blank">https://github.com/scriptum/geany-plugins/tree/autoclose-v0.2/autoclose</a> (branch autoclose-v0.2)<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>