Improve color print logic#839
Improve color print logic#839sabrogden merged 1 commit intosabrogden:masterfrom dcog989:improve-color-display-logic
Conversation
|
FYI - matching on valid-colors.txt |
fixed build errors from #839 a…
|
fixed build errors and a few cases from your colors.txt that were not working, please verify, #841 |
|
Yeah, looks good. Thanks for fixing my silly mistakes (the learning curve is still vertical!). |
|
i beg if differ on this checkout the screenshots, the ditto version are there as well vs with colors...
... there are many code langs and settings doc that don't require a prefixes or even add their. AHK is good example, it uses hex, but not and\or other code docs, an xml here, don't use the |
|
Fixed in the latest, thanks for saying something, https://github.com/sabrogden/Ditto/releases/tag/nightly |
|
So
Same as before - that's not RGB. How can you match for every permutation of RGB / HSL / etc. without their prefix? |
|
Going back to this issue \ feature request. Which u implemented previously. #722 This change has broken it. |


Catch missing (e.g. hsl(123 23% 34%)), remove false catches (e.g. '112233').
Refactored, help classes.