You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@HactarCE's suggestion is what Sapling should currently do (though there's currently no integration-style unit tests so I can't be sure). The way Sapling currently implements this is to save the location of the cursor along with the root for every undo step - this way, undo/redo will move the cursor to the location of the edit.
However, I'd like Sapling to have multiple selections and cursors (cos it's just an awesome feature that's way easier to add early on in development). In this case, saving the cursor locations is the most intuitive way to deal with multiple selections. It's also what Kakoune does.
But I'm open to ideas and discussion - Sapling is an experiment so anything goes as far as ideas are concerned.
No description provided.
The text was updated successfully, but these errors were encountered: