Opened 18 years ago
Closed 18 years ago
#5779 closed enhancement (wontfix)
patch/diff renderer should allow to toggle line numbers to allow copy paste
| Reported by: | ThurnerRupert | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | general | Version: | 0.10-stable |
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
it would be beneficial if patch renderer, or diff renderer would allow to switch off / toggle the line numbers to allow better copy paste of the contents.
Attachments (0)
Change History (5)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
additionally copying a few lines of the old version is not so easy even out of the downloaded unified diff ;)
comment:4 by , 18 years ago
In milestone:0.11, you can toggle between Tabular/Unified view of the diff, provided you have Javascript enabled.
A third possibility, removing the line numbers in the tabular view, as suggested here, could probably be added but I don't really see the point for that: for small changes, you can already copy/paste lines one by one and for bigger changes, you don't want to copy/paste anyway but rather apply the patch automatically.
So I propose a wontfix/worksforme here.
comment:5 by , 18 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Agree with the wontfix. I'd suggest reading more about the patch utility.



You can also download the patch in an alternative format - such as unified diff - rather than copy 'n pasting. However, the wiki diff view does not provide any alternate format.