Skip to content

Further improvements #13

Description

@hellow554
  • Add callback for when some data has been changed
    • Probably something like FnMut(usize, u8) -> ()
    • As an alternative use a Broadcast like thing which would be more easy to implement
  • Add callback when the position has been changed
    • Something like FnMut(usize) -> ()
    • As an alternative use a Broadcast like thing which would be more easy to implement
  • Goto function
    • Function that takes a usize and jumps to that very position
  • PageUp/-Down support
    • I'm not sure how many lines should be jumped though. Any ideas?
  • Add support for non-ascii encoder
    • I think having a single mapping is fine, so Fn(u8) -> char should be good
    • Having multi-byte encoding is probably way too much to ask and not feasible for a hexcode viewer

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions