The problem with version 1.0.11.0 is that after a comment like the one shown here <div class="clearFloat"> <!-- clear float for old IE --> </div> the rest of the .st file is colored as if the comment was not closed. This seems to be a bug in your parser - please fix this, and the tool is very helpful.
Hi Hendrik. If you are not using < and > as your template delimiters, then you will need to include a delimiters clause at the top of your file. Please see the following page for syntax details: http://www.antlr.org/wiki/display/ST4/Group+file+syntax
Greetings,
After installing the StringTemplate 4 Language Support, I restarted my VS Pro only to not find the installed template anywhere. I have restarted the IDE and tried to reinstall the template (which fails due to already being installed) and have not been able to locate them in my project templates. A search for ANTLR or StringTemplate returns nothing within VS New Project dialog.
Any suggestions?
Thanks!
Hi Scionwest,
The StringTemplate integration currently adds editor support for when you open a template file, but does not include any project or file templates.
I may be able to include a few templates in a future version which will probably be available a few months after ANTLR 4 stabilizes enough for me to port it to C#.
Hiya :-)
I'm just getting to grips with using StringTemplate for html and plaintext email templates. I'm using $ delimiters rather than the default, so I was wondering if any progress had been made with being able to set a delimiter? If not, is the source available anywhere so I could possibly build my own version that uses $'s?
Thanks for all the hard work :-)
Ste
Hi Steven, You should be able to use the following syntax at the top of a group file for setting delimiters:
delimiters "$", "$"
I believe the following works in the editor if you're using a .st file (which doesn't support the special delimiters syntax):
//delimiters "$", "$"
I've used and appreciated your port for the last two years (both StringTemplate and Antlr), and even this work is greatly appreciated. I look forward to future development.
On another note, where can I ask questions and report bugs about this tool specifically, I'm having issues with the folding that I remember from the 2008 integration, that seems to be a parsing problem and mucks up the list of templates in an STG file?
Hi Francis, I updated my profile here (biography section) to include a feedback email address. :) I'm glad to hear the tools are helping you out, and I hope we can resolve this quickly.
Right now I don't have a good way to configure template delimiters for a particular file. However, I do maintain the C# port of StringTemplate and I'm in talks with the original author about adding a syntax for explicitly specifying the template delimiters within the group and/or template files.