Scintilla — A Free-Source Code Editor
Permalink | Comment (0)“Scintilla”:1 is an open-source freeware code editor that I use a lot when editing CSS and HTML files. In fact, I use it in conjunction with Firefox’s “ViewSourceWith”:2 extension to view the source of pages. Why is Scintilla so useful? Well, for one, it makes the source of a page much more readable than Firefox’s built-in source viewer or applications like Windows Notepad. In addition, it has a bunch of advanced features like:
bq.. 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 colours and multiple fonts.
p. Here’s a screen shot that shows how readable Scintilla’s rendering of a page is:
!/img/Scintilla_screen_shot.png (Sample Scintilla view source output)!
If you do any kind of simple code editing like CSS or HTML or PHP, Scintilla is a great, lightweight application that will greatly increase your productivity.
[2(Zoinger post on ViewSourceWith Firefox extension)]http://www.zoinger.com/words/archives/2005/05/01/viewsourcewith-yet-another-handy-firefox-extension/
[1(Scintilla home page)]http://www.scintilla.org/
