Geany has a builtin color picker (Tools → Color Chooser) that will also display the selected color. With CSS you should be able to just double-click (or otherwise word-select) on the color, and invoke the color picker (possibly with a keybinding you can configure) both for displaying and picking a color.
For the additional fancyness you're suggesting, it could likely be implemented by a plugin with more or less effort (e.g. displaying a popup when hovering a color will probably be easier than displaying a colorful dot, as I'm not sure Scintilla, the editing component Geany uses, have that ability builtin).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.