B2019-022: UCF replace word dialog, remove unsupported flags for case sensitivity (all & first)
This commit is contained in:
parent
9ead3da79f
commit
9e5ed20aa2
@ -293,9 +293,10 @@ namespace VEPROMS.CSLA.Library
|
|||||||
// Case Sensitivity Flags - default is off (Case Sensitive Replace)
|
// Case Sensitivity Flags - default is off (Case Sensitive Replace)
|
||||||
CaseInsens = 0x0000C000, // Do ReplaceWords for all words thatmatch, regardless of case,
|
CaseInsens = 0x0000C000, // Do ReplaceWords for all words thatmatch, regardless of case,
|
||||||
// and replace with the ReplaceWith string as is
|
// and replace with the ReplaceWith string as is
|
||||||
CaseInsensFirst = 0x4000, // Do ReplaceWords for all words thatexactly match the ReplaceWord,
|
// B2019-022: do not support CaseInsensFirst & CaseInsensAll - there is no supporting replace word code:
|
||||||
|
//CaseInsensFirst = 0x4000, // Do ReplaceWords for all words thatexactly match the ReplaceWord,
|
||||||
// except the case of the first character may be different
|
// except the case of the first character may be different
|
||||||
CaseInsensAll = 0x8000, // Do ReplaceWords for all words that match the ReplaceWord, regardless of case
|
//CaseInsensAll = 0x8000, // Do ReplaceWords for all words that match the ReplaceWord, regardless of case
|
||||||
|
|
||||||
Partials = 0x10000, // Do replace even on partial matches
|
Partials = 0x10000, // Do replace even on partial matches
|
||||||
Plackeep = 0x20000, // Do replace in PlaceKeepers
|
Plackeep = 0x20000, // Do replace in PlaceKeepers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user