-
Notifications
You must be signed in to change notification settings - Fork 643
Description
Current behaviour:
When selecting Patch all lines are checked. The only way to change the selection is to click on all checkboxes of the lines that should be deselected.
To me this feels very inefficient and a little bit annoying, especially with long commits (>100 lines) which need patching the most.
Feature proposal:
Make it possible to select or deselect multiple lines at once by clicking and holding on the first checkbox and releasing the mouse on the last line.
To make this feature easier to understand and find it would be nice if the state of the checkboxes would change while moving the mouse around.
More ideas:
It would be nice if the clickable area of the checkboxes would be a little bit bigger (maybe a square which fills the whole height of the line).
A button which selects/deselects all checkboxes would also be very useful.