<div>In a pane where the code is pretty-printed, you should be able to shift-yellow button get a menu up, and then select &#39;send contents to printer&#39;.&nbsp; This should send it to a connected printer.&nbsp; Of course, just one text pane at a time, and it is assuming that your platform supports it.</div>

<div>&nbsp;</div>
<div>Alternatively, you can dig into direct printer support by looking at TextPrinter (which that method above calls), or look at the primitive</div>
<div>Form&gt;primPrintHScale: hScale vScale: vScale landscape: aBoolean</div>
<div>which actually does the heavy lifting.</div>
<div>&nbsp;</div>
<div>Printing isn&#39;t taboo - just not used much at all.</div>
<div>&nbsp;</div>
<div>Chris</div>