Send Close Add comments: (status displays here)
Got it!  This site uses cookies. You consent to this by clicking on "Got it!" or by continuing to use this website.nbsp; Note: This appears on each machine/browser from which this site is accessed.
SciTE text editor


1. SciTE text editor

2. The SciTE text editor
The SciTE text editor is an open source multi-platform text editor.

SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations - I use it for building test and demonstration programs as well as SciTE and Scintilla, themselves.

From the SciTE web site at https://www.scintilla.org/SciTE.html .

SciTE has Lua embedded in it as a scripting language.

3. CentOS installation
Use the following commands to install SciTE.

The following Linux command(s) install SciTE.
sudo yum -y install epel-release sudo yum -y install scite

SciTE can then be started from the GUI.

For more details, see SciTE .

4. End of page