diff options
author | nyamatongwe <unknown> | 2005-03-01 20:33:01 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-03-01 20:33:01 +0000 |
commit | fcb63b9acced887908af533ac7339703851a10b3 (patch) | |
tree | 8b01784ad98e8aa6c075a96846389d7357a6139d | |
parent | 92ea597a1f70d1c34d66a77ff14ad1b881700860 (diff) | |
download | scintilla-mirror-fcb63b9acced887908af533ac7339703851a10b3.tar.gz |
Documenting asynchronicity of X clipboard.
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 { <p>GTK+ does not really support <code>SCI_CANPASTE</code> and always returns <code>TRUE</code> unless the document is read-only.</p> + <p>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.</p> + <b id="SCI_COPYRANGE">SCI_COPYRANGE(int start, int end)</b><br /> <b id="SCI_COPYTEXT">SCI_COPYTEXT(int length, const char *text)</b><br /> <p><code>SCI_COPYRANGE</code> copies a range of text from the document to |