- Released 5 July 2019.
- Scintilla.iface adds line and pointer types, increases use of the position type, uses enumeration types in methods and properties, and adds enumeration aliases to produce better CamelCase identifiers. Feature #1297.
- Source of input (direct / IME composition / IME result) reported in SCN_CHARADDED so applications can treat temporary IME composition input differently. Bug #2038.
- Lexer added for DataFlex. Feature #1295.
- Matlab lexer now treats keywords as case-sensitive. Bug #2112.
- SQL lexer fixes single quoted strings where '" (quote, double quote) was seen as continuing the string. Bug #2098.
- Platform layers should use InsertCharacter method to perform keyboard and IME input, replacing AddCharUTF method. Feature #1293.
- Add CARETSTYLE_BLOCK_AFTER option to always display block caret after selection. Bug #1924.
- On Win32, limit text returned from WM_GETTEXT to the length specified in wParam. This could cause failures when using assistive technologies like NVDA. Bug #2110, Bug #2114.
- Fix deletion of isolated invalid bytes. Bug #2116.
- Fix position of line caret when overstrike caret set to block. Bug #2106.
|