> I frequently manually surround a block of code with
> control or looping statements. If I hit enter after
> the {, which is something I often do especially if I
> have several nested control or looping statements to
> add, I end up with the matching } before the code
> block I am trying to surround. Then it becomes moreThis will be fixed soon. It will correctly work when there is code on the same line and put it into the block. Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: "Alex Robinson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 9:25 PM Subject: Re: [Eap-list] Please restore the { live template > > > I actually preferred using tab instead of the enter > key for the { live template. > > I frequently manually surround a block of code with > control or looping statements. If I hit enter after > the {, which is something I often do especially if I > have several nested control or looping statements to > add, I end up with the matching } before the code > block I am trying to surround. Then it becomes more > work to move the misplaced } to the end of the block > of code I am trying to surround. I know I could learn > to not hit enter when surrounding code blocks, but > does that mean I have to use the arrow key or mouse to > get to the next line? I am not sure that is the best > solution especially if I am adding nested statements. > Can we have the options to use TAB instead of ENTER? I > did not see any option for disabling the { live > template that uses the Enter key. > > Alex > > > ----- Original Message ----- > From: "Valentin Kipiatkov" > To: > Subject: Re: [Eap-list] Please restore the { live > template > Date: Tue, 12 Feb 2002 15:33:45 +0300 > charset="iso-8859-1" > Reply-To: [EMAIL PROTECTED] > > > I use [TAB] to expand live templates, but now I have > to remember to use > > [Enter] for '{'. > > No big deal, but.... > > Actually, it's much more natural to press Enter after > '{'. You will do it > anyway if you type in an oridnary editor. I believe > you will get used into > pressing Enter instead of Tab or Space in a few days. > Otherwise you always > may add the template for you. > > Best regards, > Valentin Kipiatkov > ----------------------------------------------------------- > IntelliJ Software, http://www.intellij.com/ > "Develop with pleasure" > ----------------------------------------------------------- > > ----- Original Message ----- > From: "Alain Ravet" > To: > Sent: Tuesday, February 12, 2002 12:12 PM > Subject: Re: [Eap-list] Please restore the { live > template > > > > Eugene, > > > > I there a reason for not reusing the user-defined > default expand key? > > > > I use [TAB] to expand live templates, but now I have > to remember to use > > [Enter] for '{'. > > No big deal, but.... > > > > Alain Ravet > > > > ----- Original Message ----- > > From: "Eugene Zhuravlev" > > > > > > > The functionality of this live-template is now > built-in and works when > you > > > press "Enter" after the "{". > > > > > > > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > > __________________________________________________ > Do You Yahoo!? > Send FREE Valentine eCards with Yahoo! Greetings! > http://greetings.yahoo.com > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
