Modify ↓
#5512 closed defect (duplicate)
diff view does not wrap long lines without spaces
| Reported by: | Eli Carter | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Given a file with a very long line that has no spaces; if that line is modified, the diff view will not wrap the line.
- For viewing in
inlinemode, that makes the line scroll way off to the right of the page. - For viewing in
side-by-sidemode, that makes the lines overlap each other.
Browsers checked: Firefox 1.5 and Konqueror
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
comment:2 by , 18 years ago
s/can/can't/
Another idea: introduce some zero space width characters to allow for wrapping…
Note:
See TracTickets
for help on using tickets.



Well, if there's no space, the browser can wrap the line. So what do you suggest? Artificially breaking the lines and adding a continuation icon (Emacs-style)?
See #1420 (you can reopen that ticket if you want ;-) )