Tabs using ‘.’ Versus ‘)’ in reference sections.
Format flag for Foldout Note spacing
This commit is contained in:
parent
3029c35edf
commit
741196f035
@ -2806,7 +2806,7 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
if ((MyDocStyle.StructureStyle.Style & E_DocStructStyle.DSS_SkipOneStepLevel) == E_DocStructStyle.DSS_SkipOneStepLevel)
|
||||
level++;
|
||||
if ((MyDocStyle.StructureStyle.Style & E_DocStructStyle.DSS_SkipTwoStepLevels) == E_DocStructStyle.DSS_SkipTwoStepLevels)
|
||||
if ((MyDocStyle.StructureStyle.Style & E_DocStructStyle.DSS_SkipTwoStepLevels) == E_DocStructStyle.DSS_SkipTwoStepLevels && level == 0)
|
||||
level += 2;
|
||||
|
||||
return level;
|
||||
|
@ -249,6 +249,16 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _SpecialStepsFoldout, "@SpecialStepsFoldout");
|
||||
}
|
||||
}
|
||||
[Category("Miscellaneous")]
|
||||
[Description("Section Extra Line Header")]
|
||||
private LazyLoad<bool> _ExtraLineHeader;
|
||||
public bool ExtraLineHeader
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _ExtraLineHeader, "@ExtraLineHeader");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region UndSpecialStepsFoldout
|
||||
[Category("Miscellaneous")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user