It would be nice to have the possibility of choosing whether the home and end buttons should jump to the start/end of the current line, or jump to the start of the part of the line that can be seen in the editor.
Example:
Code: Select all
This is a line in the editor that
wraps to the next line so that the
user can see it all|
The above is the editor view, and the cursor is currently positioned at the end (next to the word "all"). The current (annoying) 2.0a2 behaviour when pressing home, is to jump to the start of the wrapped sentance (the cursor will be positioned before the word "This"). The traditional "notepad-like" would be to position the cursor before the word "user".
Choosing between these two "jump-modes" would be a nice feature
