Version | Change log |
Scite 5.5.2 Aug 21, 2024 |
Add SCI_SETCOPYSEPARATOR for separator between parts of a multiple selection when copied to the clipboard. Feature #1530. Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and its nesting depth. Add SCI_STYLESETSTRETCH to support condensed and expanded text styles. Add SCI_LINEINDENT and SCI_LINEDEDENT. Feature #1524. Fix bug on Cocoa where double-click stopped working when system had been running for a long time. On Cocoa implement more values of font weight and stretch. |
Scite 5.5.1 Jul 22, 2024 |
SCI_CUTALLOWLINE added which is similar to SCI_COPYALLOWLINE but also deletes the copied text. Feature #1518. Can set font used for autocompletion lists with SCI_AUTOCSETSTYLE. Feature #1523. Increase maximum zoom set interactively to +60 points. Feature #1517. Fix flickering cursor after some mouse action sequences. Bug #2443. |
Scite 5.5.0 Apr 23, 2024 |
Remove support for Windows XP and Windows Vista. Requires a C++20 compiler. GCC 11.2 and MSVC 2022 are supported. Fix read failure for UTF-16LE files where surrogate pair straddles block boundary and lead surrogate is a multiple of 256. On GTK, treat message box close as cancel. This is safer when closing a file with unsaved changes. |
Scite 5.4.1 Dec 26, 2023 | |
Scite 5.5.0 Apr 23, 2024 |
Remove support for Windows XP and Windows Vista. Requires a C++20 compiler. GCC 11.2 and MSVC 2022 are supported. Fix read failure for UTF-16LE files where surrogate pair straddles block boundary and lead surrogate is a multiple of 256. On GTK, treat message box close as cancel. This is safer when closing a file with unsaved changes. |
Scite 5.4.1 Dec 26, 2023 | |
Scite 5.4.0 Nov 18, 2023 | Fix crashes on macOS 12 and older. |
Scite 5.3.8 Sep 22, 2023 | Fix compilation with g++ 12.3. |
Scite 5.3.7 Jul 26, 2023 |
Add discover.properties property to enable command.discover.properties which is now disabled by default as a security measure since command.discover.properties may perform any command silently and automatically and can be set in local properties for a shared directory or downloaded project. Add ZoomFactor property that may be displayed in status bar. Remove nimrod.properties file as it has been superseded by nim.properties. |
Scite 5.3.6 May 31, 2023 |