Added CapSPIfLastLower=True for Catawba and McGuire
Added CapROIfLastLower=False for Catawba and McGuire Added CapSPIfLastLower for Catawba and McGuire so that only setpoint ROs are uppercased if the surounding text is uppercase.
This commit is contained in:
@@ -1121,7 +1121,8 @@ public struct RO
|
||||
public string UpRoAftrDash; //UpSetpntAftrDash;
|
||||
public string UpcaseAllRoUnits; //UpcaseAllSetpointUnits;
|
||||
public string CapHighRo; //CapHighSetpnt;
|
||||
public string CapRoIfLastLower; //CapsPIFLastLower;
|
||||
public string CapRoIfLastLower; //Old CapsPIFLastLower;
|
||||
public string CapSPIfLastLower; //Adding in CapSPIFLastLower;
|
||||
public string UpRoIfPrevUpper; //UpSpIfPrevUpper
|
||||
public string UnderlineRo; //UnderlineSetpoints
|
||||
public string CapFirstLetterInHighRO; //CAPFIRSTLETTERINHIGHSP
|
||||
@@ -4118,6 +4119,7 @@ namespace fmtxml
|
||||
else fmtdata.ROData.CapHighRo = "False";
|
||||
if (XtraFlags.CapsPIFLastLower == "True") fmtdata.ROData.CapRoIfLastLower = "True";
|
||||
else fmtdata.ROData.CapRoIfLastLower = "False";
|
||||
fmtdata.ROData.CapSPIfLastLower = "null";
|
||||
if (XtraFlags.UpSpIfPrevUpper == "True") fmtdata.ROData.UpRoIfPrevUpper = "True";
|
||||
else fmtdata.ROData.UpRoIfPrevUpper = "False";
|
||||
if (XtraFlags.UnderlineSetpoints == "True") fmtdata.ROData.UnderlineRo = "True";
|
||||
|
Reference in New Issue
Block a user