MustacheSharp/mustache-sharp
Travis Parks 11b73b696e Pop Context When Exiting Tag
I was not removing context when I was leaving a tag. This caused the
context to grow indefinitely, which is not a valid representation of
where the placeholder was located in the template.
2013-04-25 08:46:03 -04:00
..
Properties Pop Context When Exiting Tag 2013-04-25 08:46:03 -04:00
ArgumentCollection.cs Provide context when placeholders found. 2013-04-24 21:21:00 -04:00
CompoundGenerator.cs Pop Context When Exiting Tag 2013-04-25 08:46:03 -04:00
ConditionTagDefinition.cs Pop Context When Exiting Tag 2013-04-25 08:46:03 -04:00
ContentTagDefinition.cs Implemented better custom tag handling. 2013-01-12 14:53:12 -05:00
Context.cs Pop Context When Exiting Tag 2013-04-25 08:46:03 -04:00
ContextParameter.cs Pop Context When Exiting Tag 2013-04-25 08:46:03 -04:00
EachTagDefinition.cs Pop Context When Exiting Tag 2013-04-25 08:46:03 -04:00
ElifTagDefinition.cs Implemented better custom tag handling. 2013-01-12 14:53:12 -05:00
ElseTagDefinition.cs Pop Context When Exiting Tag 2013-04-25 08:46:03 -04:00
FormatCompiler.cs Pop Context When Exiting Tag 2013-04-25 08:46:03 -04:00
Generator.cs Provide context when placeholders found. 2013-04-24 21:21:00 -04:00
IGenerator.cs Optimized text generation. 2013-01-16 15:10:25 -05:00
IfTagDefinition.cs Implemented better custom tag handling. 2013-01-12 14:53:12 -05:00
InlineGenerator.cs Optimized text generation. 2013-01-16 15:10:25 -05:00
InlineTagDefinition.cs Pop Context When Exiting Tag 2013-04-25 08:46:03 -04:00
KeyFoundEventArgs.cs Provide context when placeholders found. 2013-04-24 21:21:00 -04:00
KeyGenerator.cs Optimized text generation. 2013-01-16 15:10:25 -05:00
KeyNotFoundEventArgs.cs Provide context when placeholders found. 2013-04-24 21:21:00 -04:00
KeyScope.cs Provide context when placeholders found. 2013-04-24 21:21:00 -04:00
MasterTagDefinition.cs Pop Context When Exiting Tag 2013-04-25 08:46:03 -04:00
NestedContext.cs Optimized text generation. 2013-01-16 15:10:25 -05:00
PlaceholderFoundEventArgs.cs Provide context when placeholders found. 2013-04-24 21:21:00 -04:00
PropertyDictionary.cs Implement custom tags. 2013-01-08 21:33:53 -05:00
RegexHelper.cs Fire event whenever a placeholder is found. 2013-04-24 08:58:19 -04:00
StaticGenerator.cs Optimized text generation. 2013-01-16 15:10:25 -05:00
TagDefinition.cs Pop Context When Exiting Tag 2013-04-25 08:46:03 -04:00
TagParameter.cs Made progress implementing the object model, including all of the built-in tags. 2013-01-09 21:17:45 -05:00
Trimmer.cs Implemented better custom tag handling. 2013-01-12 14:53:12 -05:00
WithGenerator.cs Pop Context When Exiting Tag 2013-04-25 08:46:03 -04:00
mustache-sharp.csproj Pop Context When Exiting Tag 2013-04-25 08:46:03 -04:00
mustache-sharp.nuspec Added NuGet deployment items. 2013-01-12 15:18:54 -05:00