While coding I find that often it is needed to copy several parts of the code from one place to another (no, it is not copy/paste antipattern) and you end up switching back and force between files.
Does anyone know any good windows-wide software (or Eclipse plugin) that can handle multiple copy/paste? So I can copy several different things at the same time and paste them in any order.
I tried couple but they didn't feel as natural as Ctrl-C/V.