You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diff view has "Copy" and "Copy as Patch" via right click. "Copy" copies selected lines including old and new versions of the changed lines. This is rather useless because if the user wants to copy both old and new versions he would also probably want those in patch format which is already available via "Copy as Patch".
So I propose here removing the "Copy" from the right click menu and adding "Copy Old Version" and "Copy New Version" options. So for example when a hunk is selected in a diff and "Copy New Version" is clicked, then all the white and green lines in that hunk will end up in the copied text, and not the red lines.
I think this would be a useful addition because doing such a copying currently is not easy:
"Copy New Version":
Right click on file name
Press "Show in File Tree"
In the opened file, scroll until you arrive at the correct line
Select lines and copy
"Copy Old Version": Even more steps
The text was updated successfully, but these errors were encountered:
Diff view has "Copy" and "Copy as Patch" via right click. "Copy" copies selected lines including old and new versions of the changed lines. This is rather useless because if the user wants to copy both old and new versions he would also probably want those in patch format which is already available via "Copy as Patch".
So I propose here removing the "Copy" from the right click menu and adding "Copy Old Version" and "Copy New Version" options. So for example when a hunk is selected in a diff and "Copy New Version" is clicked, then all the white and green lines in that hunk will end up in the copied text, and not the red lines.
I think this would be a useful addition because doing such a copying currently is not easy:
"Copy New Version":
"Copy Old Version": Even more steps
The text was updated successfully, but these errors were encountered: