| Summary: | Color Picker plugin: Add support for 4-hexdigit colors | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Rob <robuhde> |
| Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | christoph |
| Priority: | NOR | ||
| Version First Reported In: | 24.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Rob
2025-02-20 19:48:30 UTC
We use QColor::fromString That seems so far not to support that string format itself: https://doc.qt.io/qt-6/qcolor.html#fromString Ah, thanks, that would make it quite difficult. I've added a suggestion request for Qt to add support for 4-digit hex codes. (In reply to Christoph Cullmann from comment #1) > We use QColor::fromString > > That seems so far not to support that string format itself: > > https://doc.qt.io/qt-6/qcolor.html#fromString |