diff options
author | Neil <nyamatongwe@gmail.com> | 2025-03-29 09:50:04 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2025-03-29 09:50:04 +1100 |
commit | be86b31a7085c1ed73ee34e3e25ebb1458064e8c (patch) | |
tree | 9675eacc87ebf3aa7b0e0195a1ab435dc11ed26f /doc | |
parent | 5e4cb9fd1974d241cdf3d15ea522753b7d61857c (diff) | |
download | scintilla-mirror-be86b31a7085c1ed73ee34e3e25ebb1458064e8c.tar.gz |
Bug [#2469]. Return enumeration type from MarkerSymbolDefined to match
MarkerDefine.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b9ff5bb30..7451706ea 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -605,6 +605,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2463/">Bug #2463</a>. </li> <li> + Return enumeration type from MarkerSymbolDefined to match MarkerDefine. + <a href="https://sourceforge.net/p/scintilla/bugs/2469/">Bug #2469</a>. + </li> + <li> On Win32, use DirectWrite for autocompletion lists when DirectWrite chosen for document text. </li> <li> |