After 2+ years of working correctly, the cut function no longer removes text when I use it. The contents are copied to the clipboard, but the text remains in the editor. This is for ctrl+X as well as using the cut option from the edit menu. I was on 6.3, but moved to 7.5 today and it has the same behavior which makes me wonder if it's a problem with Windows clipboard. I'm on Windows 10, but had the issue on Windows 7. Cut works fine in other applications. Anyone ran into this? Also, the copy/cut functions are generally slow (~3-5 second) and I often get these clipboard errors in Toad: System.Runtime.InteropServices.ExternalException Requested Clipboard operation did not succeed. Stack Trace: at System.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr) at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay) at Quest.Toad.Util.Global.CopyToClipboard(String textData) System.Runtime.InteropServices.ExternalException Requested Clipboard operation did not succeed. Stack Trace: at System.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr) at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay) at System.Windows.Forms.Clipboard.SetText(String text, TextDataFormat format) at System.Windows.Forms.Clipboard.SetText(String text) at Quest.Toad.Util.Global.CopyToClipboard(String textData) I recall someone mentioning that Toad does 2 passes of the text due to formatting. Any tricks to make this run faster/better?
↧