1
0
Fork 0
Commit Graph

17 Commits

Author SHA1 Message Date
chylex 689989fee5 Rewrite TemplateReader to return TemplateList, work on template exception handling 2016-10-08 12:55:05 +02:00
chylex 4cc3129c54 Move template exception texts to Lang 2016-10-06 11:17:18 +02:00
chylex ba6662b493 Add template reader precautions and make it use TemplateException 2016-10-06 10:59:28 +02:00
chylex 4af5f34fc6 Optimize template declaration checking by using a default singleton object 2016-10-06 00:14:38 +02:00
chylex af14931ed7 Split template file into multiple, add WIP support for template includes 2016-10-06 00:13:57 +02:00
chylex b6670a0022 Fix formatting (missing space after comma in method calls) 2016-09-05 15:17:57 +02:00
chylex 02dfe82204 Refactor abstract classes, interfaces, and utils to a separate project CodeStatisticsCore 2016-06-23 02:05:37 +02:00
chylex 63fad2d357 Remove unnecessary using statements 2016-03-17 22:14:06 +01:00
chylex 4b3aab7f80 Added template and project exception handling 2016-03-07 22:41:54 +01:00
chylex 7f70f8e8f0 Allow spaces in token matches 2016-02-18 02:48:58 +01:00
chylex d0fbd5f283 Add support for default variable values in templates 2016-02-17 16:50:29 +01:00
chylex a256988a34 Remove unused using statements 2016-02-16 01:11:06 +01:00
chylex a164833f8e Address static code analysis globalization concerns 2016-02-16 01:10:27 +01:00
chylex 38e0866e52 Finish TemplateToken dynamic value processing 2016-02-16 00:22:09 +01:00
chylex 44593cd7e4 Fix TemplateToken.Variable constructor having incorrect parameter name 2016-02-16 00:19:09 +01:00
chylex ac1d988f15 Add an HTML output generator using the template engine 2016-02-16 00:09:19 +01:00
chylex 30c91fd5ff Add a custom template engine (dynamic content is TODO) 2016-02-16 00:08:41 +01:00