New in SubEthaEdit 2.1:

|
Command Line Tool
The new command line tool is the perfect companion to anyone who tends to work with Terminal.app more often than not. It supports piping, waiting and resuming so you can do all sorts of nifty stuff like e.g. curl codingmonkeys.de | see -m HTML, or setting SubEthaEdit as your $EDITOR to use it to write e.g. commit logs. (export EDITOR='see -wr') For a detailed description of all features, type man see at the command line.
|

|
All new Printing
Printing has been greatly improved in this version. Like most features it is customizable per mode in the preferences, so you can have different setting for C-code than for plain text. You also can customize your print-out in the SubEthaEdit pane of the print dialogue. Beside standard features like adding header details (date, filename), margins and font/color preferences you can also specify to print-out collaborative metadata, including a list of participants, annotated authorship information and background coloring for color prints.
|

|
HTML Export
HTML Export has been added in two ways. You can either export a whole document to HTML to save that collaborative session including the authorship metadata or use the "Edit/Copy as XHTML" feature to convert a selected code snippet, including color and indention, to HTML and paste it on your website.
|
|