-8
another feature forced really hard on users, with Konsole this time: the color preview
(files.mastodon.social)
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
Additionally, The color preview feature was added to Kate in version 22.08.0, which was released on August 18, 2022.
@Rustmilian @TimeWalker
Kate Color Preview plugin can be enabled/disabled without creating a profile, also it seems to have a different behaviour.
example from within a C/C++ file:
uint32_t blue = 0x0000ff;
const char* red = "#ff0000";
const char* color = "purple";
in Kate, only "#ff0000" triggers the color preview, neither blue, red, "purple" or 0x0000ff seem to trigger it
in Konsole all of those except 0x0000ff trigger the color preview
same color preview core, different rules maybe?
Lowercase also works.