CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
504 stars 74 forks source link

Bump STTextView to 0.6.7 #193

Closed thecoolwinter closed 1 year ago

thecoolwinter commented 1 year ago

Description

Updates STTextView to the latest version. We skipped a few versions that would not compile for tests.

Related Issues

Checklist

Screenshots

The only visual change is that wrapped lines now highlight the entire line instead of just the selected line (#137).

Old:

5 3

New:

6 7
thecoolwinter commented 1 year ago

Sorry Luke, some deprecation errors came up in CI that didn't show in Xcode.

austincondiff commented 1 year ago

Looks good!