diff options
author | Neil <nyamatongwe@gmail.com> | 2021-11-13 10:35:41 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-11-13 10:35:41 +1100 |
commit | 23f58dfe8eb50c7c9231aa81c9a23a5259134cbf (patch) | |
tree | 3803746fdf96b36cc3f8dfc5d18231480646443a /doc/ScintillaHistory.html | |
parent | 2e30b0e2a18037ed362564ba3c150ad8d8459b2b (diff) | |
download | scintilla-mirror-23f58dfe8eb50c7c9231aa81c9a23a5259134cbf.tar.gz |
Bug [#2294] Fix assertion failure with autocompletion list when order is
SC_ORDER_CUSTOM or SC_ORDER_PERFORMSORT and the list is empty.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0cb250da5..ca0fbfff1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -588,8 +588,12 @@ The wParam (length) argument to SCI_GETTEXT and SCI_GETCURLINE also omits the NUL. This is more consistent with other APIs. </li> - <ul> - <h2>Releases</h2> + <li> + Fix assertion failure with autocompletion list when order is SC_ORDER_CUSTOM + or SC_ORDER_PERFORMSORT and the list is empty. + <a href="https://sourceforge.net/p/scintilla/bugs/2294/">Bug #2294</a>. + </li> + </ul> <h3> <a href="https://www.scintilla.org/scintilla514.zip">Release 5.1.4</a> </h3> |