Show the amount of time it takes to complete a search
Remove Debug Messages Eliminate crash due to SQL connections The location for search result was changed from bullets to meaningful values.
This commit is contained in:
@@ -836,7 +836,10 @@ namespace Volian.Print.Library
|
||||
StepInfo stpinfo = StepInfo.Get(pitem.ItemID);
|
||||
string thisTab = stpinfo.MyTab.CleanText; //StepInfo.Get(pitem.ItemID).MyTab.CleanText;
|
||||
if (IncludesParentToHLS(stpinfo))
|
||||
return thisTab;
|
||||
if (!thisTab.Contains("\u25CF")) //Remove Bullet
|
||||
return thisTab;
|
||||
else
|
||||
thisTab = null;
|
||||
string typeName = stpinfo.FormatStepData.StepEditData.TypeMenu.MenuItem;//stpinfo.FormatStepData.ToString();
|
||||
// remove delimiters of '.' and ')' in tab.
|
||||
if (thisTab != null)
|
||||
|
Reference in New Issue
Block a user