Top "Copy-paste" questions

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

Implementing iphone's copy/paste controls on a custom view / uiview subclass

I will admit that there is already a question exactly along these lines here on S.O., but it lacks …

iphone copy-paste uimenucontroller
JTable copy and paste using Clipboard and AbstractAction

When I try to paste into a JTable cell using table.setValueAt(), the cell I am pasting in remains blank, …

java swing jtable copy-paste jpopupmenu
How can I get a simple ZeroClipboard copy-to-clipboard setup working within jQuery on jsFiddle on a single click?

I'm struggling to get ZeroClipboard working within a jQuery context. The basic usage I'm after is clipping the text of …

javascript jquery flash copy-paste zeroclipboard
Any Emacs command like paste-mode in vim?

When i'm trying to paste some code from browser to Emacs, it will indent code automatically, is there any way …

vim emacs copy-paste
Prevent ID autogeneration on copy-paste in Visual Studio 2008 ASP.NET Web Form

If I have the following in an ASP.NET Web Form: <asp:TextBox runat="server" ID="tbxUser"/> and …

asp.net visual-studio-2008 copy-paste
Copy image to clipboard with javascript in Chrome only

Is it possible to have javascript copy an image to a clipboard? I'm looking to replicate the "Copy Image" function …

javascript html google-chrome clipboard copy-paste
Error when selecting text from Textview (java.lang.IndexOutOfBoundsException: setSpan (-1 ... -1) starts before 0)

I am trying add copy paste functionality on text view.I have added in code registerForContextMenu(detailedText); and also android:…

java android textview copy-paste clip
Can't paste (Command+V) into an NSTextField

For some reason, an NSTextField isn't allowing me to paste anything into it using Command+V, though I can paste …

objective-c cocoa copy-paste nstextfield
How to allow user to copy, cut & paste selected words from a JTextArea?

Say I have created a GUI with its main pannel a JTextArea and a menubar above (which contains copy and …

java swing user-interface copy-paste jtextarea