CodeEditApp/CodeEditTextView

๐Ÿž Selected Line Background Extends Outside Text

Opened this issue ยท 0 comments

Description

The selected line background extends outside the region text is drawn in.

To Reproduce

  • Open a file
  • Add some or trailing padding.
  • Select 3 or more lines
  • Notice that the background is drawn as far left as possible.

Expected Behavior

The background should be drawn inside the bounds set by the text view's padding.

Version Information

CodeEditTextView: 0.7.7
macOS: 15.1
Xcode: 16.1

Additional Context

No response

Screenshots

Screenshot 2024-11-22 at 9 36 17โ€ฏPM