This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 228945 - Alt (⌥) + up / down arrow should navigate to the next empty line
Summary: Alt (⌥) + up / down arrow should navigate to the next empty line
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal with 1 vote (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-24 10:10 UTC by erusev
Modified: 2013-04-24 15:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description erusev 2013-04-24 10:10:01 UTC
Alt (⌥) + Up / Down arrow should navigate to the next empty line.
Alt (⌥) + Shift + Up / Down arrow should navigate to the next empty line of the same indentation leve.
Comment 1 erusev 2013-04-24 10:22:50 UTC
This would allow for quicker navigation between code blocks.
Comment 2 Milutin Kristofic 2013-04-24 15:04:05 UTC
In Netbeans, Alt + Up/Down is used for next occurence of variable. Which editor has such actions(next empty line)? IMHO, There is no use in them.
Comment 3 erusev 2013-04-24 15:13:55 UTC
It doesn't have to be Alt. I suggested it, because it is not taken in the Mac version if NetBeans.

As to your question, Vim has a similar feature.

Have you been in situations where you have to navigate through large blocks of code?