Heck, I wouldn't mind if it worked like Ctrl-W... First time you press Ctrl-[ it goes to the top of the current block (inside the brace). Second time, it steps just outside the brace. Third time, goes to the top of the new block context. Etc. Ctrl-] would work the same way. Press once, and you're at the end of the current block (ready to add to it). Press again, and you're outside the current block (ready to add code after the block). Press again, and you're at the end of the new block...
Seems to me that'd be very useful. "Alex McColgan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > I thought it was a feature! I've gotten used to the way it works. > It seems to me that Ctrl-[ works by taking you to the opening brace of the > method you are in, regardless of whereabouts you are (either at a closing brace, > or somewhere in the middle of the method. I use it more as a Goto End > of/Beginning of Method, rather than a Match this Brace function. > > I agree that Ctrl-] should take you to the outside of the closing brace, and not > just before it. > > A > > Chris Bartley wrote: > > > I've posted about this bug at least 2 or 3 times over the past 10 months or > > so, with no response (e.g. > > http://www.mail-archive.com/[email protected]/msg06129.html and > > http://www.mail-archive.com/[email protected]/msg00762.html). > > > > I've given up on this feature entirely. Bummer. > > > > Sure, it may not be high-priority, but is it really all that difficult to > > fix? > > > > chris > > > > "Michael Teper" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED]... > > > Both suggestions make sense here (the 2nd one I think points to a bug). > > > > > > -Michael > > > > > > -----Original Message----- > > > From: Bas Leijdekkers [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday, July 17, 2002 11:11 AM > > > To: [EMAIL PROTECTED] > > > Subject: ctrl+] behaviour > > > > > > 1. When I press Ctrl+] with the cursor positioned inside a code block, the > > > cursor is moved to before the closing }. I expected it to go after the }so > > > the brace highlighting would work. > > > > > > 2. When the cursor is positioned after the } (highlighting the opening > > > brace) and I press Ctrl+[, the cursor moves to the brace before the > > > highlighted opening brace. I expected it to go to the highlighted opening > > > brace. > > > > > > Am I making sense here (English is not my native language)? Or maybe this > > is > > > a feature? > > > > > > -- > > > Bas Leijdekkers > > > Carp Technologies BV > > > http://www.carp-technologies.com > > > tel. +31 53 4836382, fax: +31 53 4836383 > > > > > > > > > _______________________________________________ > > > Eap-bugs mailing list > > > [EMAIL PROTECTED] > > > http://lists.jetbrains.com/mailman/listinfo/eap-bugs > > > > _______________________________________________ > > Eap-bugs mailing list > > [EMAIL PROTECTED] > > http://lists.jetbrains.com/mailman/listinfo/eap-bugs > > > > -------------------------------------------------------------------------- -- > This Email may contain confidential and/or privileged information and is > intended solely for the addressee(s) named. If you have received this > information in error, or are advised that you have been posted this Email by > accident, please notify the sender by return Email, do not redistribute it, > delete the Email and keep no copies. > -------------------------------------------------------------------------- -- > _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
