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

Make STTextView first responder when opening an empty file (CodeEdit #696) #144

Closed RenanGreca closed 1 year ago

RenanGreca commented 1 year ago

Description

A related PR is opened in CodeEdit, which works in tandem with this one, so that newly-created files automatically open in a new editor tab.

Related Issue

Checklist

Screenshots