Yes, via an AppleScript. Here is a script I use (in abbreviated form),
that runs several text factories in sequence:
===============================
tell application "BBEdit"
set WWwireFactory to alias "Macintosh
HD:Users:pweil:Library:Application Support:BBEdit:text
factories:WWwire.textfactory"
set parsewireFactory to alias "Macintosh
HD:Users:pweil:Library:Application Support:BBEdit:text
factories:parsewire.textfactory"
set abbFactory to alias "Macintosh HD:Users:pweil:Library:Application
Support:BBEdit:text factories:abbrevs1.textfactory"
set TargetFile to alias "Macintosh
HD:Users:pweil:Desktop:wire:index.html"
apply text factory WWwireFactory to TargetFile saving yes without
returning results and showing results
apply text factory parsewireFactory to TargetFile saving yes without
returning results and showing results
apply text factory abbFactory to TargetFile saving yes without
returning results and showing results
end tell
=================================
On Nov 12, 2009, at 5:07 AM, Francisco Hirsch wrote:
> Is it possible to automate running several textfactories one after
> the other?
> Francisco
--
Peter Weil, Web Developer
University Communications
University of Wisconsin-Madison
Phone: 608-262-6538
Email: [email protected]
--
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 "[email protected]" rather than posting to the group.