- Add ChunkedBuffer for 64KB chunked file access with dirty-chunk eviction protection - Add LineIndex for precise byte-offset-to-line-number mapping - Refactor IO task system with context cancellation, typed priorities, and new task types (ReadChunk, BuildLineIndex, StatFile) - Add ReadFileAt to FileSystem interface (mock + real implementations) - Integrate virtual scrolling into editor layout - Add comprehensive tests for chunked buffer eviction, dirty-chunk safety, and full edit lifecycle |
||
|---|---|---|
| .. | ||
| browser_test.go | ||
| browser.go | ||
| handlers.go | ||
| index_test.go | ||
| index.go | ||
| layout_test.go | ||
| layout.go | ||
| lazy_loading_test.go | ||
| manager_test.go | ||
| manager.go | ||
| navigation_test.go | ||
| pixel_scroll_test.go | ||
| scroll_test.go | ||
| search_test.go | ||
| search.go | ||
| sort_test.go | ||
| sort.go | ||
| types_test.go | ||
| types.go | ||