TermiT / Flycut

Clean and simple clipboard manager for developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pasting re-orders the stack on paste, despite unchecked preference

joshgold22 opened this issue · comments

My main usage of flycut is to copy a batch of several items, and then paste them into their respective locations by repeatedly doing this sequence of keys.

Click to place the cursor, Cmd-Shift-V, Enter
Click to place the cursor, Cmd-Shift-V, Right-arrow, Enter
Click to place the cursor, Cmd-Shift-V, Right-arrow, Enter
...

(or I often do this backwards from the bottom using Left-arrow, rather than starting at the top.)

Now (1.9.4, 1.9.5) when I do this, even though I do not have "move pasted item to top of stack" checked, my stack gets shuffled. I wind up with the items in the stack shuffled, and I wind up repeatedly pasting the same item over again.

I can't tell if the problem is just moving around things in the stack, or if FlyCut may also lose track of the "pointer" (i.e., the next time I bring up the bezel with Cmd-Shift-V, I expect it to be showing the same item I just pasted, so I can move up or down one step from there.)

Hi Josh,
You can see your position in the Flycut clippings list by the numbers at the bottom of the bezel.

Thanks, I was able to check, and, (with the preference unchecked) on paste the item is moved to the top of the stack and the pointer is moved to the top with it. This makes it difficult to copy and paste a sequence in order. (I assume it just means that the preference is "stuck"?)

Did you try checking it and unchecking it? Maybe even check it, quit Flycut, start it up again, make sure it’s checked, uncheck, quit, start, make sure it’s checked? Kind of the old reboot-the-computer fix to magically solve all crazy things. :-)

Some restarts of the app didn't help. I'm due for an reboot and will follow up after that.