Tabifier 4.6
Got a bit of a problem that I can't seem to configure my way out of.
If I have:
if (someCondition) {
doSomeStuff();
} else {
doSomethingElse();
}
tabifier formats it to:
if (someCondition) {
doSomeStuff();
}else {
doSomethingElse();
}
note the space has been stripped between the close '}' and the else. I've
fiddled with the settings but can't seem to get it to work how I want. Any
ideas?
Cheers
Tony
Please sign in to leave a comment.
Hi Tony,
It's my bug. :) Thanks for reporting it; I'll take a look. Have some Rearranger plugin work to finish up first, though -- sorry for the inconvenience. (Pesky day jobs...)
-Dave
Thanks for that! And I know what you mean about the day job :)
Tony
On Thu, 19 Feb 2004 14:43:23 +0000 (UTC), Dave Kriewall
<no_mail@jetbrains.com> wrote:
>Hi Tony,
>
>It's my bug. :) Thanks for reporting it; I'll take a look. Have some Rearranger plugin work to finish up first, though -- sorry for the inconvenience. (Pesky day jobs...)
>
>-Dave