diff options
author | Neil <nyamatongwe@gmail.com> | 2019-06-22 09:14:10 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-06-22 09:14:10 +1000 |
commit | 4a8fbf62e45f8a5eb6ad06554c7b7ba8b402a5e5 (patch) | |
tree | 58eb595560ae16683e02f302ffcd52c40c50d504 | |
parent | b12ec34b01caad3b1f8920b71f6526c42b5f138b (diff) | |
download | scintilla-mirror-4a8fbf62e45f8a5eb6ad06554c7b7ba8b402a5e5.tar.gz |
Backport: Feature [feature-requests:#1297] Explain in change log.
Backport of changeset 7591:c26074ca93eb.
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 019a0efbf..61542d923 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -551,6 +551,12 @@ Released 11 Jun 2019. </li> <li> + Scintilla.iface adds line and pointer types, increases use of the position type, uses enumeration + types in methods and properties, and adds enumeration aliases to produce better CamelCase + identifiers. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1297/">Feature #1297</a>. + </li> + <li> Lexer added for DataFlex. <a href="https://sourceforge.net/p/scintilla/feature-requests/1295/">Feature #1295</a>. </li> |