Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Paste Menu + Block Mode Bug
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

phillipfoose
Junior Member

USA
23 Posts

Posted - Aug 06 2013 :  8:13:30 PM  Show Profile  Reply with Quote
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

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Aug 07 2013 :  09:08:02 AM  Show Profile  Reply with Quote
I am seeing the same effect here. Unfortunately, clipboard menu does not yet support block mode:

case=531
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000