Deletion indicators should go after line continuations
lee-dohm opened this issue · 1 comments
lee-dohm commented
From @stuartpb on January 31, 2018 1:58
Description
"Deleted line" indicators in Atom are placed after the line number: if the lines are wrapped, these should go over the last line that the line of text has been wrapped to, instead of being placed after the first line (where the number ends).
Steps to Reproduce
- Toggle Soft Wrap on (via "Toggle Soft Wrap" under the "View" menu).
- Open a file with a long line followed by a deleted line (ie. in Git).
- Narrow the window so that the long line preceding the deletion is wrapped to multiple lines.
Expected behavior: The deletion marker should be placed in the space between the end of the preceding line's content and the next line.
Actual behavior: The deletion marker is placed in the middle of the continued line, at the bottom of the first row of characters and before the rest of the continuation.
Versions
1.23.3
Copied from original issue: atom/atom#16656
maxbrunsfeld commented
This issue was moved to atom/atom#18005