Stub out previous undo implementation; update docs.

- Remove outdated `undo-state.md`
- Add two code quality/optimization reports that were used to guide previous work:
  - `code-report.md` (optimization)
  - `code-report-quality.md` (stability and code health)
- Add `themes.md`.
- Update undo system docs and roadmap.
This commit is contained in:
2025-12-03 15:12:28 -08:00
parent 45b2b88623
commit cbbde43dc2
12 changed files with 1746 additions and 664 deletions

View File

@@ -50,6 +50,4 @@ private:
Buffer *buf_;
UndoTree &tree_;
// Internal hint for Delete batching: whether next Append() should prepend
bool pending_prepend_ = false;
};