phillipfoose
Junior Member
USA
23 Posts |
Posted - Aug 06 2013 : 8:13:30 PM
|
If I'm using the block select mode (holding down alt to highlight multiple rows/columns of text).
And then I use the ctrl-shift-insert combo to bring up the paste menu then make a selection, instead of the pasted text being inserted in all locations selected, it goes in the correct place on the final line, then totally wipes out any preceding lines.
This differs from the standard paste command.
If I do this without the paste menu, just a normal ctrl-v to paste I get this functionality -
Start with this - int i = 0; int j = 1; int k = 2; int j = 3;
Use column mode to highlight all instances of int only.
Then paste (buffer contains float).
I end up with
float i = 0; float j = 1; float k = 2; float j = 3;
However if I select the same text and then paste float from the paste menu I end up with -
float j = 3;
I'm using -
VAX - 10.7.1949.0 Build 2013.07.25 Visual Studio 2010 Version 10.0.40219.1 SP1 Rel
|
|