From 840a05f52b91c2da3e962e045892ba0abf5e1744 Mon Sep 17 00:00:00 2001 From: Kein-Hong Man Date: Fri, 18 Dec 2015 10:51:12 +1100 Subject: Bug [#1793]. Add support for Perl 5.22. Double-diamond operator <<>> Hexadecimal floating point literals Repetition in list assignment Added example file to the lexing tests and changed lexing tests to allow larger files and to standardise on Unix line ends when testing these larger files to avoid spurious failures. --- doc/ScintillaHistory.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b26f955eb..6a6ab5ec5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -527,8 +527,13 @@ Bug #1790.
  • - Perl lexer allows '_' for subroutine prototypes. - Bug #1791. + Perl lexer updated for Perl 5.20 and 5.22.
    + Allow '_' for subroutine prototypes. + Bug #1791.
    + Double-diamond operator <<>>.
    + Hexadecimal floating point literals.
    + Repetition in list assignment. + Bug #1793.
  • Send SCN_UPDATEUI with SC_UPDATE_SELECTION when the application changes multiple -- cgit v1.2.3