RE: [Eap-features] Editor: Adding braces to a conditional block

2002-08-15 Thread Oliphant, Geoff (Thoughtworks)
+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

[Eap-features] Editor: Adding braces to a conditional block

2002-08-14 Thread DNoakes
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.