Also, if you write:
if (xyz)
something

(i.e. without braces) instead of indenting "something" it appears right
below the if.

Amnon
"Seidenstein, Richard" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
>
> This has been around since build 647.  I am not sure if there is a bug
> reported for it though.  You might want to add it to the tracker.
>
> -----Original Message-----
> From: Ian [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 30, 2002 10:28 AM
> To: [EMAIL PROTECTED]
> Subject: Build #650 - indentation bug
>
>
> I'm seeing an annoying indentation bug in Build #650 (it was also in
#648).
> Specifically, I want my code to appear as follows:
>
> public void methodName()
> {
>     if (xyz)
>     {
>     }
> }
>
> but IDEA insists on indenting this way:
>
> public void methodName()
> {
>     if (xyz)
>         {
>         }
> }
>
> which is an absolutely VILE way of writing code. I've tried changing
> settings but nothing I do seems to fix the problem.
>
>
> _______________________________________________
> Eap-bugs mailing list
> [EMAIL PROTECTED]
> http://lists.jetbrains.com/mailman/listinfo/eap-bugs
>
> --------------------------------------------------------------------------
----
> This message is intended only for the personal and confidential use of the
designated recipient(s) named above.  If you are not the intended recipient
of this message you are hereby notified that any review, dissemination,
distribution or copying of this message is strictly prohibited.  This
communication is for information purposes only and should not be regarded as
an offer to sell or as a solicitation of an offer to buy any financial
product, an official confirmation of any transaction, or as an official
statement of Lehman Brothers.  Email transmission cannot be guaranteed to be
secure or error-free.  Therefore, we do not represent that this information
is complete or accurate and it should not be relied upon as such.  All
information is subject to change without notice.
>
>


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to