CodeEditApp / CodeEditSourceEditor

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

Bump STTextView Version #138

Closed denil-ct closed 1 year ago

denil-ct commented 1 year ago

Bump STTextView version to latest, as it includes a fix for scroll performance and content rendering in large files.

For more info see this discussion.

denil-ct commented 1 year ago

Not sure what to do about the tests failing.

Content Inset is being reset to zero here, and the commit message suggests over-scroll did not work as intended.

How do you folks want to proceed? @austincondiff @lukepistrol ?

denil-ct commented 1 year ago

Tests have been fixed.

thecoolwinter commented 1 year ago

Thank you @denil-ct! I saw all your discussion on the STTextView repo, sorry this took so long to get reviewed.