vote up 3 vote down star
2

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.

flag

51% accept rate

7 Answers

vote up 6 vote down check

Have a look at http://www.bluemars.org/clipx/. I use it permanently, I kind of depend on it now :)

link|flag
Thanks, that's exactly what I was looking for. – serg555 Feb 7 at 1:43
vote up 2 vote down

On visual studio you can do (i think) any number of "select text, ctrl + c" and then press ctrl+shift and without releasing them press v to cycle through your copied text.

link|flag
You type quicker than I do :) – Aidan Feb 6 at 17:31
vote up 2 vote down

For Eclipse I use viPlugin it gives you a Vi input model and you can use Vim-like registers for copying, cutting and pasting data.

  • 10 numbered registers "0 to "9
  • 26 named registers "a to "z or "A to "Z
link|flag
vote up 2 vote down

You could take a look at the Ditto or xNeat Clipboard managers (the latter works with Ctrl+C and Ctrl+Shift+V, which I find handy to use).

link|flag
vote up 1 vote down

Another editor to be mentioned here (of course) is Emacs and its registers: doku here

Even available under Windows ;)

link|flag
vote up 0 vote down

You could open up some sort of editor, such as JEdit, and use it as a scratch space, although this is probably not the best solution.

link|flag
vote up 0 vote down

there is a solution present...with the software named office clipboard...link...[http://office.microsoft.com/en-us/publisher/HA101636021033.aspx%5D another alternative is clipboard extender

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.