Top "Copy-paste" questions

For issues relating to cut, copy, and paste operations.

Capturing Ctrl-c in ruby

I was passed a long running legacy ruby program, which has numerous occurrences of begin #dosomething rescue Exception => e #…

ruby exception copy-paste
OpenClipboard failed when copy pasting data from WPF DataGrid

I've got a WPF application using datagrid. The application worked fine until I installed Visual Studio 2012 and Blend+SketchFlow preview. …

c# wpf datagrid clipboard copy-paste
How to delete (not cut) in Vim?

How can I delete a line without putting it into my default buffer? Example: line that will be copied. line …

vim copy-paste
Fastest way to move files on a Windows System

I want to move about 800gb of data from an NTFS storage device to a FAT32 device (both are external …

windows performance batch-file copy-paste
unable to copy/paste in mingw shell

I just installed MinGW on Windows and I'm unable to copy/paste as I am used to on Linux or …

mingw copy-paste
Javascript OnPaste

I have this right now: <input type="text" placeholder="Paste text" onPaste="alert(this.value);"> This does infact …

javascript input copy-paste
PySerial: How to send Ctrl-C command on the serial line

I'm automating a configuration process for an embedded board. To enter the setup screen I need to send "Ctrl-C" command. …

python serial-port copy-paste pyserial
Copy lines in visual mode in vim

Just a question about copy/paste workflow in gVim. Right now I'm working on a document. I want to select …

vim copy-paste
Similar code detector

I'm search for a tool that could compare source codes for similarity. We have a very trivial system right now …

c++ c detection copy-paste plagiarism-detection
Paste multiple times in Vim

This maybe really simple, But I tried searching and I ended up with stuff like copying multiple lines, cut and …

vim copy-paste paste