Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a color picker plugin for Eclipse?

I'm using Eclipse Galileo PDT for my work. I also use it to edit my CSS files.

Is there a plugin that lets me pick a color (from a palette or even anywhere from the screen) and which returns the HEX value of that color into my CSS file?

like image 329
Martin Avatar asked Sep 24 '09 13:09

Martin


People also ask

How do I add color picker?

To add a color picker in an HTML page, use an <input> tag with type = 'color' . The initial value can be set using the value property. This value needs to be set in hexadecimal because colors are represented as six-digit hexadecimal values following a hashtag ( # ).

How do I change colors in eclipse?

Changing the Color Theme To change the color theme in your editor: Go to Window | Preferences | General | Appearance | Color Theme. The list of available Eclipse color themes is displayed.

What is color picker palette?

A color picker (also color chooser or color tool) is a graphical user interface widget, usually found within graphics software or online, used to select colors and sometimes to create color schemes.


1 Answers

Jspresso Colors 'n Fonts

Just select any java string literal and right click on it to open the contextual popup menu... then select Jspresso>Choose Color... or select Jspresso>Choose Font...

Supports also tooltip : fly over your string literal to display the current color or font... and activate hyperlink to open the editor popup !

like image 135
Paul Verest Avatar answered Sep 20 '22 06:09

Paul Verest