You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/helix-view/src
Omnikar 51b4d35dce
Inform when reaching undo/redo bounds (#981)
* Inform when reaching undo/redo bounds

* `Already at oldest change` when undo fails
* `Already at newest change` when redo fails

* Add missing `the`
3 years ago
..
clipboard.rs log syntax highlighting init errors (#895) 3 years ago
document.rs Inform when reaching undo/redo bounds (#981) 3 years ago
editor.rs Fix crash on changing from empty scratch buffer to itself (#975) 3 years ago
graphics.rs feat: Default theme palette using 16 terminal colors 3 years ago
info.rs Implement key ordering for info box 3 years ago
input.rs Implement key ordering for info box 3 years ago
keyboard.rs Implement key ordering for info box 3 years ago
lib.rs Replace documents SlotMap with BTreeMap 3 years ago
macros.rs Replace documents SlotMap with BTreeMap 3 years ago
theme.rs Update to rust 1.56 + 2021 edition 3 years ago
tree.rs Add commands for moving between splits with a direction (#860) 3 years ago
view.rs Ensure coords in screen depends on char width (#885) 3 years ago