On Sep 7, 9:09 pm, ascarter <[email protected]> wrote:
> And here's a script that you can run in BBEdit to build the tags file for
> the currently active project. I tried adding it as an attachment script for
> documentDidSave but it didn't seem to fire.
>
> https://github.com/ascarter/BBEdit-ApplicationSupport/blob/master/Scr...
Minutes after posting a question related to this script I've figured
it out:
1. name the script Document.documentDidSave.scpt
2. add the following code:
on documentDidSave()
makeTags()
end documentDidSave
3. when saving the script make sure that it is saved as Script + Run
only (nb: according to the documentation the script must be compiled
and I assume Run only option means it is compiled)
4. done
Thanks a lot,
A://
--
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.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>