Closed alicerunsonfedora closed 2 years ago
When using a custom font, the editor appears to only apply that font to select areas when the file has syntax highlighting.
The same font should be used throughout the entire editor view, regardless of syntax highlighting.
CodeEdit: 1.0 Hash: (Commit) 095abfec2475ca053bb7783572e4ae9a38d514ea MacOS: 13.0 beta 4 (22A5311f) Xcode: 14.0 beta 4 (14A5284g)
This is an example screenshot demoing the behavior. I've set my font to Fira Code Retina (size 13). Notice that, here, the identifier "Foundation" uses the correct font, as well as the line gutter, whereas everything else doesn't.
@lukepistrol is this a problem with CodeEditTextView? If so please transfer this issue.
@thecoolwinter is this fixed with #59 ?
Yes, closed with #59
Description
When using a custom font, the editor appears to only apply that font to select areas when the file has syntax highlighting.
To Reproduce
Expected behavior
The same font should be used throughout the entire editor view, regardless of syntax highlighting.
Version information
CodeEdit: 1.0 Hash: (Commit) 095abfec2475ca053bb7783572e4ae9a38d514ea MacOS: 13.0 beta 4 (22A5311f) Xcode: 14.0 beta 4 (14A5284g)
Additional context
This is an example screenshot demoing the behavior. I've set my font to Fira Code Retina (size 13). Notice that, here, the identifier "Foundation" uses the correct font, as well as the line gutter, whereas everything else doesn't.