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:
@@ -697,7 +697,7 @@ namespace Volian.Controls.Library
|
||||
if (_MyEditItem.RTBLastFocus)
|
||||
{
|
||||
trackerSC++;
|
||||
/*if (trackerSC>20) */Console.WriteLine("ShowCaret: {0}", trackerSC);
|
||||
/*if (trackerSC>20) *///Console.WriteLine("ShowCaret: {0}", trackerSC);
|
||||
//Volian.Base.Library.vlnStackTrace.ShowStack("ShowCaret: EI: {0} StepRTB: {1}", _MyEditItem.MyItemInfo.ItemID, _MyStepRTB.MyItemInfo.ItemID);
|
||||
if (!_MyStepRTB.Visible)
|
||||
_MyStepRTB.Visible = true;
|
||||
@@ -727,7 +727,7 @@ namespace Volian.Controls.Library
|
||||
if (_MyStepRTB != null && !_MyStepRTB.Disposing && !_MyStepRTB.Closed)
|
||||
{
|
||||
trackerHC++;
|
||||
/* if (trackerHC>20)*/ Console.WriteLine("HideCaret {0}", trackerHC);
|
||||
/* if (trackerHC>20)*/ //Console.WriteLine("HideCaret {0}", trackerHC);
|
||||
//Volian.Base.Library.vlnStackTrace.ShowStack("HideCaret: StepRTB: {0}", _MyStepRTB.MyItemInfo.ItemID);
|
||||
HideTheCaret();
|
||||
if (_MyStepRTB.SelectionLength > 0)
|
||||
|
Reference in New Issue
Block a user