fmoralesc / pastie

a simple *nix clipboard manager with application-indicator support
46 stars 7 forks source link

Clean History & Edit Clipboard Leaves Last Entry #12

Closed naesk closed 14 years ago

naesk commented 14 years ago

pastie 0.5.2-1ubuntu1

Clicking clean history doesn't clean the history completely, as the last entry remains. This also applies when deleting the entry whilst editing the clipboard. Both of these are counter intutitive.

fmoralesc commented 14 years ago

Well, there should remain one last entry if there still is something in the system clipboard. But this behaviour is forced (i.e., pastie saves the last entry regardless whether there is or not something in the clipboard) in 0.5.2, and I admit that's not intuitive or correct. I'm changing this for the next release. Regarding the "edit clipboard" dialog, that's a bit more complicated. I think just clearing the text shouldn't modify the clipboard contents. It would be better to add a "Delete" button.

fmoralesc commented 14 years ago

I added delete and replace support to the edit clipboard dialog. I'm releasing in 0.5.3. Closing the issue.