From 0af74116cefe1ef66820f434dd057d2345c382fd Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 26 Apr 2019 07:53:21 +1000 Subject: Backport: Feature [feature-requests:#1238]. Simplify camel case forcing by checking only for upper and lower case characters instead of current word characters. This changes behaviour for words like "_word" -> "_Word" instead of remaining "_word" but that doesn't matter for this feature's intended use which is to allow display of ASCII-only keywords in the user's preferred casing (else/ELSE/Else) for languages with case-insensitive keywords. Backport of changeset 7475:cdb7af706ba1. --- doc/ScintillaHistory.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 07f4b01be..c99caa2e4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -552,6 +552,12 @@
  • Fix bug where changing identifier sets in lexers preserved previous identifiers.
  • +
  • + Changed behaviour of SCI_STYLESETCASE(*,SC_CASE_CAMEL) so that it only treats 'a-zA-Z' + as word characters because this covers the feature's intended use (viewing case-insensitive ASCII-only + keywords in a specified casing style) and simplifies the behaviour and code. + Feature #1238. +
  • Release 3.10.5 -- cgit v1.2.3