diff options
author | Neil <nyamatongwe@gmail.com> | 2015-01-14 13:05:15 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-01-14 13:05:15 +1100 |
commit | 1f74746e64bbcc0bda4d4443f7238825e938d8bb (patch) | |
tree | 958aa1c0fdf082c3bdb5c47afdc77d61cdd99ebf /doc/ScintillaHistory.html | |
parent | 865ad87e8405ec101c5ca02b059a3a66bf2c20a7 (diff) | |
download | scintilla-mirror-1f74746e64bbcc0bda4d4443f7238825e938d8bb.tar.gz |
Preparing for version 3.5.3.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4c2bf943b..35847dcf6 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -477,11 +477,11 @@ </li> </ul> <h3> - <a href="http://prdownloads.sourceforge.net/scintilla/scite352.zip?download">Release 3.5.2</a> + <a href="http://prdownloads.sourceforge.net/scintilla/scite353.zip?download">Release 3.5.3</a> </h3> <ul> <li> - Released 2 December 2014. + Released 20 January 2015. </li> <li> Support removed for Windows 95, 98, and ME. @@ -503,7 +503,7 @@ </li> <li> Verilog lexer highlights doc comment keywords; has separate styles for input, output, and inout ports - (lexer.verilog.portstyling); fixes a bug in highlighting numbers; can treat upper-case identifiers as + (lexer.verilog.portstyling); fixes a bug in highlighting numbers; can treat upper-case identifiers as keywords (lexer.verilog.allupperkeywords); and can use different styles for code that is inactive due to preprocessor commands (lexer.verilog.track.preprocessor, lexer.verilog.update.preprocessor). </li> |