BGE: Handle {} around ro values
BGE: Added an x-Location of end message for a section Use x-location of end message for a section; tab format for sequential tabs at 4th level; hls tab spaces; indent in transition format 9 BGE: Use x-location of end message for a section BGE: support for top continue messages that contain tab for continued step resolve {Step Text} token in transition; modify code that processes transition format to use collection matches rather than search for ‘{‘ support AllUnits ro flag support ‘{‘ and ‘}’ around ro value top continue message with tab; location of top continue message in both AER/RNO columns for dual column; support indent in transition format during print support two top continue messages (aer/rno) that can have different text; fix bug in splitting procedure title text if it contains hard spaces
This commit is contained in:
@@ -90,6 +90,7 @@ public struct DocStyle
|
||||
public bool CBNoOverrideSpace; // Added for farley pagination of bottomcontinue message
|
||||
public VE_Font ContStyle; // Style of continue messages
|
||||
public short EndFlag; // Does end statement exist for this type
|
||||
public float EndMargin; // Added for BGE - need to position the end message (differs for single vs dual column)
|
||||
public VE_Font EndStyle; // Style of end message at end of page
|
||||
public string ContTop; // Message at top of page
|
||||
public string ContBottom; // Message at bottom of page
|
||||
@@ -1073,6 +1074,7 @@ namespace fmtxml
|
||||
{
|
||||
dc.EndString = null;
|
||||
dc.EndFlag = 0;
|
||||
dc.EndMargin = 0;
|
||||
}
|
||||
if (offst[3] != 0) dc.FinalMsg = DoReplaceTokens(GetAsciiStringUntilNull(brFmt));
|
||||
else dc.FinalMsg = null;
|
||||
|
Reference in New Issue
Block a user