Scintilla A free source code editing component for Win32 and GTK+ Release version 1.79
Site last modified July 1 2009
 
 
Version 1.79 reports memory exhaustion instead of crashing.
This is a major change and application developers should consider how they will deal with Scintilla exhausting memory since Scintilla may not be in a stable state.
Version 1.78 allows annotation lines to be displayed beneath each document line and to display a margin with different text for each document line.
Version 1.77 allows direct temporary access to the text buffer.
Version 1.76 fixes some minor bugs.
Version 1.75 displays invalid UTF-8 bytes as hexadecimal and can show indentation guides on completely empty lines.
Version 1.74 runs natively on OS X. Indicators are separated from the style buffer so there can be more indicators. Wide lines are faster.
Version 1.73 allows style changes to be made during text modification events.
Documentation   Bugs   History   Related  

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.

The SinkWorld project investigates possible future directions for Scintilla to make it more flexible, robust, perform better and run on the .NET and Java virtual machines.

SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations - I use it for building test and demonstration programs as well as SciTE and Scintilla, themselves.

Development of Scintilla started as an effort to improve the text editor in PythonWin. After being frustrated by problems in the Richedit control used by PythonWin, it looked like the best way forward was to write a new edit control. The biggest problem with Richedit and other similar controls is that they treat styling changes as important persistent changes to the document so they are saved into the undo stack and set the document's dirty flag. For source code, styling should not be persisted as it can be mechanically recreated.

Scintilla and SciTE are currently available for Intel Win32 and Linux compatible operating systems with GTK+. They have been run on Windows XP, Windows 7RC, and on Ubuntu 9.04 with GTK+ 2.16. Here is a screenshot of SciTE.

You can download Scintilla.

The source code can be downloaded via CVS at the Source Forge Scintilla project page.

Related sites.

Bugs and To Do list.

History and contribution credits.

Icons that can be used with Scintilla.

The scintilla-interest mailing list has moved from lyra.org to Google Groups. Questions and comments about Scintilla should be directed to the scintilla-interest mailing list, which is for discussion of Scintilla and related projects, their bugs and future features. This is a low traffic list, averaging less than 50 messages per week. To avoid spam, only list members can write to the list. New versions of Scintilla are announced on scintilla-interest and may also be received by SourceForge members by clicking on the Monitor column icon for "scintilla" on the downloads page. Messages sent to my personal email address that could have been sent to the list may receive no response.