3
votes
3answers
136 views
SharePoint list event receivers not firing when copying and pasting using explorer view
Here's the deal, I have various event receivers registered to a document library:
ItemAdded
ItemAdding
ItemFileMoved
ItemUpdating
These event receivers work as expected in all …
0
votes
1answer
8 views
Paste syntax highlighted code from Komodo?
I recently switched from using Vim in Puttytray on WindowsXP to Komodo on OSX. One of the features I miss is Puttytray used to let you copy the colored text out of whatever is in …
3
votes
7answers
558 views
Software for multiple copy/paste?
While coding I find that often it is needed to copy several parts of the code from one place to another (no, it is not copy/paste antipattern) and you end up switching back and for …
2
votes
4answers
125 views
How can I paste arbitrary data into a TMemo?
Copying and pasting text is easy enough, since it's built into TMemo, but it seems that it can only handle text. Seems to me that any kind of data can be represented as a string, …
0
votes
7answers
1k views
Disable Copy/Paste into HTML form using Javascript
Is there a way using Javascript to disable the ability to paste text into a text field on an HTML form?
E.g.
I have a simple registration form where the user is required to input …
0
votes
1answer
58 views
How to copy styled text in JTextPane
I'm trying to create a WYSIWYG editor using JTextPane.
I'm using DefaultEditorKit.CopyAction to copy text in the editor. But this method does not preserve the style of the text. C …
0
votes
2answers
23 views
MFC problem to copy binary file.
I want to copy a binary master file in a new binary file. This file contain nothing but have a predefined size (20000 lines).
Here what i'm doing:
FILE *A_Lire;
FILE *A …
0
votes
0answers
227 views
On attempt to back up data, copy and paste fails to copy any files. What is the root cause of this on laptop running Windows XP system? [closed]
Laptop (running XP) fails to start most of the time i try to boot it (last 20 times). Tried it again tonight, it started. Bought an external hard disk to backup required data a few …
0
votes
6answers
653 views
Paste MS Excel data to SQL Server
I have a bunch of rows in Excel that I want to paste into a new table in MS SQL. Is there a simple way ?
2
votes
3answers
50 views
How Should an OS X Drawing Programs Store Custom Data in its PDF PasteBoard Flavor?
A little history. In the days when the pre-eminent Mac vectored clipboard flavor was PICT, a program could insert its own data into the PICT. The PICT could be pasted into another …
1
vote
1answer
59 views
How can I access the copy buffer on the web?
Wild question here.
Is it possible to access the copy buffer on the web. What I mean is. Can I go into Photoshop. Select a piece of a photo. Copy that piece and paste it into some …
3
votes
2answers
110 views
How to automatically append text to text copied with JavaScript
In JavaScript, how can you select text on a website, copy it (by Control+C, Command+C, or Edit Copy) and have JavaScript append a line or two to the clipboard so when the user past …
0
votes
4answers
81 views
Prevent table column from being selected and copied in Safari and Firefox?
I'm working on what is basically a small utility that displays a piece of sourcecode in a table which has two columns, one for line numbers and one for the actual source.
I found …
7
votes
6answers
281 views
How can I find copy/paste (duplicate, clone) code in Perl?
I've searched the Internet for a while now and I have not been able to find any free (or cheap) tools/utilities/modules that can analyze a set of Perl files (modules or scripts) an …
0
votes
1answer
20 views
Page element that accepts dragged item from favourites bar
What characteristics must a page element have for it to be able to accept an item that has been dragged from the favourites bar?
