diff options
author | Neil <nyamatongwe@gmail.com> | 2015-03-20 12:08:17 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-03-20 12:08:17 +1100 |
commit | d589792c56fd886c021f7d4b2e47278b3f5a4de5 (patch) | |
tree | 779710f64fd0e65744a7498bcc7bf3e7fd61693f | |
parent | ec1db4487b8283de1b251016c99652c191c33a37 (diff) | |
download | scintilla-mirror-d589792c56fd886c021f7d4b2e47278b3f5a4de5.tar.gz |
Change log for Verilog lexer.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 03e453995..14376f4f8 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -492,7 +492,9 @@ and SCI_GETKEYSUNICODE always returns true. These APIs are deprecated and should not be called. </li> <li> - Verilog folder fixes bug with `end completing an `if* instead of `endif. + Verilog lexer fixes bugs with macro styling. + Verilog folder fixes bugs with `end completing an `if* instead of `endif and fold.at.else, and implements + folding at preprocessor `else. </li> <li> Fix bug on Cocoa where the calltip would display incorrectly when |