https://bugs.kde.org/show_bug.cgi?id=490575
Albert Astals Cid <aa...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/sdk/ | |lokalize/-/commit/1705f2b63 | |1f0239ea890c9d5546d69cf1ac9 | |247d --- Comment #3 from Albert Astals Cid <aa...@kde.org> --- Git commit 1705f2b631f0239ea890c9d5546d69cf1ac9247d by Albert Astals Cid, on behalf of Karl Ove Hufthammer. Committed on 05/08/2024 at 22:59. Pushed by aacid into branch 'master'. Make leading/trailing spaces and other invisible character easier to see Leading and trailing spaces are now shown using a brighter colour (a text colour instead of a background colour) that should work well with both light and dark colour schemes. The colour formatting for special characters has been split into separate rules for 1) non-breaking spaces, 2) soft hyphens, 3) leading/trailing spaces. (Before this commit, rules 2 and 3 were combined, even though their formatting should preferably be different.) Also, now we specify both foreground and background colours for each rule. This ensure that symbols used for visualization of invisible characters (the ‘Visualize separators such as spaces, tabs and new lines in the editor’ setting) are always clearly visible (when the setting is enabled). M +18 -8 src/syntaxhighlighter.cpp https://invent.kde.org/sdk/lokalize/-/commit/1705f2b631f0239ea890c9d5546d69cf1ac9247d -- You are receiving this mail because: You are watching all bug changes.