T O P I C R E V I E W |
stevethresh |
Posted - Jul 02 2009 : 6:07:22 PM Latest build 1727.
If I type an if statement and press return I get the following:
if (blah) |
Next I type { which gives the following:
if (blah) { | }
Now I press Ctrl+Shift+L to delete the blank line between the braces and I get:
if (blah) {|}
Why does the close brace move up on the same line as the open brace? I'm sure it didn't used to behave that way. |
4 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Aug 22 2009 : 7:28:25 PM case=29183 is fixed in build 1731 |
stevethresh |
Posted - Aug 12 2009 : 11:17:09 AM Thanks for the suggestion Sean, I'll give it a go. |
sean |
Posted - Aug 05 2009 : 3:31:25 PM Not denying that this is happening, but it looks like you'll do less typing if you choose "on the next line" for the "Closing brace is inserted" option on the Advanced|Corrections page of the VA options dlg. |
accord |
Posted - Jul 03 2009 : 3:21:47 PM I am seeing the same effect here. Thank you for the clear description.
case=29183 |