| Summary: | Editor font could optionally follows system's "Fixed width" font | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Julian <julian> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | CC: | christoph, waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Julian
2025-02-19 08:34:57 UTC
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. |