CodeEdit
CodeEdit copied to clipboard
🐞 Font is changing while editing
Description
After setting a custom font the editor will cycle between the custom and default fonts the size stays the same though. This seems like it happens only when the syntax is highlighted
To Reproduce
- Set a custom font
- Start typing some code
Expected behavior
The font should stay the same during editing
Version information
CodeEdit: 1.0 Hash: b0e30e5ad4715f1dbfb54999322d9e66daa41db2 MacOS: 12.5 Xcode: 13.4.1
Additional context
No response
Yeah, I see that after setting a font, only new characters typed after the change get the newly set font while existing characters remain set to the old font used prior to the change.
@austincondiff this issue will be resolved by adoption of https://github.com/CodeEditApp/CodeEditTextView/pull/122.
Can we assign to me and I'll confirm its resolution once another CETV release rolls out?
(If you hadn't noticed, I'm hunting stale bugs associated to preference updates)
Closing with CodeEdit/CodeEditTextView#122