I just installed 7.2.0.2699 and the code completion threw an error I have never seen in Toad for MySQL before. I was typing a CALL statement and there is an unterminated SELECT on the previous line, so the complete code that is in the editor is select * from admin.tblOwners call admin.G After typing the "G" the code completion dialog popped up as normal, but it has red lines crossing it out and the error message dialog popped up (I have a screenshot if that's helpful). Here is the error message: System.ArgumentOutOfRangeException Index and length must refer to a location within the string. Parameter name: length Stack Trace: at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at System.String.Substring(Int32 startIndex, Int32 length) at Quest.Toad.Editor.CodeCompletionControl.treeList_CustomDrawNodeCell(Object sender, CustomDrawNodeCellEventArgs e) at DevExpress.XtraTreeList.TreeList.RaiseCustomDrawNodeCell(CustomDrawNodeCellEventArgs e) at DevExpress.XtraTreeList.Painter.TreeListPainter.DrawCell(CellInfo cell) at DevExpress.XtraTreeList.Painter.TreeListPainter.DrawCells(RowInfo ri) at DevExpress.XtraTreeList.Painter.TreeListPainter.DrawRow(TreeListDrawInfo e, RowInfo ri) at DevExpress.XtraTreeList.Painter.TreeListPainter.DrawRows() at DevExpress.XtraTreeList.Painter.TreeListPainter.DoDraw(TreeListViewInfo viewInfo, DXPaintEventArgs e) at DevExpress.XtraTreeList.TreeList.OnPaint(PaintEventArgs e) at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer) at System.Windows.Forms.Control.WmPaint(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m) at DevExpress.XtraTreeList.TreeList.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)
↧