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

Summary: [69cat][editor] REGRESSION Cursor Up skips blank lines while cursor down moves properly line-by-line ignoring line content.
Product: editor Reporter: esmithbss <esmithbss>
Component: Key bindingsAssignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***