Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Paste Menu + Block Mode Bug

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
phillipfoose 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

1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Aug 07 2013 : 09:08:02 AM
I am seeing the same effect here. Unfortunately, clipboard menu does not yet support block mode:

case=531

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000