Scintilla (editing component)
From Wikipedia, the free encyclopedia
Scintilla is an open-source code-editing component. The most well-known applications of Scintilla are SciTE (cross-platform) and Notepad++ (Windows), free text editors that contain many useful features for building simple programs.
[edit] 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.
[edit] Editors based on Scintilla
- Anjuta
- Boa Constructor
- Code::Blocks
- FlashDevelop
- Geany
- Kephra
- Komodo
- Notepad++
- Notepad2
- Programmer's Notepad 2
- SciTE
- Sphere