You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any chance add option for saving color to clipboard, not output color to actual cursor position in NPP? I often need to take color from screen for various programs (by using NPP) but it always modifies the current document which may lead to subsequent problems.
Interesting idea is saving color to clipboard when we press some key, like 1/2/3/4 etc, and various keys can represent different forms of color. Something simillar what we have in new DesktopOK 4.21 http://www.softwareok.com/?seite=Freeware/DesktopOK.
The text was updated successfully, but these errors were encountered:
It depends on how exactly this is to be introduced, but it would be best to gave more options, minimum is #RRGGBB (like default what we have now), plus some decimal notation like rgb(RR,GG,BB) or just RR,GG,BB, and maybe HSL.
I'm not sure how "Pick to Clipboard" you want to implement, so first we must run "+ Pick Color from Screen" and after this run "Pick to Clipboard"? So what next, if color was saved then picker window will automatically close or we must press Esc?
Another option can be just put various command, like "Pick to Clipboard #RGB", "Pick to Clipboard (r,g,b)" etc., it will open picker window and when we press left mouse thet color goes to clipboard and picker window will automatically close. So we can set hotkey for standard command "+ Pick Color from Screen", and if anyone need only saving color then can do that and additionally choose what format want. But something simmilar can be done in previous solution, run command to open standard window picker + run command for saving color to clipboard (after this automatically close picker window).
You can also put one "Pick to Clipboard" command but add in option some checbox to choosing saving color format. In detail it depends on which variant you take. But even one #RRGGBB format is better than have nothing:)
Any chance add option for saving color to clipboard, not output color to actual cursor position in NPP? I often need to take color from screen for various programs (by using NPP) but it always modifies the current document which may lead to subsequent problems.
Interesting idea is saving color to clipboard when we press some key, like 1/2/3/4 etc, and various keys can represent different forms of color. Something simillar what we have in new DesktopOK 4.21 http://www.softwareok.com/?seite=Freeware/DesktopOK.
The text was updated successfully, but these errors were encountered: