Versie 5.5.7 van SciTE is uitgekomen. Scintilla Text Editor is een opensource en crossplatform teksteditor. Het maakt gebruik van de opensource Scintilla Text Editor-bibliotheek, die van dezelfde makers is. Deze bibliotheek wordt ook door andere programma's gebruikt, waaronder Notepad++. Downloads zijn beschikbaar voor Windows en Linux, en in Apples appstore kan een commerciële versie voor macOS worden gevonden. Daarnaast is er een standalone-executable die handig op een USB-stick meegenomen kan worden. In deze uitgave zijn de volgende veranderingen en verbeteringen aangebracht:
Release 5.5.7
- Add SCI_SCROLLVERTICAL method to restore view position and maintain it while performing line wrapping.
- Add SC_UNDO_SELECTION_HISTORY_SCROLL flag to SCI_SETUNDOSELECTIONHISTORY which controls whether undo and redo restore vertical scroll position.
- Tweak SC_MARK_BAR to be slightly wider by using next higher whole pixel instead of next lower for margin width / 3.
- Scale images in autocompletion lists with SCI_AUTOCSETIMAGESCALE to match high DPI screens. Initially only on GTK and Qt.
- Fix wrapping bug for UTF-8 where \r\n could wrap between the characters. Notepad++ Pull Request #16373.
- Fix crash during painting when scroll bars changed. Bug #2481.
- On GTK, reset vertical scroll bar synchronously in SCI_SETDOCPOINTER to fix bug where scroll position not restored in non-wrap mode. Bug #2416.
- On GTK, fix IME problem when tentative composition interfered with delete surrounding. Feature #1476.
- On GTK, update IME cursor position inside retrieve surrounding to better position candidate window. Feature #1488.