Added option to check RTF with StepRTB
Use Temporary Folder for SearchResults Remove override of Equals - return to default Comment-out Debug Remove PDFs that are older than one hour Added a ShowLocalStack that takes a format and a list of parameters
This commit is contained in:
@@ -495,7 +495,7 @@ namespace DataLoader
|
||||
StepRTB rtb = new StepRTB();
|
||||
TransitionFixer myFixer = new TransitionFixer(rtb,_LogFilePath);
|
||||
myFixer.StatusChanged += new TransitionFixerEvent(myFixer_StatusChanged);
|
||||
TimeSpan howlong = myFixer.Process();
|
||||
TimeSpan howlong = myFixer.Process(cbCheckRTF.Checked);
|
||||
string TransFixTime = string.Format("Fix Transitions completion time: {0:D2}:{1:D2}:{2:D2}.{3}", howlong.Hours, howlong.Minutes, howlong.Seconds, howlong.Milliseconds);
|
||||
MyError = TransFixTime;
|
||||
MessageBox.Show(string.Format("{0}\r\n\n({1} Total Seconds)", TransFixTime, howlong.TotalSeconds));
|
||||
@@ -531,6 +531,7 @@ namespace DataLoader
|
||||
cbFormatsOnly.Visible = _DeveloperMode;
|
||||
btnConvertSelected.Visible = _DeveloperMode;
|
||||
cbxOnlyThisSet.Visible = _DeveloperMode;
|
||||
cbCheckRTF.Visible = _DeveloperMode;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user