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
Long wrapped lines cause the ruler (line numbers) to be drawn on top of the tab bar (having multiple tabs is required to display the tab bar).
This issue occurs when the 3rd or 4th row of any wrapped line is the first line of the buffer. I could not reproduce it in other cases, but it seems like problems start after the 2nd row.
(After some testing...)
Maybe it has to do with the fact that when I scroll using ScrollUp and ScrollDown, it is done every 2 rows. So, the issue happens with lines that come after the 2nd row. If the wrapped line has 8 rows, for example, you can reproduce this consistently.
You can try this text; feel free to make a longer line (it depends on your font and screen size).
Long wrapped lines cause the ruler (line numbers) to be drawn on top of the tab bar (having multiple tabs is required to display the tab bar).
This issue occurs when the 3rd or 4th row of any wrapped line is the first line of the buffer. I could not reproduce it in other cases, but it seems like problems start after the 2nd row.
(After some testing...)
Maybe it has to do with the fact that when I scroll using
ScrollUp
andScrollDown
, it is done every 2 rows. So, the issue happens with lines that come after the 2nd row. If the wrapped line has 8 rows, for example, you can reproduce this consistently.You can try this text; feel free to make a longer line (it depends on your font and screen size).
The text was updated successfully, but these errors were encountered: