abentele / Fraise

Fraise is a lightweight but powerful text editor for macOS Sierra -- moved to https://github.com/abentele/Erbele --
Apache License 2.0
17 stars 1 forks source link

Space Character Ignores Hidden Character Color #13

Closed rkarolak closed 7 years ago

rkarolak commented 7 years ago

Something I noticed is that if I enable the showing of hidden characters the space symbol doesn't use the color specified for invisible characters in the preferences. All other characters, like the line feed, are using the correct color but the space character is always black.

abentele commented 7 years ago

confirm: that's a bug

abentele commented 7 years ago

I'm currently investigating on this, but the solution is not trivial. Maybe the current implementation in FRALayoutManager should be replaced with a NSLayoutManagerDelegate implementation.