If I type the following code, and press Enter after the opening brace, the
auto-inserted closing brace is inserted in the position shown, not aligned
with the 'if'. If I select the entire 'if' block and reformat code, the
closing brace is positioned correctly.
if ((longCondition) &&
(otherLongCondition)) {
// cursor goes here
} // closing brace matches the indentation of the wrong line
Also, when pressing Enter after the '&&', the cursor is positioned directly
under the 'if', instead of directly under the second '('.
mike
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs