Bug 83143 - [navigation] exit nested block
Summary: [navigation] exit nested block
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: All Windows XP
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-18 16:13 EST by Charlton Rose CLA
Modified: 2005-01-19 04:20 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charlton Rose CLA 2005-01-18 16:13:34 EST
Except to cancel pop-ups for code completion, etc., [Esc] isn't used much. 
Wouldn't it be useful (to the powerusers) to be able to quickly move outwards
from inner nested blocks to outer blocks?

If you are in a string, [Esc] jumps the cursor to just outside of the closing
quote.  If you are inside parens, [Esc] jumps you just beyond the closing paren.
 If you are in a statement, [Esc] jumps you to the end of the statement.  If you
are in a block, [Esc] moves the cursor just beyond the closing curly brace, etc.