Sublime Text Editor Review

I’ve just bought a copy of sublime text, a very pretty text editor for Windows. I’m a bit of text editor geek, but I think it’s justified, with the amount of time I spend typing. Between coding and writing fiction, I spend hours and hours a day typing, so a good text editor is as important as a comfy chair, a good monitor, or a cup of tea. It’s just not civilised without.

sublime text screenshot

If you spend much time writing text, you may want to have a look. I’m using mine for both programming code, and for fiction.

These things make it well worth it, in my opinion;

  1. It’s gorgeous. Text Editing shouldn’t feel this good, says the website, and it’s absolutely right. The colour schemes are lovely, especially Chocolate Box, which is shown on the screenshot. If simple text editors like Notepad feel like using a bic biro, and emacs and vi feel like using a technical pencil, sublime text feels like using a fountain pen.

  2. It’s functional. As a programmer, you expect the ability to do serious things to your text. Sublime comes bundled with syntax highlighting for many languages, a python plugin system, a build system, it’s own macro language, regex searching, snippets, sorting… there’s lots here. The ability to write python programs means that it’s going to be possible to write, well, absolutely anything you need. And you don’t have to do it in emacs lisp

  3. The support is amazing. It’s written by Jon Skinner, an Australian who left his job at Google to write the editor. I wrote him an email yesterday suggesting a feature. Twelve hours later, he’s written the code and put it into the next beta. Twelve hours. And the reply email was chock-full of details he didn’t need to include, and an apology about the tardyness of the reply.

  4. Full-screen mode; It has a full-screen mode that lets you blow the window up to occupy every available pixel, which makes it great for writing without distraction. If you’ve looked at rudimentary full-screen editors like WriteRoom, you’ll know the idea; replace your cluttered desktop with a single text entry window. Sublime Text does this, but still has the advanced functionality of a heavyweight text editor.

  5. It’s only just begun. The current version is 1.01, and already it’s stuffed with goodies.

Anyway. Enough. Go get it.

3 Responses to “Sublime Text Editor Review”

  1. Sublime Blog » Wiki Says:

    [...] also wrote a great review of Sublime Text, which you should go and read right now if you’ve yet to try Sublime. Jon [...]

  2. Gu Says:

    Sounds pretty good. I’m currently using E, a textmate clone. Something I start to hate about it is its Cygwin dependency. Anything E can do that Sublime can’t?

  3. Steve Says:

    Hi. Sublime also has a lot of textmate features — it reuses the same language files and colour schemes. I’ve not had much experience of E, although I did see the website and watched the short demo video, and Sublime can do everything E did in the site.

    For me, one of the main strengths is the developer, Jon. He’s very quick at turning around feature requests, often within a day or two for small tweaks. There’s a nice (new) system for writing plugins, so it’s turning out to be very flexible. Plus, there’s no cygwin dependency.

    Anyway, can’t hurt to give it a go…

Leave a Reply