This commit is contained in:
@@ -882,6 +882,7 @@ public struct Step
|
||||
public string PageBreakOnStep; // PageBreakOnHighLevelStep, PageBreakOnCautions, PageBreakOnNotes
|
||||
public string AlignNullTabWSectHead;
|
||||
public string TextSubFollowsTextStyle;
|
||||
public string CautionOrNoteSubstepIndent;
|
||||
public string TreatAsSequential; // TreatAND_ORasSequential
|
||||
public string MatchUpRNO; // MatchUpRNOCautNote
|
||||
public string InPageList; // RNOInPageList, StpCautNoteTabInPageList, HLSTextInPageList
|
||||
@@ -4233,6 +4234,7 @@ namespace fmtxml
|
||||
string fnm = MyPath + @"\" + fname;
|
||||
brFmt = new BinaryReader(File.Open(fnm, System.IO.FileMode.Open, System.IO.FileAccess.ReadWrite, FileShare.ReadWrite));
|
||||
bool success = ReadInFmtFile(ref fmtdata, ref BaseXtraFlags, fname);
|
||||
AddPlantSpecific(fname, ref fmtdata);
|
||||
FixInactiveForHigh(ref fmtdata);
|
||||
FixInactiveForSubStep(ref fmtdata);
|
||||
FixInactiveForText(ref fmtdata);
|
||||
@@ -4269,6 +4271,7 @@ namespace fmtxml
|
||||
brFmt = new BinaryReader(File.Open(fnm, System.IO.FileMode.Open, System.IO.FileAccess.ReadWrite, FileShare.ReadWrite));
|
||||
FormatData subdata = new FormatData();
|
||||
success = ReadInFmtFile(ref subdata, ref SubXtraFlags, fi.Name);
|
||||
AddPlantSpecific(fi.Name, ref subdata);
|
||||
//OutputStepFonts(fi.Name, subdata);
|
||||
if (success)
|
||||
{
|
||||
|
Reference in New Issue
Block a user