Versie 3.6.5 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.5
- JSON lexer added. Feature #1140.
- The C++ lexer fixes a bug with multi-line strings with line continuation where the string style overflowed after an edit. Bug #1824.
- The Python lexer treats '@' as an operator except when it is the first visible character on a line. This is for Python 3.5.
- The Rust lexer allows '?' as an operator. Feature #1146.
- Doubled size of compiled regex buffer. Bug #1822.
- For GTK+, the Super modifier key can be used in key bindings. Feature #1142.
- For GTK+, fix some crashes when using multiple threads.
- Platform layer font cache removed on GTK+ as platform-independent caches are used. This avoids the use of thread locking and initialisation of threads so any GTK+ applications that rely on Scintilla initialising threads will have to do that themselves.
- SciTE bug fixed with exported HTML where extra line shown. Bug #1816.
- SciTE on Windows fixes bugs with pop-up menus in the find and replace strips. For the replace strip, menu choices change the state. For the find strip, menu choices are reflected in the appearance of their corresponding buttons.
- SciTE on Windows on high DPI displays fixes the height of edit boxes in user strips.