Smarty: Tags Matching and Unpaired Tags Errors
- by Martin Fousek
Hello, today we would like to show you other improvements we have
prepared in PHP Smarty Framework. Let's talk about highlighting of matching tags and error reporting of unpaired ones.
Tags Matching
Some of your enhancements talked about paired tags matching to be able to see matching tags at first glance.We have good news for you that this feature you can try out already in our latest PHP Development builds and of course later in NetBeans 7.3.
Unpaired Tags Errors
To make easier detecting of template syntax issues, we provide basic tags pairing. If you forgot to begin some paired Smarty tag or you end it unexpectedly you should get error hint which complains about your issue.
That's all for today. As always, please test it and report all the issues or enhancements you find in NetBeans BugZilla (component php, subcomponent Smarty).