Bug 21444 - [Editor] Add keyboard shortcuts for smart-navigation of code
Summary: [Editor] Add keyboard shortcuts for smart-navigation of code
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-10 11:30 EDT by Scott Rutledge CLA
Modified: 2002-09-12 13:23 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Rutledge CLA 2002-07-10 11:30:36 EDT
There should be shortcuts for navigating code in a 'smart' fashion. This would be similar to the 
current 'Expand Selection' shortcuts, but would simply move the cursor instead of changing the 
selection. This would allow faster and more fine grained navigation than the current keyboard-
only techniques: next/prev line, pgup/pgdown, etc...

In particular, I'd find it useful to 
be able to jump to the top or bottom of the current method/block/expression. Or if I'm already and 
the top or bottom, jump to the previous/next one.