Thanks, Rich and Christopher. It has now come back to me that the process I 
used most was in two parts, 1) a short script invoking 2) separate lists of the 
numerous changes involved, each list easily generated from a database and each 
change occupying one line. TextFactory needs around fifteen XML lines per 
change, anathema to my old bones.

I have found one ancient script where the list is actually in the script :

tell application "BBEdit 4.0"
        activate
        
        copy (choose file) to sourceFileName
        open sourceFileName
        
        --  ••• Replace characters
        
        replace Every Occurrence searching for "Ü" using "<" case sensitive yes 
start at top yes
        replace Every Occurrence searching for "†" using ">" case sensitive yes 
start at top yes
        replace Every Occurrence searching for "Ì" using "<cm>" case sensitive 
yes start at top yes
        replace Every Occurrence searching for "≈" using "â" case sensitive yes 
start at top yes
        replace Every Occurrence searching for "Å" using " " case sensitive yes 
start at top yes
        replace Every Occurrence searching for "" using "ï" case sensitive yes 
start at top yes

Will this sort of thing still work ? Saving this script caused Script Editor to 
hang, so I cannot test it. 

AB

> On 9 Sep 2018, at 20:32, Rich Siegel <[email protected]> wrote:
> 
> File => New => Text Factory should get you started.

-- 
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://www.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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to