diff options
author | Neil <nyamatongwe@gmail.com> | 2017-06-17 10:23:38 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-06-17 10:23:38 +1000 |
commit | bd7ef918369cfe4c2527a2bb9ed56705cbb74190 (patch) | |
tree | c8b8a33e5633ebc49de9c6d8e30326ca2d407164 | |
parent | 05558d2e12b96d7e732d920822d5e3c1a5e36276 (diff) | |
download | scintilla-mirror-bd7ef918369cfe4c2527a2bb9ed56705cbb74190.tar.gz |
SciTE change log.
-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 357ca8a93..14733f0ef 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -542,6 +542,10 @@ SciTE's embedded Lua interpreter updated to Lua 5.3. </li> <li> + SciTE allows event handlers to be arbitrary callables, not just functions. + <a href="http://sourceforge.net/p/scintilla/feature-requests/1190/">Feature #1190.</a> + </li> + <li> SciTE allows user.shortcuts to be defined with symbolic Scintilla messages like 'Ctrl+L|SCI_LINEDELETE|'. </li> |