Scintilla (software)

1

Scintilla is a free, open-source library that provides a text editing component function, with an emphasis on advanced features for source code editing.

Features

Scintilla supports many features to make code editing easier in addition to syntax highlighting. The highlighting method allows the use of different fonts, colors, styles and background colors, and is not limited to fixed-width fonts. The control supports error indicators, line numbering in the margin, as well as line markers such as code breakpoints. Other features such as code folding and autocompletion can be added. The basic regular expression search implementation is rudimentary, but if compiled with C++11 support Scintilla can support the runtime's regular expression engine. Scintilla's regular expression library can also be replaced or avoided with direct buffer access. Currently, Scintilla has experimental support for right-to-left languages. Scinterm is a version of Scintilla for the curses text user interface. It is written by the developer of the Textadept editor. Scinterm uses Unicode characters to support some of Scintilla's graphically oriented features, but some Scintilla features are missing because of the terminal environment's constraints.

Other versions

Software based on Scintilla

Notable software based on Scintilla includes: • Aegisub • Altova XMLSpy • Ch • Code::Blocks • CodeLite • ConTEXT • Eric Python IDE • FlashDevelop • Geany • gPHPedit • IDEal • Inno Setup Compiler IDE (as of 5.4 ) • Keil μVision IDE • Komodo • MySQL Workbench • Notepad++ • Notepad2 • Notepad3 • Perl Application Development and Refactoring Environment (Padre) • PureBasic • SciTE • TextAdept • Uniface • ZeroBrane Studio IDE

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article