Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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 anti-pattern) and you end up switching back and forth 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/Ctrl-V.

share|improve this question
We just started working on a similar project. Download it and please have a try : mvcp.codeplex.com – Aishwarya Shiva Pareek Mar 24 at 13:52

12 Answers

up vote 29 down vote accepted

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

share|improve this answer
Thanks, that's exactly what I was looking for. – serg Feb 7 '09 at 1:43
Very usefull. Thanks! – Burkhard Oct 24 '11 at 10:20
Totally awesome. The Ctrl-Shift-G to google search is addictive! – Ismail Degani Feb 8 at 23:23

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.

share|improve this answer
You type quicker than I do :) – Loofer Feb 6 '09 at 17:31
This is awesome. I am glad i found this post – stephen776 Jan 7 '11 at 16:23

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).

share|improve this answer

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
share|improve this answer

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

Even available under Windows ;)

share|improve this answer

There is a solution present with the software named office clipboard.

Another alternative is clipboard extender.

share|improve this answer

try: TenClips ctrl+<0,9> selects buffer ctrl+c/v works as usual but for selected buffer

share|improve this answer
Thanks for the tip ! I think TenClips is the best solution i've tested lately ! (Unformated Paste function is very useful) – mlb Apr 12 '12 at 13:33

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.

share|improve this answer

Try this http://qreo.net/coppy/

For text & files.

share|improve this answer

I use edit plus, it has a monitor clipboard option that I use franticly, but I guess I'll give clipx a try as well...

share|improve this answer

You could check out this utility.

share|improve this answer

I've found this copy paste program to be the best by far. I've tried quiet a few but this one was the least intrusive and the lightest on my system resources.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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