diff options
author | Neil <nyamatongwe@gmail.com> | 2016-02-23 11:17:05 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-02-23 11:17:05 +1100 |
commit | 92b6a5aa31c305a9ad5c7abb50d4384a5205336c (patch) | |
tree | 47277b9ffcbb073b828b49f3cdef08ffdc257cd1 /doc/ScintillaHistory.html | |
parent | b7a58f9c9c4067714b2118c2ee96e0867d0c0190 (diff) | |
download | scintilla-mirror-92b6a5aa31c305a9ad5c7abb50d4384a5205336c.tar.gz |
Retry OpenClipboard if it fails as another application may have opened it.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 6bdcb1e5d..1c5f2f356 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -538,6 +538,10 @@ <li> IME target range displayed on Qt for OS X. </li> + <li> + On Windows, make clipboard operations more robust by retrying OpenClipboard if it fails + as this may occur when another application has opened the clipboard. + </li> </ul> <h3> <a href="http://www.scintilla.org/scite363.zip">Release 3.6.3</a> |