IntSmarty support ({l})
Posted July 22nd, 2008 by vegard_larsen
While editing .tpl files, it seems VS.PHP does not support the IntSmarty-specific tag {l}, which is very annoying. It keeps expanding it to {ldelim} when I type. Could this tag be added to the list?


Sure, not a problem. Where
Sure, not a problem.
Where can I find information about this tag?
The website is here;
The website is here; http://code.google.com/p/intsmarty/
I can't find any good documentation there, though, but the tag has no parameters, and is mechanically pre-processed away by IntSmarty.
Could you fill out this xml
Could you fill out this xml fragment with the intsmarty information. I'll include it in the next build:
<tag name="capture" description="{capture} is used to collect the output of the template into a variable instead of displaying it."><attribute name="name" required="no" description="The name of the captured block" />
<attribute name="assign" required="no" description="The variable name where to assign the captured output to." />
</tag>
If it has no tags, then don't remove the tags
I hope I understood you
I hope I understood you correctly, but here it is.
<tag name="l" description="{l} is used to localize text using IntSmarty."></tag>
Is there any file I could put this in to test it myself, or is this compiled into some binary format?
It is compiled into the dll
It is compiled into the dll as a resource file so I need to build it.