Pad/internal/editor
Greg Pomerantz 03fb63863c Fix test build after NewLogic signature change; add development plan draft
NewLogic now takes (FileSystem, path, openfunc); update the e2e harness
and editor tests accordingly. The harness uses a no-op openfunc, matching
impl_other.go (the real app's OpenFile is a platform bridge, no-op off
Android).

Also adds doc/development_plan.md (draft, with corrections note re: the
live repo state).
2026-08-15 22:18:04 -04:00
..
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 feat: virtual scrolling with chunked buffer for large files 2026-06-05 09:11:32 -04:00
chunked_buffer.go Fix to chunk loading policy. 2026-06-05 18:06:17 -04:00
cursor_test.go fix: update tests and fix SetCursorFromPoint panic 2026-06-04 07:24:44 -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 Fix test build after NewLogic signature change; add development plan draft 2026-08-15 22:18:04 -04:00
filename_test.go feat: implement atomic writes for filesystem backend 2026-06-04 18:01:51 -04:00
integration_test.go Fix test build after NewLogic signature change; add development plan draft 2026-08-15 22:18:04 -04:00
logic.go Fix to chunk loading policy. 2026-06-05 18:06:17 -04:00
mock_setup.go Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
state.go Fix to chunk loading policy. 2026-06-05 18:06:17 -04:00