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

[chore] Refactor STTextViewController to reduce duplication #185

Closed austincondiff closed 1 year ago

austincondiff commented 1 year ago

Description

Fixed a few UI bugs by reducing overlap between loadView and reloadUI and calling reloadUI from loadView. These include...

Now loadView calls reloadUI which allows us to reduce code duplication

Related Issues

Checklist

Screenshots

n/a