If you work with columns, you might want to try this little filter: Save this as column.sh and put it into ~/Library/Application Support/BBEdit/Unix Support/Unix Filters
#!/bin/sh column -t "$1" This will columnize selected text. Works wonders! Matt On Apr 28, 2010, at 7:47 PM, Toadling wrote: > On Apr 28, 2010, at 8:38 AM, Steve Riggins wrote: > >> I see BBEdit has a paste column feature, which does exactly what I >> need, but I'd like it while typing. ie, instead of the text coming >> from the clipboard, it would come from the keyboard. >> -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to bbedit@googlegroups.com To unsubscribe from this group, send email to bbedit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/bbedit?hl=en If you have a feature request or would like to report a problem, please email "supp...@barebones.com" rather than posting to the group.