thezbyg / gpick

Advanced color picker written in C++ using GTK+ toolkit
BSD 3-Clause "New" or "Revised" License
376 stars 33 forks source link

Copy/paste multiple colors #180

Closed prokoudine closed 4 years ago

prokoudine commented 4 years ago

It's possible to select multiple colors in the colors list to delete them. However, only the first selected color can be copy-pasted.

thezbyg commented 4 years ago

I need some clarification, because currently multiple colors can be copied by selecting them and pressing Ctrl+C or using Copy to clipboard menu item. Results can be pasted into some other application like text editor. I assume that you are asking for ability to paste multiple colors into Gpick palette? This is not currently implemented but shouldn't be hard to do.

prokoudine commented 4 years ago

No, here is what I mean.

  1. Select multiple colors in the right pane
  2. Ctrl+C
  3. Ctrl+V

I expected multiple colors to be appended to that list. Instead, only the first selected color is copy-pasted.

thezbyg commented 4 years ago

Done. Please test if copying/pasting works as you expect.

prokoudine commented 4 years ago

Seems to work as expected, thank you!