New issue 36 by 00a...@gmail.com: Multi-color internal clipboard
http://code.google.com/p/gpick/issues/detail?id=36
- to make it easier to move multiple colors within a palette.
After generating a gradient using 'mix colors' or a scheme
using 'generate', I find I usually want to put it next to the original
colors, but currently have to move one color at a time.
Considering that large numbers of colors can be generated (even as few as
16 becomes troublesome), we could usefully have some way to move large
numbers of colors around. Internal 'Cut/Copy/Paste' is the traditional
solution. This would nicely round out the arrangement-of-colors
functionality.
Comment #1 on issue 36 by thez...@gmail.com: Multi-color internal clipboard
http://code.google.com/p/gpick/issues/detail?id=36
I agree that this is necessary, however this will require quite some
changes in the code. I will take a look into this next week.
So, how is this going?
I implemented the multi-color drag from the palette, and today will try to
implement the drop functionality.
Multi-color drag&drop functionality committed in revision ced9087746a9.
It still needs improvements (its quite hard to not select something while
trying to initiate drag), but its usable
Yeah, works good :) Is the ability to shift a color rather than duplicate
it (via holding SHIFT) new? It's great!
We definitely need to document that somehow -- working with any amount of
colors without that ability to move rather than duplicate is fairly
annoying.
The ability to shift colors was as old as drag&drop functionality. Looks
like I need to start writing a manual for Gpick as soon as possible :)
I've recently found that occasionally shift-dragging somehow reverses the
order of the colors as they are inserted in the final position. Actually
reliably reproducing this is hard.
I have tried reproducing it, but couldn't get it to reverse the colors.
Selection issues solved in revision 85b089216430.
Color order reversing fixed in revision 9a07528f6645
This seems to be working quite well now. I did just notice an issue:
although GPick seems to provide multiple colors in the drag object,
dragging multiple colors between GPick instances only adds a single color
in the instance that they are dropping on to.
Ability to drag multiple colors between Gpick instances added in revision
2b851bdf148c