Added support for VCSDEV and SUM format files for VCSummer
This commit is contained in:
@@ -516,6 +516,9 @@ public struct CheckOffData
|
||||
public int UseCheckOffsIn;
|
||||
public float CheckOffAdjustment;
|
||||
public float XLocation;
|
||||
//for VCSummer by jcb
|
||||
public float RelXLocation;
|
||||
//end for VCSummer by jcb
|
||||
/* Format flags ... */
|
||||
public string DropCheckOff;
|
||||
public string CheckOffOnHLSOnly;
|
||||
@@ -723,6 +726,10 @@ public struct StepSectionLayout
|
||||
public string NonLinkedStepNumber;
|
||||
public string NonLinkedCautNoteNumber;
|
||||
public string NonLinkedRNONumber;
|
||||
//for VCSummer by jcb
|
||||
public float SingleColumnRNOIndent;
|
||||
public bool RNOWidthSameAsHighParent;
|
||||
//end for VCSummer by jcb
|
||||
/* Format flags moved to here.... */
|
||||
public string Dev_Format;
|
||||
public string EnhancedShortFormDev;
|
||||
@@ -999,6 +1006,10 @@ public struct Layout
|
||||
[Serializable]
|
||||
public struct Tab
|
||||
{
|
||||
//for VCSummer by jcb
|
||||
public bool RNOExcludeMacros;
|
||||
public float MacroTabAdjust;
|
||||
//end for VCSummer by jcb
|
||||
public string IdentEdit;
|
||||
public string Ident;
|
||||
public string IdentAltPrint;
|
||||
|
Reference in New Issue
Block a user