diff options
-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 19b917e71..bf448e472 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -271,6 +271,9 @@ Performance improved by caching layout of short text segments. </li> <li> + SciTE includes Lua 5.1. + </li> + <li> Caret may be displayed as a block. </li> <li> @@ -288,6 +291,9 @@ Bookmarks and folds may optionally be saved in session files. </li> <li> + SciTE's extension and scripting interfaces add OnKey, OnDwellStart, and OnClose methods. + </li> + <li> On GTK+, copying to the clipboard does not include the text/urilist type since this caused problems when pasting into Open Office. </li> |