diff options
| author | nyamatongwe <devnull@localhost> | 2007-06-15 01:25:07 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2007-06-15 01:25:07 +0000 | 
| commit | 6be5849fce5190832acff0ac8736e8e6856a9cd1 (patch) | |
| tree | ed7fa401532a8200afc92c474d5b30a620b56d41 | |
| parent | ac3203585d5bc7d329d242b0cf4218cc9f541e7f (diff) | |
| download | scintilla-mirror-6be5849fce5190832acff0ac8736e8e6856a9cd1.tar.gz | |
Lua 5.1 and scripting additions.
| -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> | 
