0.24.4
Pre-release
Pre-release
Editor Core
- improve rendering speed when there are many highlighted text backgrounds
- add event for diagnostics update (#773, #781 by @dingyi222666)
- fix a problem that leads to selection can not be correctly placed when tab is in line (#786)
- fix wrong composing text state can be reported to IME (#782, #783)
- fix externally committed tab may remove active composing text (#784)
- fix multi-line indentation for tab-indented languages (#785)
- fix composing text underline becomes unexpectedly hidden when the composing text is partially invisible
- update snakeyaml-engine to v3
Editor LSP
- improve completion prefix computation (#763 by @dingyi222666)
- add language connection status change event (#778 by @KonerDev)
TreeSitter
- update android-tree-sitter to support 16KB page size for newer Android platform (thanks to @itsaky)