Commit 3c32f53
implement 9-phase feature completeness plan
Phase 1: Tab/Shift+Tab nav, PgUp/PgDn, Ctrl+Home/End, go-to cell, status bar stats
Phase 2: Batch undo, absolute refs ($), copy/cut/paste, insert/delete rows/cols, find & replace
Phase 3: 30+ formula functions (math, string, info, stats) + SPARKLINE visualization
Phase 4: Number formatting (general, fixed decimal, currency, percentage)
Phase 5: Sort by column (asc/desc), freeze panes
Phase 6: Cell styling (bold, underline, fg/bg colors via commands and Ctrl+B/U)
Phase 7: Command palette (:), system clipboard integration via arboard
Phase 8: Multiple sheets (Workbook), sheet tabs, Ctrl+PgUp/PgDn switching, workbook persistence
Phase 9: Column filtering, cell comments with indicator glyphs, SPARKLINE function
Also cleans up dead code: removes superseded methods, wires replace_all to Ctrl+A,
and eliminates all compiler warnings.
285 unit tests + 17 doc tests, all passing. Zero warnings on release build.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8221825 commit 3c32f53
9 files changed
Lines changed: 4463 additions & 401 deletions
File tree
- src
- application
- domain
- infrastructure
- presentation
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
0 commit comments