aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorchinhster <unknown>2017-11-09 09:04:57 +1100
committerchinhster <unknown>2017-11-09 09:04:57 +1100
commitc199f158a0a2a6b38c492ac417c700b90c802f0e (patch)
tree0ae84b1109e59c83b0600864d43172e9425c7709 /doc/ScintillaHistory.html
parent57a581f6bc86f11ca668e23b1e9ea66c4e23f9ba (diff)
downloadscintilla-mirror-c199f158a0a2a6b38c492ac417c700b90c802f0e.tar.gz
Close autocompletion list for escape and delete on macOS 10.13 as the window
was emptying but stayed visible.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 36039a5b4..71eb3896e 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -545,6 +545,11 @@
by disabling animation on 10.13.
</li>
<li>
+ Fix closing autocompletion lists on Cocoa for macOS 10.13 where the window
+ was emptying but staying visible.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1981/">Bug #1981</a>.
+ </li>
+ <li>
Fix Cocoa hang when Scintilla loaded from SMB share on macOS 10.13.
<a href="http://sourceforge.net/p/scintilla/bugs/1979/">Bug #1979</a>.
</li>