From 865ad87e8405ec101c5ca02b059a3a66bf2c20a7 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 14 Jan 2015 11:44:12 +1100 Subject: Change log. --- doc/ScintillaHistory.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 82abdf9d0..4c2bf943b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -502,8 +502,10 @@ Bug #1672.
  • - Verilog lexer highlights doc comment keywords; has separate styles for input, output, and inout ports; - and fixes a bug in highlighting numbers. + Verilog lexer highlights doc comment keywords; has separate styles for input, output, and inout ports + (lexer.verilog.portstyling); fixes a bug in highlighting numbers; can treat upper-case identifiers as + keywords (lexer.verilog.allupperkeywords); and can use different styles for code that is inactive due + to preprocessor commands (lexer.verilog.track.preprocessor, lexer.verilog.update.preprocessor).
  • When the calltip window is taller than the Scintilla window, leave it in a -- cgit v1.2.3