On Aug 17, 2011, at 3:31 PM, davemac wrote: > is it possible in that document to auto-complete the class or ID tag > with the classes or IDs from the linked CSS?
Completions come from a variety of sources. One of them is a tags file produced by exuberant ctags: http://ctags.sourceforge.net/ According to the documentation, the answer to your question as far as ctags is concerned, is no. I'm not sure if there are any other tools that will do what you want. You may be able to write some sort of parser that will produce either a ctags file or "clipping set" based on the included files but out of the box, I fear not. Bare Bones, please correct me if I'm wrong (because it would be a really cool feature). Ted S-R -- 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>
