SciTE
From Wikipedia, the free encyclopedia
SciTE under Windows |
|
| Stable release | 1.79 / 2009-07-01 |
|---|---|
| Written in | C++ |
| Operating system | Cross-platform |
| Type | Text editor |
| License | Historical Permission Notice and Disclaimer |
| Website | www.scintilla.org/SciTE.html |
SciTE or SCIntilla based Text Editor is a cross-platform text editor written by Neil Hodgson using the Scintilla editing component. It is licensed under a minimal version of the Historical Permission Notice and Disclaimer.[1] The current version is 1.78, released on April 28, 2009.
Lightweight and built for speed, it is designed mainly for source editing, and performs syntax highlighting and inline function reference for many different languages. There is a standalone .exe available also, ideal for USB flash drives including U3-compatible models. SciTE shares some features with other editors that are also based on the Scintilla editing component.
Contents |
[edit] Customization
SciTE is highly configurable. Settings can be altered by editing plain text configuration files. It is possible to have different settings for each language and project, as well as global or per user options. These allow a high level of customization over things like shortcut keys, tabbing, code folding, fonts, and syntax highlighting[2].
In addition, the Lua programming language is embedded in Scite, allowing the user further customization. One can write Lua scripts that have access to the contents of the buffer and the Scintilla API. The scripts can be triggered by a shortcut key, or on an event, providing the possibility for implementing auto-complete or other hook. Useful scripts can be found online[3].
[edit] Features
Features include Replace in Selection, Regular expression replace with subgroups, Find in files, code folding, api files, copy formatted, abbreviations, and support for variable width fonts. The editing layout consists of multiple tabs containing source, and additionally an output pane that displays output from scripts that have been run.
SciTE supports syntax highlighting of many languages. The full list of recognized languages can be found in the official documentation.[4]
[edit] See also
[edit] References
- ^ Scintilla license file, http://scintilla.sourceforge.net/License.txt
- ^ SciTE Documentation, lists configuration options http://scintilla.sourceforge.net/SciTEDoc.html
- ^ Lua scripts for SciTE, http://lua-users.org/wiki/SciteScripts
- ^ SciTE

