-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark all selected diffs as reviewd #1
Comments
Not sure if I understand correctly. Do you want to select using a browser selection mechanism, and then somehow mark the overlapping (or fully contained?) diffs as marked? For now, you can mark an entire file as reviewed, that should also help. |
Yes, imagine a file with the following changed lines (only mentioning changed lines here, imagine there is lots of unchanged code in between all lines):
When I go through the file I will manually clear all lines that only contain the renaming of
It would help if I wouldn't have to click a button or press E.g. if lines are selected like that the Mark all done and Clear all buttons as well as Marking an entire helps a bit, I could mark it all as done and then manually search for significant changes and unmark them again. But that's a blacklisting vs. whitelisting approach. But I think this is only because of my very small display resolution atm, hope a normal sized monitor will fix this. |
I think it would be possible to detect which diff lines are a part of selection, and indeed mark them as reviewed. This could require splitting the diff into a sub-diff, but can be done. When I find more time, I'll take a look |
Sometimes a PR contains lots of small subsequent diffs, e.g. when some object was renamed. It would be handy if I could simply select all of them (already possible) and then mark all selected diffs as reviewed with a single click / shortcut.
The text was updated successfully, but these errors were encountered: