diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b135c9aca..029786c5c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -573,6 +573,12 @@  	Added Visual Studio project files for Lexilla and Scintilla with no lexers.  	</li>  	<li> +	Change Perl lexer to style all line ends of comment lines in comment line style. +	Previously, the last character was in default style which made the characters in +	\r\n line ends have mismatching styles . +	<a href="https://sourceforge.net/p/scintilla/bugs/2164/">Bug #2164</a>. +	</li> +	<li>  	When a lexer has been set with SCI_SETILEXER, fix SCI_GETLEXER and avoid  	sending SCN_STYLENEEDED notifications.  	</li> | 
