I wrote a template which I can't use without writing down the list of parameters I need because the clipboard isn't active when I'm filling in the parameters. It would be SO nice if I could go the the various places in my code and copy the values I need for the template parameters into the clipboard and then paste them when I am filling in the parameters. I have a bad feeling that I'm going to need this big time before you get it implemented. Please help.
VS .NET has a "Clipboard Ring", which VAX anhances (not sure if it enhances Clipboard for VS 6 too). Using VAX you can copy as much into the Clipboard, invoke a new "Paste Menu" by pressing Ctrl + Alt + V and choose your desired entry...
Yes I'm using VS6 and the clipboard is enhanced so that I can copy several values into it and paste them by pressing Ctrl-Shift-v. But the Ctrl-Shift-v doesn't work when I am trying to fill in the parameters of a template
I just installed 1277 and the behaviour changed so that Ctrl- Shift - V just pastes the last thing copied into the clipboard. I need to paste several things in though.