SciTE 3.6.5

Published by

SciTE is a SCIntilla based text editor that is designed to be a useful text editor as well as including tools for building and running programs.

SciTE is a SCIntilla based text editor that is designed to be a useful text editor as well as including tools for building and running programs.Development of Scintilla started as an effort to improve the text editor in PythonWin. After being frustrated by problems in the Richedit control used by PythonWin, it looked like the best way forward was to write a new edit control. The biggest problem with Richedit and other similar controls is that they treat styling changes as important persistent changes to the document so they are saved on the undo stack and set the document's dirty flag. For source code, styling should not be persisted as it can be mechanically recreated. As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colors and multiple fonts.
  Download