+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 block 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. UK [EMAIL PROTECTED] _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
