diff options
| author | nyamatongwe <devnull@localhost> | 2005-03-01 20:33:01 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2005-03-01 20:33:01 +0000 |
| commit | 96f5fea083ddc887abd11ed3c10e115c2115c87a (patch) | |
| tree | 8b01784ad98e8aa6c075a96846389d7357a6139d | |
| parent | 10def3f7edb3ee8d650abac7137d588be1fdeb31 (diff) | |
| download | scintilla-mirror-96f5fea083ddc887abd11ed3c10e115c2115c87a.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 |
