Summary: | icon request: show whitespaces / show all characters | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | Gary Wang <wzc782970009> |
Component: | Icons | Assignee: | visual-design |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | kainz.a, m, nate |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gary Wang
2024-06-20 12:30:15 UTC
Some info might be helpful for creating related icons: For the "Show whitespaces" action, the glyph of the ␣ (U+2423 OPEN BOX) character can be used as reference, which itself is the graphic for space. For the "Show non-printable spaces" action, I actually don't have any good idea but the glyph of the ␢ (U+2422 BLANK SYMBOL) character might be good to be used as reference, which itself is the graphic for (blank) space. Actually U+2400-2421 is for these non-printable control characters, like U+240A is LF and so on, KCharSelect can be used to check those characters. Alternatively, ☒ (U+2612 BALLOT BOX WITH X) can be used as reference, which more likely a tofu character. For the "Show all characters" action, the glyph of the ¶ (U+00B6 PILCROW SIGN) character can be used as reference. This is the icon that most Notepad++-clones (include Notepad++ itself) use for such action. Whatever acceptable or not I'm both fine with VDG's decision, hope that helps :) |