On Aug 31, 2011, at 11:09 , Darren Werenich wrote:

> 3.  ctags solved the need to add syntax highlighting to framework or
> library functions / classes. Maybe a command to add/update ctags for
> individual projects?


While this isn't perhaps as elegant as having BBEdit "know" to do it for your 
project, you can make this fairly painless by using the project-specific Unix 
Worksheet that's new in BBEdit 10. In the worksheet, just put in a line that's 
something like:

cd /Users/watts/src/project;bbedit --maketags

Then whenever you want to update the tags, go to that line in the worksheet and 
hit Command-Enter.

It'd probably be possible to do something like this with a script, but the 
sticky point is that a BBEdit Project doesn't have any notion of a "root 
folder." (For the PeepOpen integration script, I believe it uses a simple 
heuristic to fake it: if the first item in the project is a folder, it assumes 
that's the root; otherwise, it assumes the directory with the project file 
itself is the root.)

-- 
Watts Martin <[email protected]>

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to