Clipboard tool for pasting multiple versions Back

I am working on migrating some Flash files from AS2 to AS3 and I realize that there are several pieces of text I need to copy over and over.

Right now I have these snippets of text in an open notepad file, but I would like to be able to store these snippets in the clipboard so that I can easily access them, for example by pressing something like CTRL + 1, CTRL + 2. etc.

Does anyone know of a good tool for this?

Thanks,

0


a source to share


2 answers


If you have visual studio installed, you can use it instead of notepad. Then you can copy multiple lines to the clipboard and use Ctrl + Shift + Ins to paste them one at a time.



+2


a source


Another alternative is Microsoft Office, here's a small entry in their Clipboard utility.



It's also nice because it prints agnostic, so you can crop multiple levels of text, images, etc. I haven't used the Visual Studio version, so I don't know how it compares, but I use it all the time.

+1


a source







All Articles