| Summary: | When using a fixed pitch font that is not tagged as a "fixed pitch font", add the option to get word wrap marker. | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | raphael.cazlev |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | 6yearold, christoph |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 5.59.0 | |
| Sentry Crash Report: | |||
|
Description
raphael.cazlev
2015-02-17 18:54:25 UTC
I faced the same problem with Hasklig (aka Source Code Pro). When the font is set to "Ubuntu Mono", the static word wrap marker is visible. Switching to Hasklig makes it invisible despite "Show static word wrap marker" option being turned on. Can we hope for a fix for this? Should be trivial by a quick look. We could just remove the check and always paint the marker. Users are then responsible themself if they can live with how it looks depending on the font. Would that be ok? (In reply to Christoph Cullmann from comment #3) > We could just remove the check and always paint the marker. > Users are then responsible themself if they can live with how it looks > depending on the font. > Would that be ok? Sure. I don't even get why the check was added in first place. Pushed, done with that. |