diff options
author | nyamatongwe <unknown> | 2004-05-29 00:21:18 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-05-29 00:21:18 +0000 |
commit | 44ed4b44813cb9910ba844ed96e9c7cc03912d89 (patch) | |
tree | d3e892ea27eb885e835220694e10c301115a709b | |
parent | 6a92a43770801adabe51c138836cebaba8141fb0 (diff) | |
download | scintilla-mirror-44ed4b44813cb9910ba844ed96e9c7cc03912d89.tar.gz |
Mentioned Perl fix.
-rw-r--r-- | doc/ScintillaHistory.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 8b6ff6ae8..9541b45cf 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -206,6 +206,9 @@ In SciTE, OnUserListSelection can be implemented in Lua. </li> <li> + SciTE on Windows has a context menu on the file tabs. + </li> + <li> SQL lexer allows '#' comments and optionally '\' quoting inside strings. </li> <li> @@ -215,6 +218,9 @@ AutoIt3 lexer updated. </li> <li> + Perl lexer recognizes regular expression use better. + </li> + <li> Errorlist lexer understands Lua tracebacks and copes with findstr output for file names that end with digits. </li> @@ -223,9 +229,6 @@ without final point. </li> <li> - SciTE on Windows has a context menu on the file tabs. - </li> - <li> SciTE on GTK+ uses a high resolution window icon. </li> <li> |