Added property IsTransition to Tab structure for VCSummer data
Added properties AdjustStepTransitionText and BoldTransitionExceptHLS to Trans structure for VCSummer data Added and modified formatting data for VCSummer data Added XSL processing for IsTransition, AdjustStepTransitionText and BoldTransitionExceptHLS properties for VCSummer data
This commit is contained in:
@@ -1009,6 +1009,7 @@ public struct Tab
|
||||
{
|
||||
//for VCSummer by jcb
|
||||
public bool RNOExcludeMacros;
|
||||
public bool IsTransition;
|
||||
public float MacroTabAdjust;
|
||||
//end for VCSummer by jcb
|
||||
public float RNOAdjustTabSize; // added for SHE to align rno whose parent is AND
|
||||
@@ -1083,6 +1084,8 @@ public struct Trans
|
||||
public string AbsoluteTransitionUpdate;
|
||||
public string LowerCaseStepInTran;
|
||||
public string DoSectionTransitions;
|
||||
public bool AdjustStepTransitionText;
|
||||
public bool BoldTransitionExceptHLS;
|
||||
/* End of Format flags */
|
||||
public TransTypes[] TransTypeData;
|
||||
}
|
||||
|
Reference in New Issue
Block a user