It's not exactly the same, but you can create a ctags file that contains the 
functions in your project and place it in the root directory of the project. 
Add this to ~/.bash_profile

alias bbtags='/Applications/BBEdit.app/Contents/Helpers/ctags --excmd=number 
--tag-relative=no --fields=+a+m+n+S -f tags --exclude=blib --exclude=pod -R 
"$PWD"'

And then navigate to the project whose code you want to include and run 
"bbtags" from the command line.

HTH

(Thanks Marc!)

Ted

-- 
This is the BBEdit Talk public discussion group. 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>

--- 
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].

Reply via email to