Versie 3.6.6 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 OS X worden gevonden. Daarnaast is er een stand-alone executable die handig op een usb-stick meegenomen kan worden. In deze release zijn de volgende veranderingen en verbeteringen aangebracht:
Release 3.6.6
- C++ 11 <regex> support built by default. Can be disabled by defining NO_CXX11_REGEX.
- SciTE_USERHOME environment variable allows separate location for writable properties files. Feature #965.
- GObject introspection supports notify and command events.
- The Progress lexer now allows comments preceded by a tab.
- Scripts reading Scintilla.iface file include comments for enu and lex definitions. Bug #1829 .
- Fix crashes on GTK+ if idle work active when destroyed. Bug #1827.
- Fixed bugs when used on GTK+ 3.20. Bug #1825. Bug #1831.
- Fix SciTE search field background with dark theme on GTK+ 2.x. Bug #1826.
- Fixed bug on Win32 that allowed resizing autocompletion from bottom when it was located above the caret.
- On Win32, when using a screen reader and selecting text using Shift+Arrow, fix bug when scrolling made the caret stay at the same screen location so the screen reader did not speak the added or removed selection.