brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Feature Request (color picker/pallet ) #10995

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by MandarSant Tuesday Nov 15, 2016 at 03:30 GMT Originally opened as https://github.com/adobe/brackets/issues/12913


I use dreamweaver for coding i also like Brackets but what makes me to stick to dreamweaver is its color picker/pallet(While Coding CSS) so i request Brackets dev to create the dreamweaver like color picker/pallet for Brackets

47aa920e-a85a-11e6-8ff5-0cd918fdf0e3

core-ai-bot commented 3 years ago

Comment by swmitra Tuesday Nov 15, 2016 at 04:14 GMT


@MandarSant Thanks for reaching out to us. If you look closely there are only 2 feature differences between the DW color picker and Brackets color picker.

There are lot of color pickers provided by some popular JS libraries which can add the other missing features like preview, grayscale slider and favorite color icons. But none of these libraries offer an eye dropper. Reason? Implementation complexity.

I would request you to try some of the Brackets plugins for color picker (based of jquery color picker).

core-ai-bot commented 3 years ago

Comment by MandarSant Tuesday Nov 15, 2016 at 12:33 GMT


@swmitra nearear to DW color picker is Exceptable i am not insiste for exactly same but out of 100% 40% is exceptable

core-ai-bot commented 3 years ago

Comment by meeple142 Thursday Nov 17, 2016 at 01:25 GMT


@swmitra if you have your courser in a color like #1F1F1F or #FFF or in between the parenthesis in rbg(0,0,0) then push Ctrl + e it will open a color picker that does most all of those things. (tested in js, html and css file)