SUMMARY Feature Request: Kate's editor font configuration could include an option to use the system "Fixed width" font. There is precedent for this with Konsole and Kate's integrated terminal. Konsole's default profile follows the system font. New Konsole profiles default to the current font, but will no longer follow the system. I think both a custom or inherited font choice make sense for this core app. STEPS TO REPRODUCE 1. Change system "Fixed width" font. OBSERVED RESULT - Konsole (with default profile) and Kate's integrated terminal change to the new font when refreshed. EXPECTED RESULT - Kate's editor font to change to the new font by default. SOFTWARE/OS VERSIONS (general) ADDITIONAL INFORMATION
We use system fixed font by default as well. I am not sure about introducing a new option in the config for this and also watching the system font so that we can refresh when that changes.
(In reply to Waqar Ahmed from comment #1) > We use system fixed font by default as well. I am not sure about introducing > a new option in the config for this and also watching the system font so > that we can refresh when that changes. Am I understanding correctly that when Kate starts for the *first* time it uses the system fixed font, but never checks again? I agree that watching for font changes doesn't sound great. Konsole doesn't seem to watch for changes while it runs either, rather it seems to check at startup. Is this approach more convincing?
We use the default font on first start. We could try to store, if the user did really set it, and only then load it from the config. Then we would always use the current default font as fallback. But that seems to be overkill for me. Most applications save it just with the first config save.
It does seem overkill if most applications do this, I was going entirely off my experience with Konsole's default profile experience. Thank you all for considering. Do I go ahead and close this now? This is my first time on bugs.kde
I think we can close this, yes, I don't see we add some extra option for that.