Hello,
I've been using UE, and now UES for a really long time now. There is one single feature which misses me a lot : a little color preview on hexadecimal color codes (in CSS files for example)
The idea would be to draw a little square near any detected color code in the file, filled with the corresponding color.
Screenshot :
On this example, I would assume that standard color names would be recognized too, which is not absolutely necessary. A really good point however would be to allow this feature to be added (optionally) through the wordfile, with something like this:
Which would mean that anything starting with "#" or "0x" and followed by 6 hexa characters would display a little color box. This would allow to use this feature in Flash source code like :
I've been using UE, and now UES for a really long time now. There is one single feature which misses me a lot : a little color preview on hexadecimal color codes (in CSS files for example)
The idea would be to draw a little square near any detected color code in the file, filled with the corresponding color.
Screenshot :
On this example, I would assume that standard color names would be recognized too, which is not absolutely necessary. A really good point however would be to allow this feature to be added (optionally) through the wordfile, with something like this:
Code: Select all
/Colors = # 0x html
Code: Select all
mc.beginFill(0xff0000);