Komodo Edit is provided free by ActiveState the same people that provide Perl distributions.
This is one editor that you need in your toolbox if you ever have to work with lots of files and code projects.
Even if you don’t code a lot one of my favorite features is its ability to search through a directory of files for word matches.
So how is that useful?
Lets say you have a div with an id of chicken and you know its hiding someplace in your php files…. or you want to find all the <H1> tags and change them to something else.
Trying to find things with Windows Search is just about useless I have found a 90% fail rate for trying to find text in files especially if it has a Quote or Equal sign next to it….
Anyway that is my favorite feature right now because my current project really needs it but you will find hundreds of useful options in Komodo Edit especially if you like to code a bit.
Multi-language support
Advanced support for:
- Browser-side languages: CSS, HTML, JavaScript and XML
- Server-side languages: Perl, PHP, Python, Ruby and Tcl
- Web template languages: RHTML, Template-Toolkit, HTML-Smarty and Django
HTML preview
Check HTML, XML and CSS files side-by-side or in a browser, using arbitrary files or URLs.
Multilingual Input Method Editor (IME) support
Use your standard keyboard to enter multi-byte characters, such as Simplified Chinese, Japanese and Korean.
Code snippets
Store any piece of code for reuse.
Code folding
Work quickly and efficiently with large sections of code.
Multi-document editing
Easily work on multiple documents simultaneously using multiple tab groups, split view, and cross-document search.
It is definitely worth the download