aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2022-05-18 19:35:01 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2022-05-18 19:35:01 +1000
commitcc60845e2e6ae075254e56a1ca2e488b43e131df (patch)
tree2a8fc64181dbacb8e30e96deedd6d43d16bd9e41 /doc/ScintillaHistory.html
parent8fefa3eec812cab9d07ff37ce04cb3d6ba70f29c (diff)
downloadscintilla-mirror-cc60845e2e6ae075254e56a1ca2e488b43e131df.tar.gz
Bug [#2329] Place autocompletion lists and calltips on a higher window level
so they can be seen when invoked from a modal dialog.
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 6e89d2875..38d26e5fa 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -607,6 +607,11 @@
<a href="https://sourceforge.net/p/scintilla/bugs/2324/">Bug #2324</a>.
</li>
<li>
+ On Cocoa, place autocompletion lists and calltips on a higher window level so they can be seen
+ when invoked from a modal dialog.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2329/">Bug #2329</a>.
+ </li>
+ <li>
For Qt 6, fix "modified" signal when text is null but length non-0.
<a href="https://sourceforge.net/p/scintilla/bugs/2328/">Bug #2328</a>.
</li>