diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4f3ddec12..4515b189b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -496,6 +496,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. + </li> + <li> When the calltip window is taller than the Scintilla window, leave it in a position that avoids overlapping the Scintilla text. </li> |