Home arrow Utilities arrow Text Editors arrow SciTE Multifeatured Text Editor
SciTE Multifeatured Text Editor
User Rating: / 6
PoorBest 

SciTE is a text editor originally developed to demonstrate the features of Scintilla an open source source code editor component.

SciTE is distributed and downloadable as a stand-alone product.

It's a lightweight, fast loading text editor particularly useful for software developers who need to edit source code written in a large variety of programming languages, but obviously it can be used to edit any kind of text file.

Some of the most importan features of SciTE are

  • Multi document tabbed views. Switch from a file to another by clicking tabs at the top of the window.
  • Advanced code formatting and syntax highlighting functions. SciTE supports basically every programming language in the world. Hundreds of code formatting and syntax highlighting rules can be downloaded from the site and easily installed.
  • Folding / Unfolding of code blocks. A code block can be folded (and made invisible) with a click of the mouse. You can hide unnecessary details and focus your attention on the part of code you are modifying.
  • Advanced search functions with support of regular expressions. You can search text in multiple external files within a given directory or your entire hard disk.
  • Bookmarks. You can set multiple bookmarks to easily jump to determined lines of the file you are editing.
    Integration with external applications such as compilers. You can compile a file directly from the editor and error messages produced by the compiler will be sent to the SciTE output window. Then you can esily jump to the line that caused the error.

SciTE is an open source application available for Intel Win32 and Linux operating systems. Both binaries and source code can be downloaded from the site.

Great, but with some missing features
SciTe is a great open source text editor.
I use it for writing PHP and Python scripts, some features like code folding and unfolding are really useful, but other important features are missing. For example a code snippets library and a code explorer.
Great editor
In my opinion SciTE is one of the best open source text editors. It's fully configurable with external configuration files and I really like to be able to create global, local or user specific preferences.

Some of the SciTE features are really invaluable: for example reminders of PHP functions parameters. I often checked the PHP documentation only because I couldn't remind the exact order of some PHP function parameters, now thanks to SciTE I no longer need to do that.

Being able to fold and unfold entire blocks of code is also a cool feature that makes easier following the logical flow even of complex scripts.

The opportunity to export files in PDF and HTML format while preserving syntax highlighting allows me to produce high quality documentation for my scripts and easily publish them on the Web.

This is a great open source product, I recommend SciTE to anyone who wants a lightweight, but feature rich text editor.
 

Main Menu

Home

Sponsored Links