diff options
author | Neil <nyamatongwe@gmail.com> | 2015-01-14 11:44:12 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-01-14 11:44:12 +1100 |
commit | 865ad87e8405ec101c5ca02b059a3a66bf2c20a7 (patch) | |
tree | bf03edaa8589a95f6735cdb5b61cb345435aa406 | |
parent | bb757255cf88bc1d0aaf68b4265d9ec29f49124a (diff) | |
download | scintilla-mirror-865ad87e8405ec101c5ca02b059a3a66bf2c20a7.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 82abdf9d0..4c2bf943b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -502,8 +502,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1672/">Bug #1672</a>. </li> <li> - Verilog lexer highlights doc comment keywords; has separate styles for input, output, and inout ports; - and fixes a bug in highlighting numbers. + 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 + 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> <li> When the calltip window is taller than the Scintilla window, leave it in a |