diff options
author | nyamatongwe <unknown> | 2010-03-28 03:39:29 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-03-28 03:39:29 +0000 |
commit | 6bbc68fb3e49963433e710161b218c3af37cf5b4 (patch) | |
tree | d793fc7c7299271d75f9bc3cbd94791bb6a08185 | |
parent | d0ec75d897cd01bf85b9193ca7d771aa2313a089 (diff) | |
download | scintilla-mirror-6bbc68fb3e49963433e710161b218c3af37cf5b4.tar.gz |
Linked in script lexer documentation and specified Windwos 9x not supported.
-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 ffd807e47..b50909cf3 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -366,6 +366,9 @@ Version 1.x of GTK+ is no longer supported. </li> <li> + SciTE is no longer supported on Windows 95, 98 or ME. + </li> + <li> Case-insensitive search works for non-ASCII characters in UTF-8 and 8-bit encodings. </li> <li> @@ -375,6 +378,9 @@ SciTE on Windows can access all files including those with names outside the user's preferred character encoding. </li> <li> + SciTE may be extended with lexers written in Lua. + </li> + <li> When there are multiple selections, the paste command can go either to the main selection or to each selection. This is controlled with SCI_SETMULTIPASTE. </li> |