From fcb63b9acced887908af533ac7339703851a10b3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 1 Mar 2005 20:33:01 +0000 Subject: Documenting asynchronicity of X clipboard. --- doc/ScintillaDoc.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 1520b5437..e5dab88d1 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -786,6 +786,10 @@ struct TextToFind {

GTK+ does not really support SCI_CANPASTE and always returns TRUE unless the document is read-only.

+

On X, the clipboard is asynchronous and may require several messages between + the destination and source applications. Data from SCI_PASTE will not arrive in the + document immediately.

+ SCI_COPYRANGE(int start, int end)
SCI_COPYTEXT(int length, const char *text)

SCI_COPYRANGE copies a range of text from the document to -- cgit v1.2.3