It's not possible at the moment to turn off this functionality. We plan to
add such option in the nearest future.

Best regards,
Valentin Kipiatkov
-----------------------------------------------------------
 IntelliJ Software, http://www.intellij.com/
 "Develop with pleasure"
-----------------------------------------------------------

----- Original Message -----
From: "Marc Palmer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 01, 2002 2:41 PM
Subject: [Eap-list] Can I turn off "auto } insertion" ?


>
> 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


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to