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 184236 - [69cat][editor] REGRESSION Cursor Up skips blank lines while cursor down moves properly line-by-line ignoring line content.
Summary: [69cat][editor] REGRESSION Cursor Up skips blank lines while cursor down mov...
Status: RESOLVED DUPLICATE of bug 184134
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-15 09:03 UTC by esmithbss
Modified: 2010-04-15 11:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2010-04-15 09:03:41 UTC
Product Version = NetBeans IDE Dev (Build 201004150201)
Operating System = Linux version 2.6.32-20-generic running on i386
Java; VM; Vendor = 1.6.0_19
Runtime = Java HotSpot(TM) Client VM 16.2-b04


When editing a file, if you hit the cursor up (up arrow key), the cursor jumps to the next line up which has code or comments.

Cursor down (down arrow) acts properly and moves line-by-line through the file.
Comment 1 esmithbss 2010-04-15 09:06:16 UTC
If the blank line is not blank but contains at least 1 space, the cursor will step up via the line; however, it will skip blank or empty lines.
Comment 2 Vitezslav Stejskal 2010-04-15 11:08:36 UTC

*** This bug has been marked as a duplicate of bug 184134 ***