C2021-045 add BeforeList ReplaceWords flag
C2021-045 add logic to support BeforeList ReplaceWords flag
This commit is contained in:
@@ -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))]
|
||||
|
Reference in New Issue
Block a user