Versie 4.1.1 van SciTE is uitgekomen. Scintilla Text Editor is een opensource en cross-platform teksteditor. Het maakt gebruik van de opensource Scintilla Text Editor-bibliotheek, wat van dezelfde makers is. Deze bibliotheek wordt ook door andere programma's gebruikt, waaronder Notepad++. Downloads zijn beschikbaar voor Windows en Linux, en in Apple's app store kan een commerciële versie voor macOS worden gevonden. Daarnaast is er een stand-alone executable die handig op een usb-stick meegenomen kan worden. In deze uitgave zijn de volgende veranderingen en verbeteringen aangebracht:
Release 4.1.1
- Optional indexing of line starts in UTF-8 documents by UTF-32 code points and UTF-16 code units added. This can improve performance for clients that provide UTF-32 or UTF-16 interfaces or that need to interoperate with UTF-32 or UTF-16 components.
- Lexers added for SAS and Stata. Feature #1185.
- Shell folder folds "if", "do", and "case". Feature #1144.
- SciTE's menukey feature implemented on Windows.
- For SciTE on Windows, user defined strip lists are now scrollable. Cursor no longer flickers in edit and combo boxes. Focus in and out events occur for combo boxes.
- Fix a leak in the bidirectional code on Win32.
- Fix crash on Win32 when switching technology to default after setting bidirectional mode.
- Fix margin cursor on Cocoa to point more accurately.
- Fix SciTE crash on GTK+ when using director interface.