CodeEditApp / CodeEditSourceEditor

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

✨ Toggle Line Wrap #66

Closed austincondiff closed 1 year ago

austincondiff commented 1 year ago

Acceptance Criteria

lukepistrol commented 1 year ago

I think .widthTracksTextView is the property that needs to be toggled.

https://github.com/CodeEditApp/CodeEditTextView/blob/2456e20438875daf37cc05e6de43be3ab27cbe78/Sources/CodeEditTextView/STTextViewController.swift#L97

ben-p-commits commented 1 year ago

Just caught this one... @austincondiff - this can be associated to https://github.com/CodeEditApp/CodeEdit/issues/868 and assigned to me if you'd like. I'll close this out in tandem with that work.

ben-p-commits commented 1 year ago

@austincondiff this can be closed!

lukepistrol commented 1 year ago

Closed by CodeEditApp/CodeEdit#948