diff options
author | Neil <nyamatongwe@gmail.com> | 2025-03-18 12:09:17 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2025-03-18 12:09:17 +1100 |
commit | 4eb2079f2ba24ea5727fb89857b235b34643cf30 (patch) | |
tree | 0267ed085cc0b95660990fda2125d9aaeef1ded9 /doc | |
parent | f5abf444eea42122e9837d8fc8fb094d91c8da62 (diff) | |
download | scintilla-mirror-4eb2079f2ba24ea5727fb89857b235b34643cf30.tar.gz |
Use DirectWrite for autocompletion lists when DirectWrite chosen for document
text.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index a5640ea70..01429dc42 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -602,6 +602,9 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2463/">Bug #2463</a>. </li> <li> + On Win32, use DirectWrite for autocompletion lists when DirectWrite chosen for document text. + </li> + <li> On Qt, draw clipped UTF-8 text correctly. <a href="https://sourceforge.net/p/scintilla/bugs/2464/">Bug #2464</a>. </li> |