diff options
-rw-r--r-- | doc/ScintillaHistory.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 640037c3c..58611f916 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -260,9 +260,18 @@ Batch file lexer improved. </li> <li> + Eiffel lexer doesn't treat '.' as a name character. + </li> + <li> + Lua lexer handles length operator, #, and hex literals. + </li> + <li> Properties file lexer has separate style for keys. </li> <li> + PL/SQL folding improved. + </li> + <li> SciTE Replace dialog always searches in forwards direction. </li> <li> @@ -272,12 +281,25 @@ SciTE on GTK+ supports output.scroll=2 setting. </li> <li> + SciTE can perform an import a properties file from the command line. + </li> + <li> + Set of word characters used for regular expression \< and \>. + </li> + <li> Bug fixed with SCI_COPYTEXT stopping too early. </li> <li> Bug fixed with splitting lines so that all lines are split. </li> <li> + SciTE calls OnSwitchFile when closing one buffer causes a switch to another. + </li> + <li> + SciTE bug fixed where properties were being reevaluated without good reason + after running a macro. + </li> + <li> Crash fixed when clearing document with some lines contracted in word wrap mode. </li> <li> |