Reputation: 8937
If I set the caret on a line and accidentally press CtrlX or CtrlC instead of CtrlS, then the entire line is cut/copied, since there is no selection.
This can be very annoying, and can often times destroy code in the clipboard which I wanted to paste. I'd expect nothing to happen if nothing is selected. How can this be turned off?
Upvotes: 12
Views: 2361
Reputation: 165088
Go to Registry screen: Help | Find Action...
and search for registry
there
Once there -- find and activate editor.skip.copy.and.cut.for.empty.selection
entry.
Upvotes: 19