vote up 4 vote down star

I have somehow misconfigured fingers. This leads to a very annoying situation.

  1. I select a block of text to copy;
  2. I move the cursor the place where I want to paste the code;
  3. I accidentally press Ctrl+C again instead of Ctrl+V;
  4. My block of copied text is replaced by an empty block;
  5. I have to go back and do it all over again. Grrrrr.

Is there any way to disable this behavior, that is to disable copy of empty blocks of text in Visual Studio 2005+?

flag

1  
That drives me crazy as well. – EndangeredMassa Sep 16 '08 at 16:06
I really hate this "feature" – Eduardo Cobuci Sep 8 at 14:10

5 Answers

vote up 12 vote down check

It's not copying an empty block, it's copying the blank line. You can change this setting in Tools > Options > Text Editor > All Languages > 'Apply Cut or Copy Commands to blank lines when there is no selection'

link|flag
vote up 3 vote down

Press CTRL+SHIFT+V twice.

link|flag
this is what i do. it's nice in general, even if i have other things copied. i just cycle through my clipboard – Darren Kopp Sep 16 '08 at 16:08
vote up 2 vote down

I'm using Visual Studio 2008 (but I believe this answer applies to Visual Studio 2005).

Select Tools -> Options.

Navigate to the "Text Editor" node and expand it.

Expand "All Languages" (or whatever language you want to apply this to) and check the "Apply Cut or Copy commands to blank lines when there is no selection".

link|flag
vote up 0 vote down

The option that saved my sanity is found in Tools - Options - Text Editor - All Languages - General. There's a checkbox Apply Cut or Copy commands to blank lines when there is no selection. Unchecking this allowed me to hit Ctrl+C all i want on a blank line without losing the content on my clipboard.

Source

link|flag
vote up 0 vote down

Go to Tools > Options > Text Editor > All Languages > General

The option on that page is "Apply Cut or Copy commands to blank lines when there is no selection"

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.