Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 372898

Summary: Make Shift+Up/Down select the first/last line
Product: [ECD] Orion Reporter: Mihai Sucan <mihai.sucan>
Component: EditorAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mihai.sucan, Silenio_Quarti
Version: unspecified   
Target Milestone: 0.5 M1   
Hardware: All   
OS: All   
Whiteboard:

Description Mihai Sucan CLA 2012-02-29 14:42:00 EST
When you are on the last line and you press Shift+Down, the last line is not selected. This is not expected, especially when the caret is at the last line start offset. A similar problem happens for Shift-Up.

Please make Shift+Up select to the line start when the caret is within the first line of the document. Similarly Shift+Down should select to the end of line when the caret is within the last line of the document.

Thanks!

(bug report based on https://bugzilla.mozilla.org/show_bug.cgi?id=725038 )
Comment 2 Mihai Sucan CLA 2012-04-04 12:10:15 EDT
Thank you!