Pad/internal/io/pool
Greg Pomerantz 7240b62a61 WIP baseline: Termux open-file bridge + word-wrap-aware viewport/scroll
- JNI: open_file_in_termux via ACTION_SEND intent (text/plain + file:// uri),
  global context ref kept from registerFragment
- impl_android.go: OpenFile(path) attaches current thread if needed
- NewLogic takes openfunc; State.open + ui.OpenFile now func(string)
- ChunkedBuffer.VisibleByteRange: word-wrap path using
  GlyphLayout.VisualLineStarts (+byteOffset, lineHeight, visual index param)
- GlyphLayout gains LineHeight; drawWrappedText records VisualLineStarts
- WordWrap default true; State.ByteOffset tracks first visible line
- types: VisualLineIndex
- scroll_fix_test.go (new)
- debug prints left in place (WIP; cleanup in later phase)
2026-08-16 00:31:26 -04:00
..
mock feat: virtual scrolling with chunked buffer for large files 2026-06-05 09:11:32 -04:00
real Refactor RealFileSystem to use WorkingDir, and ensure clean shutdown with FlushAll 2026-06-05 11:42:39 -04:00
types WIP baseline: Termux open-file bridge + word-wrap-aware viewport/scroll 2026-08-16 00:31:26 -04:00
context_test.go Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
filesystem.go feat: virtual scrolling with chunked buffer for large files 2026-06-05 09:11:32 -04:00
result.go Fix to chunk loading policy. 2026-06-05 18:06:17 -04:00
task_test.go feat: virtual scrolling with chunked buffer for large files 2026-06-05 09:11:32 -04:00
task.go WIP baseline: Termux open-file bridge + word-wrap-aware viewport/scroll 2026-08-16 00:31:26 -04:00
worker_pool_test.go Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
worker_pool.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00