Scintilla_(editing_component)

Scintilla (software)

Scintilla (software)

Free and open text editor component


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

Quick Facts Developer(s), Initial release ...

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.[4]

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.[5]

Other versions

  • ScintillaNET[6] – a wrapper for use on the .NET Framework
  • QScintilla[7] – Qt port of Scintilla
  • wxScintilla[8]wxWidgets wrapper for Scintilla
  • wxStyledTextCtrl[9] – class acting as a wrapper for Scintilla in the wxWidgets toolkit
  • CsScintilla[10] – CopperSpice port of Scintilla
  • Delphi wrappers:
    • TScintEdit[11] – part of Inno Setup
    • TDScintilla[12] – simple wrapper for all methods of Scintilla
    • TScintilla[13] – 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:[14]


References

  1. "Scintilla and SciTE". Scintilla. Retrieved 2013-08-12.
  2. "License.txt". Scintilla. Retrieved 29 May 2015.
  3. "ScintillaNET – Home". Scintillanet.github.com. Retrieved 2017-05-18.
  4. "Riverbank | Software | QScintilla | What is QScintilla?". Riverbankcomputing.com. Retrieved 2013-08-12.
  5. "wxWidgets wxStyledTextCtrl Class Reference". docs.wxwidgets.org. Retrieved 2022-03-13.
  6. "CsScintilla". SourceForge. Retrieved 2022-06-01.
  7. "Inno Setup Downloads". Jrsoftware.org. Retrieved 2013-08-12.
  8. "dscintilla – Scintilla wrapper for Delphi – Google Project Hosting". Dscintilla.googlecode.com. 2013-04-11. Archived from the original on July 7, 2012. Retrieved 2013-08-12.
  9. "Scintilla and SciTE Related Sites". Scintilla.org. Retrieved 2013-08-12.
  10. "#1095 (Option to switch the subs edit box to a standard text edit) – Aegisub". Devel.aegisub.org. Archived from the original on 2014-07-10. Retrieved 2013-08-12.
  11. "ChIDE". Softintegration.com. Retrieved 2013-08-12.
  12. "Inno Setup 5 Revision History". Jrsoftware.org. Retrieved 2013-08-12.
  13. "Technology". Archived from the original on 2016-05-12. Retrieved 2015-02-27. Textadept uses Scintilla as its core editing component
  14. "Technology". Archived from the original on 2020-08-04. Retrieved 2017-02-28. Uniface 10 uses Scintilla as its core code editor

Share this article:

This article uses material from the Wikipedia article Scintilla_(editing_component), and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.