diff options
author | Neil <nyamatongwe@gmail.com> | 2016-09-12 09:15:49 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-09-12 09:15:49 +1000 |
commit | 5ca7dd65bb30f05ad8aa6bfd269d812e766930da (patch) | |
tree | f3c2d9630c701a78e6147c7a12c255cdfb9f94f1 /doc/ScintillaHistory.html | |
parent | 6b717717368a0677fecc52d0fe5bb38030cf22b8 (diff) | |
download | scintilla-mirror-5ca7dd65bb30f05ad8aa6bfd269d812e766930da.tar.gz |
Fixed some enums in Scintilla.iface which may change bindings.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index d0345ea3f..5a0641749 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -519,6 +519,13 @@ Released 4 September 2016. </li> <li> + Two enums changed in Scintilla.iface which may lead to changed bindings. + There were 2 FontQuality enums and the first is now PhasesDraw. + The prefix for FoldAction was SC_FOLDACTION and is now SC_FOLDACTION_ + which is similar to other enums. + These changes do not affect the standard C/C++ binding. + </li> + <li> The WordList class in lexlib used by lexers adds an InListAbridged method for matching keywords that have particular prefixes and/or suffixes. </li> |