CodeEditApp / CodeEditSourceEditor

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

🐞 Text changes from bold to not bold when typing #45

Closed KaiTheRedNinja closed 2 years ago

KaiTheRedNinja commented 2 years ago

https://user-images.githubusercontent.com/88234730/177717085-9b40d21b-b6b4-4365-a423-a3c3437905b3.mov

When typing in a file (doesn't matter what the file extension is, so long as CodeEdit can syntax highlight it), the text changes from bold to non-bold, and/or the font size changes.

lukepistrol commented 2 years ago

@thecoolwinter is this fixed with #59 ?

thecoolwinter commented 2 years ago

Yes it is, didn't see that it got merged!

thecoolwinter commented 2 years ago

Closed with #59