How to disable copying not selected lines

General and specific configuration/INI settings

How to disable copying not selected lines

Postby jtokach » Thu Mar 09, 2006 4:14 pm

Sometimes I inadvertently hit CTRL-C when I mean to hit CTRL-V. This clears out my clipboard buffer and then I have to go copy the text again and paste again. I hate this. Is there a solution?

Thanks
User avatar
jtokach
Newbie
 
Posts: 3
Joined: Wed Aug 03, 2005 11:00 pm

Re: How to disable copying not selected lines

Postby scallanh » Thu Mar 09, 2006 5:57 pm

What you're experiencing probably has to do with the "copy/cut current line when no selection is active" option.

Advanced -> Configuration -> Editor -> Miscellaneous -> Enable copy/cut of current line when no selection is active

Try disabling/unchecking that option (I have it disabled because I also sometimes hit Ctrl+C when I meant to hit Ctrl+V).
User avatar
scallanh
Basic User
Basic User
 
Posts: 31
Joined: Mon Oct 24, 2005 11:00 pm

Re: How to disable copying not selected lines

Postby mrainey56 » Thu Mar 09, 2006 5:58 pm

Maybe (meaning, not tested):

Assign this macro to Ctrl+C:
Clipboard 1
Copy
Clipboard 0
Copy

Assign this macro to Ctrl+1
Clipboard 1
Paste


When you screwed up a paste, just hit Ctrl+1 to paste your backup of the most recent copy operation.

If this works, you could use any of the UE clipboards. You might have to dedicate one of them to this function to avoid unanticipated problems.
User avatar
mrainey56
Master
Master
 
Posts: 212
Joined: Tue Jul 27, 2004 11:00 pm
Location: Spartanburg, South Carolina

Re: How to disable copying not selected lines

Postby jtokach » Thu Mar 09, 2006 6:02 pm

scallanh wrote:Advanced -> Configuration -> Editor -> Miscellaneous -> Enable copy/append of current line when no selection is active

This cures my pain. Thank you. BTW, what functionality did I loose by disabling this?
User avatar
jtokach
Newbie
 
Posts: 3
Joined: Wed Aug 03, 2005 11:00 pm


Return to Configuration/INI Settings