Page 1 of 1

FIXED: [10.60b1] Color hint under mouse cursor

Posted: 11 Aug 2015 12:31
by pjj
Rickard Johansson wrote:Color hint under mouse cursor
To display a color hint move the mouse cursor over a color value in the text and wait a second. The hint is displayed until you move the mouse.
The hint display the color in a colored rectangle together with several color values in different formats.
The first value is an RGB() value. Next is a web color value e.g. #F2A723 and last a decimal value.
FWIW it doesn't work for shorthand color notation, e.g. #fff;

You may want to enhance the spectrum of recognized color formats (even though I don't see usefulness of color hint at all...); different formats are listed e.g. at this MDN page.

Re: [10.60b1] Color hint under mouse cursor

Posted: 12 Aug 2015 17:34
by Rickard Johansson
The short hand version #fff should work now. I might add some more formats in a later version...

Re: FIXED: [10.60b1] Color hint under mouse cursor

Posted: 17 Aug 2015 10:18
by micha_he
It also does not work with AutoIt-Hex-Colors like '0xA0A0A0'.

@Rickard: The HEX-identifier in the AutoIt-syntaxfile is still wrong (0x0.... instead of correctly 0x....)

Re: FIXED: [10.60b1] Color hint under mouse cursor

Posted: 17 Aug 2015 15:43
by Rickard Johansson
Fixed in final version along with a few other color hint issues...