BUG: Indent length = 0 not accepted
Tarjei Knapstad
tarjeik at chemcon.no
Tue Apr 23 12:22:09 BST 2002
Options -> Editor... does not accept a length of 0.
I'm used to defining my functions something like:
f() <CR> { <CR> }
(<CR> denoting carriage return of course), and then fill in the code.
Since the editor in KDevelop does not "anti indent" a closing brace,
having an indent length of 1 makes my code look like.
f()
{
}
instead of
f()
{
}
which becomes quite annoying after about 5 minutes of coding :)
--
Tarjei Knapstad
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list