git-interactive-rebase-tool icon indicating copy to clipboard operation
git-interactive-rebase-tool copied to clipboard

Feature Request: Search in diff view

Open jgarte opened this issue 2 years ago • 2 comments

Hi,

Is there a way to search?

/ doesn't work for example

jgarte avatar Mar 11 '22 23:03 jgarte

Good idea! There's already #237, but I think being able to search a patch also makes sense.

I've done some initial work on #237 over the past year, and it should be possible to extend the search functionality to include this as well:

IMAGE ALT TEXT

MitMaro avatar Mar 26 '22 12:03 MitMaro

I've added searching to the list view in #797 , but I would like to add search to the patch/diff view as well.

Right now, the "linear" search I used in the list view would be too slow for diffs, at least having the search in the main thread. I've spent the past year adding support for threading to the project, and hope to eventually add search that runs in a background thread.

MitMaro avatar Nov 18 '22 13:11 MitMaro