From b7268373ff61c61f0e904de0aef7e9eab704005b Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Sat, 14 Jan 2023 10:03:54 +1100 Subject: Bug [#2374]. Fix character input bug where dotless 'i' and some other extended Latin characters could not be entered. The change also stops SCI_ASSIGNCMDKEY from working with these characters. --- doc/ScintillaHistory.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index d668a4a2c..4de43355e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -589,6 +589,13 @@ Fix SCI_LINESJOIN bug where carriage returns were incorrectly retained. Bug #2372. +
  • + On Cocoa fix character input bug where dotless 'i' and some other extended + Latin characters could not be entered. + The change also stops SCI_ASSIGNCMDKEY from working with these characters + on Cocoa. + Bug #2374. +
  • Release 5.3.2 -- cgit v1.2.3