CodeEditApp / CodeEditTextView

A text editor specialized for displaying and editing code documents. Written in pure Swift.

Home Page:https://codeeditapp.github.io/CodeEditTextView/documentation/codeedittextview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ VSCode-Like Selection Style

thecoolwinter opened this issue · comments

Description

Add an option to have selections follow the Web style. That is, selections don't select the entire visible line if the line is selected. Selection rects only follow text rects.

VSCode:
Screenshot 2024-01-16 at 1 13 57 PM

Xcode (the default selection style for macOS):
Screenshot 2024-01-16 at 1 14 36 PM

Related: #2

Alternatives Considered

No response

Additional Context

No response

Screenshots

No response