C2021-045 add BeforeList ReplaceWords flag

C2021-045 add logic to support BeforeList ReplaceWords flag
This commit is contained in:
2021-10-13 17:55:15 +00:00
parent 7d8601c9e8
commit be5bb48f82
3 changed files with 11 additions and 3 deletions

View File

@@ -301,7 +301,8 @@ namespace VEPROMS.CSLA.Library
Partials = 0x10000, // Do replace even on partial matches
Plackeep = 0x20000, // Do replace in PlaceKeepers
InSecTitle = 0x40000,
BeforeTrans = 0x80000 // Only do replace if the string occurs immediately before a transition.
BeforeTrans = 0x80000, // Only do replace if the string occurs immediately before a transition.
BeforeList = 0x100000 // C2021-045 Only if the text ends with a colon ":"
}
[Serializable]
[TypeConverter(typeof(ExpandableObjectConverter))]