Hi,
I seem to remember a row over this not so long ago. Personally I've found
that this auto insertion of a closing "}" in Ariadna is more annoying
than it is helpful. I almost always end up deleting the one Ariadna puts
in because it is not smart enough to know what I am doing. i.e.
if (something)
doSomething();
else
doSomethingElse();
If I need to put the first condition's code into a block, I often don't
use "Surround with { }"... so I try to insert the starting brace and hit
enter:
if (something)
{
}
doSomething();
else
doSomethingElse();
Which is a pain in the ass frankly as I have to delete the one inserted
by IDEA and then manually go and put one in as well! Surround-with is
just too cumbersome for this kind of trivial task. So � can I turn it
off? This is such a trivial task that IDEA is actually overcomplicating
it, instead of helping.
Marc
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list