On Fri, Feb 19, 2010 at 4:53 AM, Edward K. Ream <[email protected]> wrote: > On Thu, Feb 18, 2010 at 10:53 PM, zpcspm <[email protected]> wrote: >> After modifying the content of a node body and hitting Ctrl-S to save >> the outline, the edit pane loses focus. This is inconvenient, because >> I have a habit of pressing Ctrl-S very often.
The fix is on the trunk at rev 2969. All unit tests pass, as do hand tests. It's possible that selecting a save command with the mouse from the File menu will put focus in the tree, but that can't be helped. The important case, ctrl-s, works. Unlike the old code that was recently removed, the present save/restore logic for focus can not segfault :-) Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
