Print from Sublime Text 2 with this plugin

Sublime Text is a fantastic text editor, but it does not let you print. Personally, I don’t mind – I only print very seldom. But there are many entertaining discussions on the discussion forum where people who have bought the program months ago suddenly realize that it does not print, and then make as if the sky has fallen down or some such. Anyhow, Svenax to the rescue!

I started on a very simple plugin last april that just sends the document of the current view to an external command line program for printing. I naturally put the plugin on Github and promoted it a bit in the forum. Nothing much happened for a while, until I got a merge request with substantial enhancements from another Githubber. After having merged that, I took another look at the code and decided to rewrite it pretty much from scratch to clean it up and remove code duplication.

This new plugin has been submitted to Package Control, the semi-official package manager for Sublime Text extensions. Looking at the merge request queue, it seems to take about two weeks before requests get integrated. Until then you can install directly by selecting Package Control: Add Repository and adding https://github.com/svenax/SublimePrint. Happy printing!

ETA: It is now available in Package Control under the name Simple Print Function.