aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index cff81ed87..0bd92761d 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -563,6 +563,12 @@
<li>
Fix bug where changing identifier sets in lexers preserved previous identifiers.
</li>
+ <li>
+ 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.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1238/">Feature #1238</a>.
+ </li>
</ul>
<h3>
<a href="https://www.scintilla.org/scite415.zip">Release 4.1.5</a>