Ben P.
Ben P.
@Cubik65536- font updates are being handled in a PR that just merged into CodeEditTextView: https://github.com/CodeEditApp/CodeEditTextView/pull/122 You're right about the live color scheme changes needing some additional love to address..
@Cubik65536 - can you modify the scope of this issue to remove the concern about fonts, to keep things tidy / separate?
@austincondiff - this rhymes with some of the stuff I did around line wrapping / misc text editor prefs. would be happy to nab this one.
It looks like it's doing some update due to text wrapping? hard to say...
Adding this for posterity- I have implemented this change, and the supporting changes in CodeEditTextView are handled in https://github.com/CodeEditApp/CodeEditTextView/pull/124. PR for CodeEdit is pending the next update to CETV.
I wonder if we should have new CodeEditTextView instances grabbing first responder.
@dagadbm this is a great idea!