diff options
author | Neil <nyamatongwe@gmail.com> | 2014-12-17 19:29:25 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-12-17 19:29:25 +1100 |
commit | c00f641ebf31eafc77d72f87f825791b1b0efbf0 (patch) | |
tree | 4d28b843d99aec09ba331734711d8e8f1b612112 /doc/ScintillaHistory.html | |
parent | 8b4d3c4eb39bcd10168321d68d9b1d3df544d28c (diff) | |
download | scintilla-mirror-c00f641ebf31eafc77d72f87f825791b1b0efbf0.tar.gz |
Highlights doc comment keywords; has separate styles for input, output, and
inout ports; and fixes a bug in highlighting numbers.
From Haimag Ren.
Diffstat (limited to 'doc/ScintillaHistory.html')
-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> |