Maybe an AppleScript to replace the current selection with A+Selection
+B ?
(You can call AppleScripts from within TextWrangler by using
TextWrangler's Scripts menu or the system-wide scripting menu.)
The purpose of the Prefix/Suffix Lines command is to apply (or remove) a
prefix and/or suffix to every line in the selection.
If your selections are arbitrary, i.e. you need to manually choose the
start and end points, and you don't need to process too many such items, it
may be easiest to just locate those points and type the desired text. :-)
Alternatively, if this is something you need to do often, an AppleScript as
Tom suggested may be the way to go.
If there's a pattern to the content you want to modify, e.g. all paragraphs
which start with "boat", then you can likely perform a grep search &
replace to select each section and add the desired info before and after.
Regards,
Patrick Woolsey
==
Bare Bones Software, Inc. <http://www.barebones.com>
P.O. Box 1048, Bedford, MA 01730-1048