diff options
author | Neil <nyamatongwe@gmail.com> | 2021-02-04 12:05:58 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-02-04 12:05:58 +1100 |
commit | 6654983e2c23e355da2666589cce52e42c9daa40 (patch) | |
tree | f0a28af8130e8a7eea767db356aca8a9b3ee7ca2 | |
parent | 201db60456b44128f48c818ea0a13d1146ee7df5 (diff) | |
download | scintilla-mirror-6654983e2c23e355da2666589cce52e42c9daa40.tar.gz |
Update from SciTE.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 33e3c81fb..416425ff8 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -588,6 +588,10 @@ Fix Alt+End (move to wrapped line end) for Japanese UTF-8 text.. <a href="https://sourceforge.net/p/scintilla/bugs/2231/">Bug #2231</a>. </li> + <li> + SciTE uses the "null" lexer when it doesn't have a lexer assigned to a file. + This avoids activating a Lua script lexer if one is assigned. + </li> </ul> <h3> <a href="https://www.scintilla.org/scite446.zip">Release 4.4.6</a> |