The new work may complete #496 
<https://github.com/leo-editor/leo-editor/issues/496>. The work is present 
in the mark-point git branch, but I'll probably merge it into master later 
today.

The new commands:

push-cursor: Saves the location of the cursor, including node(position) on 
a stack.
pop-cursor: Restores the cursor position from the stack.
start-of-line: Puts cursor at first non-blank character of the line.
start-of-line-extend-selection.  Same as above, extending the selection 
range.
finish-line: Puts the cursor at *before* the last non-blank character of 
the line.
finish-line-extend-selection.  Same as above, extending the selection range.

It would be easy to have finish-line put the cursor *after* the last 
non-blank character of the line, but that's pretty much what end-of-line 
does.

Your comments, please.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to