Crashing on this error when clicking in different areas of code in editor. Error Output:
System.ArgumentOutOfRangeException
Specified argument was out of the range of valid values.
Parameter name: index
Stack Trace:
at ActiproSoftware.SyntaxEditor.DocumentLineCollection.get_Item(Int32 index)
at Quest.Toad.QueryBuilder.SqlBuilder.ShowDateRangeInfoIfOverLink(EditorControl editorControl)
at Quest.Toad.Editor.EditorForm.<.ctor>b__3(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
at ActiproSoftware.WinUICore.UIControl.OnMouseUp(MouseEventArgs e)
at ActiproSoftware.SyntaxEditor.SyntaxEditor.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at ActiproSoftware.SyntaxEditor.SyntaxEditor.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)