99 Commits

Author SHA1 Message Date
61e9a4631f wip: test coverage for range select 2025-01-06 21:08:14 -05:00
7de19e8e3b chore: utility function for making a workspace 2025-01-01 10:01:25 -05:00
10d35ab0d6 wip: test coverage for handle_edit_input 2024-12-31 15:40:23 -05:00
a65ad974ce wip: test coverage for handle_dialog_input 2024-12-29 20:04:19 -05:00
19d01f057b chore: cleanup the rest of out inputscript usage 2024-12-29 19:34:02 -05:00
282df18177 wip: test coverage for all movement keys 2024-12-29 19:22:34 -05:00
babe2525a0 chore: Move InputScript to the top
add alt helper method
2024-12-29 19:21:25 -05:00
92b02eea78 wip: test coverage for cell replacement 2024-12-29 19:13:05 -05:00
247674530b chore: refator InputScript api for ergonomics 2024-12-29 19:12:58 -05:00
e984d7324c wip: test coverage for
* sheet navigation
* column sizing
* quit
2024-12-28 10:53:59 -05:00
52d1909868 wip: add test for cell deletion 2024-12-28 10:53:59 -05:00
c5cbc1e75c wip: test coverage for copy paste 2024-12-28 10:53:59 -05:00
704f9f7746 feat: clear char queue on Esc 2024-12-28 10:51:21 -05:00
8e7895cdbc chore: utility address range helper 2024-12-23 19:22:54 -05:00
240149caba feat: x in range mode will extend the range 2024-12-23 19:22:54 -05:00
2bd4b1ff83 feat: gg will move to the top row 2024-12-23 19:22:54 -05:00
57b1681933 feat: s replaces a cells contents 2024-12-23 19:22:54 -05:00
76b4d46222 chore: renames and other housekeeping 2024-12-23 19:22:54 -05:00
fa5c2c2d58 fix: Only show range selection when in range-select mode 2024-12-23 19:22:54 -05:00
65b0fc4bba wip: copy-paste internally 2024-12-23 19:22:54 -05:00
d09e8d4902 wip: cell deletions 2024-12-23 19:22:54 -05:00
4b6b8cfa02 chore: cleanup todos 2024-12-17 10:40:22 -05:00
ffc5df157b fix: properly exit on q now 2024-12-06 17:43:58 -05:00
a85c5121ee wip: handle range resets when switching sheets 2024-12-05 17:59:46 -05:00
4b3e25895d chore: cleanup unused imports 2024-12-05 17:59:38 -05:00
61a6e93515 wip: bits of polish
* show what you are selecting in range mode
* Fix error with cell edit not updating after Enter
2024-12-05 17:32:58 -05:00
5f6f45141c fix: various bugs around cell edit state and docs 2024-12-05 14:36:26 -05:00
bb5d81106e docs: help text, spelling 2024-12-05 14:20:29 -05:00
c62fd08043 feat: range copy mode 2024-12-05 14:20:29 -05:00
626748db0f chore: cleanup navigation mode 2024-12-05 14:18:26 -05:00
753874687c docs: cleanup command docs and error reporting
progress toward #10
2024-12-03 17:45:37 -05:00
7b551afe81 docs: First pass at a user manual
progress on #10
2024-12-03 17:27:29 -05:00
5835b6d7c9 chore: refactor use the prefix helper 2024-12-03 16:45:53 -05:00
bc3b4380f8 chore: cleanup todo 2024-12-03 16:23:02 -05:00
b688940763 feat: ui: Esc cancels the numeric prefix 2024-12-02 18:23:24 -05:00
444bbf3c6d feat: ui: numeric prefixes for navigation commands 2024-12-02 18:14:30 -05:00
919d84b44c wip: ui: esc cancells editing a cell 2024-12-01 09:55:05 -05:00
efeb5a22d4 wip: ui: unified help dialog keybinds 2024-12-01 09:42:21 -05:00
e56d602376 wip: ui: help popup while in editing mode. 2024-12-01 09:12:29 -05:00
d3d605aca9 wip: ui: center the header lables 2024-12-01 08:52:49 -05:00
be4e56bba6 feat: log input for debugging purposes 2024-11-30 19:50:13 -05:00
4ce7872be0 wip: ui: enter and tab key navigate 2024-11-30 18:54:30 -05:00
f196879fb0 chore: unused imports 2024-11-30 18:21:18 -05:00
ae8366b16e wip: ui: show the sheet index in the tab 2024-11-30 18:19:16 -05:00
6884aa0501 chore: more command parsing tests 2024-11-30 18:15:53 -05:00
8f902d63f2 wip: Sheet tab rendering
addresses: #2
2024-11-29 19:03:52 -05:00
b2034e7f2b feat: new-sheet command 2024-11-29 18:30:19 -05:00
f0646d1d63 feat: rename-sheet command 2024-11-29 09:29:47 -05:00
8dd4dd9e89 fix: add hotkey for help in navigation mode again 2024-11-28 13:47:48 -05:00
6b6b452cfb feat: better styling of heaader and rows
portion of #5
2024-11-28 08:06:49 -05:00