On Sep 10, 11:11 pm, stirrell <stirrel...@gmail.com> 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 do.

https://gist.github.com/1209666

I wish it were better, I believe it requires you to add the project
directory, instead of "just" adding all the items in your project.


So, if you have a project named "foo_proj" with items "app", "tests",
"scripts", "public", your BBEdit project structure should look like:

  foo_proj:
    app
    tests
    scripts
    public

NOT like

  app
  tests
  scripts
  public

(I'm up for improvements - I'd prefer the flat structure myself, I
think...)

Hope this helps,
_Ryan Wilcox

-- 
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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to