From 5ca7dd65bb30f05ad8aa6bfd269d812e766930da Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 12 Sep 2016 09:15:49 +1000 Subject: Fixed some enums in Scintilla.iface which may change bindings. --- doc/ScintillaHistory.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/ScintillaHistory.html') 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.
  • + 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. +
  • +
  • The WordList class in lexlib used by lexers adds an InListAbridged method for matching keywords that have particular prefixes and/or suffixes.
  • -- cgit v1.2.3