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