+1
I find myself cutting and pasting the line that is "forced" out all the
time.
Geoff
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 14 August 2002 15:52
To: [EMAIL PROTECTED]
Subject: [Eap-features] Editor: Adding braces to a conditional bloc
In the following case (where | represents the cursor):
if (condition) |
name = "Drew";
...press {...
if (condition) {
|
}
name = "Drew";
This would be a much better outcome:
if (condition) {
|name = "Drew";
}
Drew Noakes
ThoughtWorks, Inc.