• LIKE

Share


SciTE

Open Source by scintilla.org | Link to website

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. SciTE is currently available for Intel Win32 and Linux compatible operating systems with GTK+. It has been run on Windows XP and on Fedora 8 and Ubuntu 7.10 with GTK+ 2.12 More info »

  1.  
  2. Thumbnail for Screenshot without description
  3. Thumbnail for Screenshot: Screenshot of SciTE


New Comment
BillBell-image

Darn solid editor with colour syntax highlighting. I use it for everything that isn't word-processing or publishing. Easily incorporated into simple script development cycle.

 
Post a reply
10basetom-image

When I moved development from Linux to Windows, I found SciTE to be the closest match to my favorite editor on Linux, VIM, in terms of power and flexibility. It has a lean GUI (you can say no GUI), leaving the developer to just focus on the development. I have since moved to something lighter (Notepad2) since I do a lot less development these days. Notepad2 actually uses the same open source edit control as SciTE (Scintilla), so there's even a way to enable folding in it if that's your cup of tea.

 
Post a reply