On Sep 8, 2011, at 2:51 AM, Guntis wrote: > How can I fold tables in HTML / PHP code? I know I can select <table> > [..] </table>, Ctrl+click and choose fold. But is there any way to get > folding triangle in the gutter bar for folding tables?
Quick question: is BBEdit recognizing your PHP files as HTML or PHP? If it is a PHP, the HTML tags won't show folding indicators. The HTML module understands PHP and will provide folding markers (and syntax highlighting) for both HTML elements and PHP language constructs. Chip Warden -- 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>
