On Wed, Aug 17, 2011 at 11:55:07PM -0400, Robert A. Rosenberg wrote: > The other two types are those that you are talking about (tags with > class= and id= parms). There is NO way that these can be > automatically applied or inserted into the HTML since they get used > when the coder explicitly uses a class= or id= parameter. How do you > plan for BBE to select which class or id is to be applied to the tag > (note that id is allowed to be used ONLY ONCE per page while class is > can be used multiple times). What criteria you you expect BBE to use > to say "ID=X is to be applied to THIS occurrence of a tag"?
The poster is asking about auto-completion. Theoretically, BBEdit could build a list of all the classes and ids, and when you start typing a class or id, BBEdit could find a matching class or id and auto-complete it. For example, if I've defined the class 'shiny' in my CSS, and in my HTML document I type '<div class="sh', BBEdit could auto-complete that to 'shiny'. Ronald -- 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>
