Scintilla (software)

Scintilla
Developer(s)Neil Hodgson, et al.
Initial release17 May 1999; 24 years ago (1999-05-17)
Stable release5.3.6 Edit this on Wikidata (26 July 2023; 3 months ago (26 July 2023)) [±]
Repository
Written inC++
Operating systemWindows NT and later, Mac OS 10.6 and later, Unix-like with GTK+, MorphOS
TypeText editor
LicenseHistorical Permission Notice and Disclaimer
Websitescintilla.org

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

  • ScintillaNET – a wrapper for use on the .NET Framework
  • QScintilla – Qt port of Scintilla
  • wxScintilla – wxWidgets wrapper for Scintilla
  • wxStyledTextCtrl – class acting as a wrapper for Scintilla in the wxWidgets toolkit
  • CsScintilla – CopperSpice port of Scintilla
  • Delphi wrappers:
    • TScintEdit – part of Inno Setup
    • TDScintilla – simple wrapper for all methods of Scintilla
    • TScintilla – one of the components in the Delphi Scintilla Interface Components (as of 2009-09-02, this project is no longer under active development)

Software based on Scintilla

Notable software based on Scintilla includes:


This page was last updated at 2023-11-16 12:52 UTC. Update now. View original page.

All our content comes from Wikipedia and under the Creative Commons Attribution-ShareAlike License.


Top

If mathematical, chemical, physical and other formulas are not displayed correctly on this page, please useFirefox or Safari