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 | bd8b018113ef071acac3131f9d12efc8571e750d (patch) | |
tree | 8fef409110118f84678a0d078f37072ead315021 | |
parent | e6b5fc148bceea1f30e9167cf414d0a0082e67c0 (diff) | |
download | scintilla-mirror-bd8b018113ef071acac3131f9d12efc8571e750d.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 |