On Sep 10, 9:11 pm, stirrell <[email protected]> wrote: > I was wondering if someone had an AppleScript to recreate a project's > CTags? The examples I have found seem to be out of date now for BBEdit > 10. I essentially want an AppleScript that will just run the command: > > bbedit --maketags > > in the project's root directory. Does anyone have an example?
I don't have Applescript but I have a Python + Appscript program that'll do it. (I hate coding in Applescript proper due to the nature of the language - appscript gives you everything Applescript does but in a better language) http://www.libertypages.com/clarktech/?p=2834 It does require appscript to be installed. http://appscript.sourceforge.net/py-appscript/index.html The easiest way to install it is just do sudo easy_install appscript at the command line and it'll be installed in the proper place. -- 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>
