I use it so much I have changed my cmd-N feature to this command. I
am forever grabbing icky formtatted text from one app, taking it
into BBEdit, and cleaning it up.
New document with clipboard always turns two steps into one, and I
am all for step reduction!
For just stripping the formatting, you can use this neat script in
your system scripts menu:
#!/bin/sh
pbpaste | pbcopy
Roughly equivalent to BBEdit New With Clipboard, Select All, Copy,
Close without Saving.
Enjoy,
Peter.
--
Check out Interarchy 8.1.1, just released, now with Amazon S3 support.
<http://www.stairways.com/> <http://download.stairways.com/>
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>