Versies 5.5.9 en direct daarom 5.6.0 van SciTE zijn 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.6.0Release 5.5.9
- Fix crash when window is too narrow to show any text.
- Add option to disable drag/drop editing. Feature #184.
- Allow Euro '€' in code page 936 for 0x80. Feature #1575.
- Fix SCI_SETSELECTIONNSTART and SCI_SETSELECTIONNEND to behave more sensibly. Bug #2488.
- Fix lexing after undo at end of document. Bug #2491.
- When a line end is not selected, change the colour of the rectangle that indicates the line end is selected to white space background instead of previous character's background except for EOL filled style.
- On Qt, add const to ScintillaDocument and ScintillaEdit methods. Bug #2494.
- On Qt, prevent crash when using ScintillaDocument object. Bug #2495.
