From 8fc2c35cc482adb64899b78b7d8d00548ba33340 Mon Sep 17 00:00:00 2001
From: Neil SCNotification.ch.
+ completion list. The character is in SCNotification::ch.
+ For single byte character sets, this is the byte value of the character;
+ for UTF-8, it is the Unicode code point;
+ for DBCS, it is (first byte * 256 + second byte) for 2 byte characters and the byte value for 1 byte characters.
This notification is sent before the character has been styled so processing that depends on
styling should instead be performed in the SCN_UPDATEUI notification.
SCN_KEY
Reports all keys pressed but not consumed by Scintilla. Used on GTK+ because of
- some problems with keyboard focus and is not sent by the Windows version. SCNotification.ch holds the key code and
+ some problems with keyboard focus and is not sent by the Windows version. SCNotification::ch holds the key code and
SCNotification.modifiers holds the modifiers. This notification is sent if the
modifiers include SCMOD_ALT or SCMOD_CTRL and the key code is less
than 256.