From 442bbc78f999fac7985a901e2f5eb8930de53d2e Mon Sep 17 00:00:00 2001 From: Kein-Hong Man Date: Tue, 5 Jan 2016 23:58:17 +1100 Subject: Fix module ::-syntax when special characters such as 'x' are used. Added ' and " detection as prefix chars for x repetition operator. --- doc/ScintillaHistory.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c7f71d5d9..40a768a62 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -535,7 +535,10 @@ Repetition in list assignment. Bug #1793.
Highlight changed subroutine prototype syntax for Perl 5.20. - Bug #1797. + Bug #1797.
+ Fix module ::-syntax when special characters such as 'x' are used.
+ Added ' and " detection as prefix chars for x repetition operator. + Bug #1800.
  • Send SCN_UPDATEUI with SC_UPDATE_SELECTION when the application changes multiple -- cgit v1.2.3