SciTE: Difference between revisions

From Rosetta Code
Content added Content deleted
(created)
 
(forgot wp tag; also a couple minor edits)
 
Line 1: Line 1:
{{IDE}}
{{IDE}}{{wikipedia|SciTE}}
'''SciTE''' or ''SCIntilla based Text Editor'' is a cross-platform text editor written by Neil Hodgson using the [[wp:Scintilla (editing component)|Scintilla editing component]]. It is licensed under a minimal version of the [[wp:Historical Permission Notice and Disclaimer|Historical Permission Notice and Disclaimer]]. Lightweight and built for speed, it is designed mainly for source editing, and performs syntax highlighting and inline function reference for many different languages.
'''SciTE''' (short for ''SCIntilla based Text Editor'') is a cross-platform text editor written by Neil Hodgson using the [[wp:Scintilla (editing component)|Scintilla editing component]]. It is licensed under a minimal version of the [[wp:Historical Permission Notice and Disclaimer|Historical Permission Notice and Disclaimer]]. Lightweight and built for speed, it is designed mainly for source editing, and performs syntax highlighting and inline function reference for many different languages.


===See also===
==See also==
* [http://www.scintilla.org/SciTE.html SciTE homepage]
* [http://www.scintilla.org/SciTE.html SciTE homepage]
* [[wp:SciTE|SciTE on Wikipedia]]
* [[wp:SciTE|SciTE on Wikipedia]]

Latest revision as of 18:38, 15 January 2011

SciTE is an example of an Integrated Development Environment, a class of software which typically combines enhanced editing and debugging features.
This page uses content from Wikipedia. The original article was at SciTE. The list of authors can be seen in the page history. As with Rosetta Code, the text of Wikipedia is available under the GNU FDL. (See links for details on variance)

SciTE (short for 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. Lightweight and built for speed, it is designed mainly for source editing, and performs syntax highlighting and inline function reference for many different languages.

See also