aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-03-28 03:39:29 +0000
committernyamatongwe <devnull@localhost>2010-03-28 03:39:29 +0000
commite2e2b04283d23868f034d40cd2663d353c515ed4 (patch)
treed793fc7c7299271d75f9bc3cbd94791bb6a08185
parent2768fb138130bbce3c073068fcd5ba90e314b67a (diff)
downloadscintilla-mirror-e2e2b04283d23868f034d40cd2663d353c515ed4.tar.gz
Linked in script lexer documentation and specified Windwos 9x not supported.
-rw-r--r--doc/ScintillaHistory.html6
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>