..
auto_save_test.go
Fix test build after NewLogic signature change; add development plan draft
2026-08-15 22:18:04 -04:00
buffer_test.go
fix(editor): wire key events to cursor movement
2026-06-03 07:41:18 -04:00
chunked_buffer_test.go
editor: fix viewport-on-open, chunked-buffer drift, add size guard (Phase 3 code)
2026-08-16 10:35:10 -04:00
chunked_buffer.go
editor: fix whole-file shaper leak + LineIndex mismatch (Phase 3)
2026-08-16 12:16:52 -04:00
cursor_test.go
editor: add HandleEnd window-base regression test
2026-08-16 21:03:03 -04:00
deterministic_file.go
feat: virtual scrolling with chunked buffer for large files
2026-06-05 09:11:32 -04:00
e2e_test.go
editor: fix viewport-on-open, chunked-buffer drift, add size guard (Phase 3 code)
2026-08-16 10:35:10 -04:00
filename_test.go
feat: implement atomic writes for filesystem backend
2026-06-04 18:01:51 -04:00
frame.go
Make state single-owner and stabilize race detector
2026-08-16 01:32:27 -04:00
ime_range_test.go
editor: fix viewport-on-open, chunked-buffer drift, add size guard (Phase 3 code)
2026-08-16 10:35:10 -04:00
integration_test.go
editor+ui: complete Android IME wiring (SelectionCmd, SnippetCmd, InputHintOp)
2026-08-16 02:43:58 -04:00
logic.go
chore: remove per-event debug logging from the normal path
2026-08-16 20:58:49 -04:00
mock_setup.go
Integrate real filesystem with interface abstraction
2026-06-04 16:19:38 -04:00
perf_probe.go
perf: default-off in-app profiler + debug scroll jumps; verify scroll perf & clamping
2026-08-16 16:53:28 -04:00
scroll_fix_test.go
WIP baseline: Termux open-file bridge + word-wrap-aware viewport/scroll
2026-08-16 00:31:26 -04:00
state.go
editor: add window base offset to tap/cursor positioning
2026-08-16 20:59:06 -04:00