We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The selected line background extends outside the region text is drawn in.
The background should be drawn inside the bounds set by the text view's padding.
CodeEditTextView: 0.7.7 macOS: 15.1 Xcode: 16.1
No response
The text was updated successfully, but these errors were encountered:
Inset Selection Rect By Edge Insets (#60)
41ea36f
### Description Insets the drawn selection box by the text view's edge insets. ### Related Issues * #59 ### Checklist <!--- Add things that are not yet implemented above --> - [x] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md) - [x] The issues this PR addresses are related to each other - [x] My changes generate no new warnings - [x] My code builds and runs on my machine - [x] My changes are all related to the related issue above - [x] I documented my code ### Screenshots https://github.com/user-attachments/assets/74f8a8bd-4467-4b65-b068-96544c230dad
Closed with #60
Sorry, something went wrong.
No branches or pull requests
Description
The selected line background extends outside the region text is drawn in.
To Reproduce
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
The text was updated successfully, but these errors were encountered: