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 267878

Summary: [regression] Navigating prior/next lines in editor no longer remembers prior lines caret position
Product: editor Reporter: brettryan <brettryan>
Component: NavigationAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: REGRESSION
Priority: P1    
Version: 8.2   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description brettryan 2016-09-05 05:19:45 UTC
This is a really annoying regression where in 8.1 if I had the following text in a file


/*
 * Test test |test
 *
 * test test test.
 */

And I place the caret where the pipe is, moving down two lines will place the caret at the start of the word "test" on the second line.

As of dev the caret now drops to column 1 (after the star) on the next line and will not remember its prior position.


If you imagine code blocks where moving down through blank lines this can be unproductive.
Comment 1 Miloslav Metelka 2016-09-05 08:51:11 UTC
Already fixed.

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