Software Update: SciTE 5.0.3

Spread the love

Version 5.0.3 of SciTE has been released. Scintilla Text Editor is an open source and cross platform text editor. It uses the open source Scintilla Text Editor library, which is from the same creators. This library is also used by other programs, including Notepad++. Downloads are available for Windows and Linux, and a commercial version for macOS can be found in Apple’s app store. In addition, there is a standalone executable that can be conveniently carried on a USB stick. This release fixes the following three issues:

Release 5.0.3:

  • A more type-safe binding of Scintilla’s API that can be used from C++ is implemented in the ScintillaTypes.h, ScintillaMessages.h, and ScintillaStructures.h headers.
  • Change the way that selections and carets are drawn to use the element APIs. The selection background color may default to use platform APIs to discover global or user settings and may change in response to those settings changing. The SCI_SETSELECTIONLAYER method defines whether the selection background is drawn translucently over or under text or opaquely underneath other drawing.
  • Change caret line drawing to use SC_ELEMENT_CARET_LINE_BACK element and SCI_SETCARETLINELAYER method. Older caret line APIs SCI_SETCARETLINEVISIBLE, SCI_SETCARETLINEBACK, SCI_SETCARETLINEBACKALPHA now discouraged.
  • Add SCI_MARKERSETLAYER to define layer on which to draw content area markers. This replaces the use of SC_ALPHA_NOALPHA for markers.
  • Add SCI_GETELEMENTBASECOLOUR to return the default values ​​for element colours.
  • Add SC_ELEMENT_WHITE_SPACE to set the color of visible whitespace including translucency.
  • Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE and SC_ELEMENT_HOT_SPOT_ACTIVE_BACK.
  • Make idle actions wrapping and background styling smoother by measuring per-byte instead of per-line and allowing just one line to be processed in a time slice. Very long lines will not distort estimation or block interaction as much. Feature #1373.
  • On GTK 3 with Wayland, fix primary selection. Bug #2227.
  • Update to Unicode 13. Feature #1379.
  • Include modifiers in SCN_INDICATORRELEASE notification. Bug #2254.
  • On Win32 enable hardware-enforced stack protection. Feature #1405.

Version number 5.0.3
Release status Final
Operating systems Windows 7, Linux, BSD, macOS, Windows 8, Windows 10
Website SciTE
Download https://www.scintilla.org/SciTEDownload.html
License type GPL
You might also like