Removed Debug Print
Moved code to add sections to Procedure parts Moved code to add steps to Section parts Moved code to add steps to Step parts Changed Debug Print Fixed a Format Flag conversion DontBreakOptEquipmentList Changed GetItemFont so that parent items would not be left in the cache Changed AddIncludedStepNumber to allow for ranges to sub levels. Added a array reference to StepDataList by index.
This commit is contained in:
@@ -179,7 +179,7 @@ namespace DataLoader
|
||||
//if the dash is preceeded byte a token remove the space following the token
|
||||
#if DEBUG
|
||||
if (s2.Contains(@"\super "))
|
||||
Console.WriteLine("Here");
|
||||
Console.WriteLine("RTF Super token");
|
||||
#endif
|
||||
s2 = Regex.Replace(s2, @"(\\[^ \\?]*) \-", @"$1\u8209?");
|
||||
s2 = s2.Replace("-", @"\u8209?");
|
||||
|
Reference in New Issue
Block a user