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