Scintilla 5.5.6

Scintilla is a free source code editing component. It comes with complete source code and a license that permits use in any free project or commercial product. As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts.

Tags ide editor programming coding code-editor cpp
License GNU GPL
State stable

Recent Releases

5.5.614 Jun 2025 16:45 minor feature: Released 2 April 2025. Disallow changing case of protected text. Return enumeration type from MarkerSymbolDefined to match MarkerDefine. On Win32, use DirectWrite for autocompletion lists when DirectWrite chosen for document text. On Win32, optimize case-insensitive DBCS search to be around 5 times faster by using 64K memory to cache folding data for each DBCS code page used. On Win32, a crash with bidirectional text. When using Visual C++ through nmake, building for ARM64. On Qt, draw clipped UTF-8 text correctly. On Qt, avoid a dwell start when the mouse is moved outside the Scintilla widget. On Qt, autoCompleteSelection converts from local encoding when not in Unicode mode.
5.5.504 Jan 2025 03:15 minor feature: Released 18 December 2024. on Qt where double-click stopped working when Scintilla instance had been running for weeks.
5.5.431 Dec 2024 07:25 minor feature: Update to Unicode 15.1. Issue #285. Improve performance of SCI_BRACEMATCH. Feature #1533. Improve performance of DBCS text. Feature #1535. Fix wrapping removed lines. Bug #2456. Fix moving line down to empty final line and moving empty final line up. Bug #2457. On GTK, allow middle click to insert multiple times within a document. Geany Issue #2629.