Gem of an Editor

I recently had the need of a code editor that could make backups of files before saving them - a feature that I though I wouldn’t be able to find in a free application.

After a short Google session I came upon Crimson Editor. It’s no longer being maintained but it is definately worth investigating if you’re looking for a light-weight code editor. The one feature that I do love is the ability to create a copy of the file before it was editted when you save it. This can also be done in such a way that they get autonumbered - thus creating a simply version control system.

There is a set of ColdFusion tags in a syntax file (click on ‘Syntax Files’ and then search for the term ‘ColdFusion’) and these are very easy to install. It doesn’t have an auto-complete feature, but this can be a good thing as it forces you to remember the tags.