Hi, Have look into Text Factories which I believe should be able to accomplish what you are looking for.
Best, Holger > On 13 Oct 2019, at 1:01 PM, WaMa <[email protected]> wrote: > > I'm going to be migrating from Tex-Edit to BBEdit -- long overdue -- but need > some help rewriting some AppleScripts so they'll do the same thing in BBEdit. > > Could someone please help me here? How would this script, for instance, need > to be written for BBEdit? > > ----- > > tell application "Tex-Edit Plus" > activate > open file "HD:Users:wama:Desktop:file.txt" > set insertion point before contents of window 1 to > "sku,product-id,product-id-type,Price,item-condition,Quantity,add-delete,will-ship-internationally,expedited-shipping,standard-plus,item-note > " > replace window 1 looking for "\"" replacing with "" > replace window 1 looking for "," replacing with "^t" > replace window 1 looking for " > " replacing with " > " > save window 1 with creator «class TBB6» > quit saving ask > end tell > > -- > This is the BBEdit Talk public discussion group. If you have a > feature request or need technical support, please email > "[email protected]" rather than posting to the group. > Follow @bbedit on Twitter: <https://twitter.com/bbedit > <https://twitter.com/bbedit>> > --- > You received this message because you are subscribed to the Google Groups > "BBEdit Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/bbedit/80c71618-12d2-4d54-951e-de0ead6fcb8e%40googlegroups.com > > <https://groups.google.com/d/msgid/bbedit/80c71618-12d2-4d54-951e-de0ead6fcb8e%40googlegroups.com?utm_medium=email&utm_source=footer>. -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <https://twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/8A830550-9879-4499-A8AF-D0AC645C4EB8%40googlemail.com.
