I've thought about this for a while, and I think it'd be really nifty to have. It'd be great if PN had options for more complicated copy/cut/paste mechanisms. Right now we have normal copy/cut/paste, and we also have "Clipboard Swap".
It'd be cool to have something like a stack-based clipboard, so you could copy many things into it, then paste many things out of it. So you'd stack-copy #1 to the clipboard, then stack-copy #2, then stack-copy #3. So you'd have a clipboard that had #1, #2, and #3 inside. Then when you hit stack-paste, it spits out the last thing that you copied (#3). Hitting stack-paste 2 more times would spit out #2 and #1 in that order.
You could also have a queue based clipboard, which would paste things out in the order they were copied in. So it'd be like this:
queue-copy #1, queue-copy #2, queue-copy #3
queue-paste #1, queue-paste #2, queue-paste #3
These would be really helpful when you're copying & pasting many elements within a page. I think they'd have to be completely separate systems from the normal copy & paste, to avoid confusion, and they'd have to have different shortcuts as well (maybe none by default, unless there are some free like control+shift+x/c/v, etc).
The one other tweak I'd make is to have some kind of visual feedback to see what you had in the clipboard. So when you stack-copy two things, you'd see a small window popup that would show you snippets of each, before disappearing (like an email notification popup). It wouldn't help if you try to keep lots of stuff in there for a long time (which would be risky and confusing), but it would help when you're just quickly copying & pasting items within a page.
I know this would be an advanced feature, but it would be really nice to have. Thanks!
(I can't make a bug/feature request right now, google's bug site is down for maintenance)