The font in scite's ctrl+shift+f interface is too small.
Optimize `Document::SetStyles()` and `Document::SetStyleFor()`
Make autocompletion popup list cyclable
Closing as duplicate,
Invalidate render targets when detecting a changed scaling factor
Blurry text in autocompletion lists with DirectWrite in a GDI scaled application
Report and Fix for Spurious Error Message Checking Reload on Untitled Files
I considered adding an API SCI_SETFONTPLATFORM for an extra font attribute implemented similar to SCI_SETFONTLOCALE that would be available for use by externally maintained platform layers. However, it doesn't really improve this case since it would still require maintaining a platform layer with the feature implemented which would be similar effort to the above change. It would avoid potential issues with the choice of syntax - this has been a problem in the past where data was 'smuggled' to the...