stringtemplate4 icon indicating copy to clipboard operation
stringtemplate4 copied to clipboard

StringTemplate 4

Results 47 stringtemplate4 issues
Sort by recently updated
recently updated
newest added

Is there any way to limit arrays ? Something like this would be useful: ``

type:enhancement

This pull requests bundles a few very small and local optimizations and code cleanups I made. Does not include syntactic cleanup like formatting.

Given ST4 4.1 on the JVM and the following code, I would expect that the `View` would be dumped out identically both times. However, the following is produced: ``` before...

This PR aims to deprecate many members that should not be publicly accessible. Mainly, this includes public fields, for which it adds getters and sometimes setters. A benefit of this...

Need to update the pom and recut the release

type:bug

I'm using the c# port of stringtemplate 4.0.6.9004. Per the [cheatsheet](https://github.com/antlr/stringtemplate4/blob/master/doc/cheatsheet.md), stringtemplate4 is supposed to recognize `\` as escaped characters ``. Escaping `\` does not. This template worked correctly in...

type:bug

Configuring an `Automatic-Module-Name` entry in the `META-INF/MANIFEST.MF` file would help those using java 9 or later., without affecting users of earlier versions. For details, see: http://branchandbound.net/blog/java/2017/12/automatic-module-name/

I have the `URL` to resource like `jar:file://path/to/myjar.jar!/main/main.jar!/com/some/dao/Dao.sql.stg` - I've got this using single jar app loader. I pass this `URL` to corresponding costructor of `STGroupFile` then internally in `load()`...

This is for java. I have a common TTML.stg that I `import "TTML.stg"` in a TTMLClock.stg and a TTMLSmpte.stg They are all in the same directory. When I ``` return...