|
3c23142f32
|
chore: cargo fmt
|
2025-03-24 18:29:10 -05:00 |
|
|
27d30302f5
|
wip: don't style at all but collect link targets
But do collect the link targets and have hotkeys for them.
|
2025-03-24 18:26:29 -05:00 |
|
|
7e4109e734
|
wip: update the command syntax to be more future proof
|
2025-03-04 21:05:34 -05:00 |
|
|
4dd0365bdd
|
wip: cmd: Add a command for epxorting csv
|
2025-03-04 19:38:05 -05:00 |
|
|
21c4dab5f4
|
fix: Some save_prompt_fixes
|
2025-03-04 18:56:17 -05:00 |
|
|
2bf2f792bd
|
wip: feat: prompt for saving if file is not saved yet
|
2025-03-03 21:20:40 -05:00 |
|
|
bce69a5604
|
wip: scrolling and some more styling
|
2025-02-28 21:24:37 -05:00 |
|
|
a6baa2564f
|
merge: refactor: address refactor to include sheet
|
2025-02-27 19:09:07 -05:00 |
|
|
621c35d7c4
|
wip: different keybinds for bold and italic
|
2025-02-27 18:45:58 -05:00 |
|
|
e1c64db0a0
|
wip: RangeSelection no longer needs original_sheet
|
2025-02-26 21:59:27 -05:00 |
|
|
5012649210
|
wip: locations should include the sheet
|
2025-02-26 21:22:49 -05:00 |
|
|
4623a911f4
|
wip: styling: resusable toggle func
|
2025-02-26 20:16:17 -05:00 |
|
|
ba5ea3c627
|
wip: styling: toggle bold and italic
|
2025-02-26 20:04:06 -05:00 |
|
|
dae3d71c54
|
wip: styling: use ctrl-i or ctrl-b
|
2025-02-26 18:21:48 -05:00 |
|
|
c3f84b10ad
|
wip: styling: bold text
|
2025-02-26 18:13:15 -05:00 |
|
|
5ebdc6e70c
|
wip: divvy up the help docs
|
2025-02-18 19:57:11 -05:00 |
|
|
3219e01176
|
wip: support column and row styling
|
2025-02-10 19:38:00 -05:00 |
|
|
f6c9e95fda
|
chore: formatting pass
|
2025-02-08 18:33:51 -05:00 |
|
|
e7169dcb44
|
wip: convert named colors to hex strings and fix off by one
|
2025-02-08 18:14:45 -05:00 |
|
|
e798350cd2
|
wip: fix area calculation bug
|
2025-02-07 19:30:07 -05:00 |
|
|
8dd6f6d614
|
wip: cleanup, todos, unused code, formatting
|
2025-02-07 19:22:42 -05:00 |
|
|
43f07f58bc
|
wip: sheet renaming and col sizing with UserModel
|
2025-02-07 17:55:30 -05:00 |
|
|
d8b3191612
|
wip: new_sheet and cell styling with UserModel
|
2025-02-07 17:34:19 -05:00 |
|
|
7a5bd63fde
|
wip: Convert over to UserModel
Step 1: update ironcalc version and plug it in
|
2025-02-07 17:32:36 -05:00 |
|
|
aa0a1512f6
|
wip: handle ranges and multiple columns or rows
|
2025-01-28 21:10:39 -05:00 |
|
|
e0c6896d61
|
wip: actually color the rows and columns
|
2025-01-25 18:57:25 -05:00 |
|
|
8f07e8c0e7
|
wip: the beginnings of ui for modifying colors
|
2025-01-22 18:18:38 -05:00 |
|
|
e9b422b2db
|
wip: Some todos for later
|
2025-01-19 16:32:27 -05:00 |
|
|
61e9a4631f
|
wip: test coverage for range select
|
2025-01-06 21:08:14 -05:00 |
|
|
10d35ab0d6
|
wip: test coverage for handle_edit_input
|
2024-12-31 15:40:23 -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 |
|
|
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 |
|
|
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 |
|