SciTE: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 9: Line 9:
*Lightweight design and operation (loads up very quick).
*Lightweight design and operation (loads up very quick).


Website: Scintilla.org [http://www.scintilla.org/SciTE.html]
Website: http://www.scintilla.org/SciTE.html [http://www.scintilla.org/SciTE.html]


Back to [[Editors]]
Back to [[Editors]]

Revision as of 13:35, 9 September 2006

SciTE is a free source code editor for Win32 and X, based on Scintilla text editing component.

Features:

  • Syntax highlighting for many languages including C/C++, Java, Perl, Python, HTML and XML.
  • Tab based document interface.
  • Code folding.
  • Code completion.
  • Lightweight design and operation (loads up very quick).

Website: http://www.scintilla.org/SciTE.html [1]

Back to Editors