Skip to content

undo/redo history #3

Description

@GopherAtl

implement an undo/redo history.

  • automatically do limited merging of consecutive edits - keystrokes for merged to the token-level, that sort of thing. Will contain all data necessary and not actually touch the clipboard, everything being reduced to "insert text" or "remove text."
  • save the history to a scratch file, with header info identifying the source file.
  • on opening file, check for pre-existing scratch file and load them to recover unsaved changes

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions