Bug 575900 - Line selection broken
Summary: Line selection broken
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.22   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: 4.22 M1   Edit
Assignee: Mickael Istria CLA
QA Contact:
URL:
Whiteboard:
Keywords: regression
Depends on:
Blocks: 466532
  Show dependency tree
 
Reported: 2021-09-09 07:09 EDT by Andrey Loskutov CLA
Modified: 2021-12-10 02:37 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Loskutov CLA 2021-09-09 07:09:13 EDT
Regression from bug 466532, bug 575872 fix doesn't help here too.

Place cursor at the end of the line and invoke Shift + Home shortcut *two times*.

After bug 466532 changes nothing is selected, cursor is at the first non white space characted. 

Before bug 466532 changes the whole line should be selected.

public class Snippet {
	public static void main(String[] args) {
		System.out.println(); // Place cursor here |
	}
}
Comment 1 Eclipse Genie CLA 2021-09-09 16:55:30 EDT
New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/185268