diff options
-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> |