icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 773 forks source link

Copy/Cut actions really slow. #572

Closed turbanoff closed 10 years ago

turbanoff commented 10 years ago

Sometimes when I copy my code with shortcut (Ctrl+C) and then try to scroll SharpDevelop hangs and does not understand that the Ctrl key is already released -> Ctrl + scroll worked as zoom action.

SD 5.0.0.4696

Rpinski commented 10 years ago

Does it happen with every solution? Or is it specific to a particularly big solution?

turbanoff commented 10 years ago

It happen with every solution, even on very small

dgrunwald commented 10 years ago

Perhaps another application is blocking the global windows clipboard lock? Try shutting down those application, especially any applications that synchronize the clipboard (remote desktop, virtual machines, ...)

turbanoff commented 10 years ago

@dgrunwald you are right. It was ClipX