Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement editing, find/replace in streaming model (#316)
* wip * fixup, get replacement editing working * unsaved ranges and go to offset * chore: remove dead code * feat: implement virtual scroll * wip * refactor: add comments and clean up math * find/replace * feat: undo/redo * fix: focus issues with go to offset quickpick * fix: focus back to the byte when hiding find widget * fix: binary in search, cap results by default for perf, progress * fix: don't change selected toolbar background on hover * fix: issues with length changes and large find/replace * feat: add replace toggle * feat: show better validation for find widget errors * feat: wip on string search with placeholders This approach will not work, it's wildcards and not placeholders. But committing it if we need it in the future... * feat: support placeholders in search * feat: persist webview state information * fix: make revert work
- Loading branch information