FIL-4 Refactored script parsing to retain isolated comments as a new ItemFilterBlockComment type - UI still needs reworking with new templates and such.
This commit is contained in:
@@ -8,5 +8,6 @@ namespace Filtration.Parser.Interface.Services
|
||||
IItemFilterBlock TranslateStringToItemFilterBlock(string inputString, IItemFilterScriptSettings itemFilterScriptSettings);
|
||||
string TranslateItemFilterBlockToString(IItemFilterBlock block);
|
||||
void ReplaceAudioVisualBlockItemsFromString(ObservableCollection<IItemFilterBlockItem> blockItems, string inputString);
|
||||
IItemFilterCommentBlock TranslateStringToItemFilterCommentBlock(string inputString);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user