aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-01-09 14:21:37 +1100
committerNeil <nyamatongwe@gmail.com>2020-01-09 14:21:37 +1100
commit6a3def7b51ade909d6902346279a42a6bd52304a (patch)
treeadb0421ea88d361ffd0ceb9180cfbffc5cf58a06 /doc/ScintillaHistory.html
parent4802759822f464acdd106a81ea3729e58b1f23bb (diff)
downloadscintilla-mirror-6a3def7b51ade909d6902346279a42a6bd52304a.tar.gz
Remove support for CF_TEXT clipboard format. CF_UNICODETEXT is now used in all
cases. Windows automatically provides CF_UNICODETEXT when CF_TEXT on clipboard. This does not change drag-and-drop as that depends on CF_TEXT such as when dragging from DBCS.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 10b4b7f1c..f1fa9c3b9 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -592,6 +592,10 @@
Don't clear clipboard before copying text with Qt.
<a href="https://sourceforge.net/p/scintilla/bugs/2147/">Bug #2147</a>.
</li>
+ <li>
+ On Win32, remove support for CF_TEXT clipboard format as Windows will convert to
+ CF_UNICODETEXT.
+ </li>
</ul>
<h3>
<a href="https://www.scintilla.org/scite423.zip">Release 4.2.3</a>