diff options
author | Neil <nyamatongwe@gmail.com> | 2015-02-15 19:37:36 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-02-15 19:37:36 +1100 |
commit | 6fa10acc4e31085d45ee51492d41f219f6f1211c (patch) | |
tree | f04d69022af2b185d41292c8c9f9e21b5807cd5b | |
parent | 22c5e951e138dffb2fd58b707a245ac4c61544c4 (diff) | |
download | scintilla-mirror-6fa10acc4e31085d45ee51492d41f219f6f1211c.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index cc32d4a9f..917966485 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -500,7 +500,8 @@ </li> <li> Verilog lexer handles escaped identifiers that begin with \ and end with space like \reset* . - Verilog folder fixes a bug with inconsistent folding when fold.comment is on. + Verilog folder fixes one bug with inconsistent folding when fold.comment is on and another + with typdef class statements creating a fold point, expecting an endclass statement. </li> <li> VHDL folder fixes hang in folding when document starts with "entity". |