diff options
| -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 | 
